DB-EnginesInfluxDB: Focus on building software with an easy-to-use serverless, scalable time series platformEnglish
Deutsch
Informationen zu relationalen und NoSQL DatenbankmanagementsystemenEin Service von solid IT

DBMS > Memgraph vs. Microsoft Access vs. Redis

Vergleich der Systemeigenschaften Memgraph vs. Microsoft Access vs. Redis

Bitte wählen Sie ein weiteres System aus, um es in den Vergleich aufzunehmen.

Redaktionelle Informationen bereitgestellt von DB-Engines
NameMemgraph  Xaus Vergleich ausschliessenMicrosoft Access  Xaus Vergleich ausschliessenRedis  Xaus Vergleich ausschliessen
KurzbeschreibungAn open source graph database built for real-time streaming and compatible with Neo4jMicrosoft Access kombiniert ein Backend (JET bzw. ACE Engine) mit einem grafischen Frontend zur Datenabfrage bzw. Datenmanipulation. infoDas Access-Frontend wird häufig auch für Zugriff auf andere Datenquellen (DBMS, Excel, etc) verwendet.Popular in-memory data platform used as a cache, message broker, and database that can be deployed on-premises, across clouds, and hybrid environments infoRedis legt höchsten Wert auf Performanz. Bei Designentscheidungen wird typischerweise Performanz der Vorzug vor Features oder Speicherbedarf gegeben.
Primäres DatenbankmodellGraph DBMSRelational DBMSKey-Value Store infoMultiple data types and a rich set of operations, as well as configurable data expiration, eviction and persistence
Sekundäre DatenbankmodelleDocument Store infowith RedisJSON
Graph DBMS infowith RedisGraph
Spatial DBMS
Suchmaschine infowith RediSearch
Time Series DBMS infowith RedisTimeSeries
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte2,64
Rang#130  Overall
#8  Graph DBMS
Punkte131,17
Rang#10  Overall
#7  Relational DBMS
Punkte168,13
Rang#6  Overall
#1  Key-Value Stores
Websitememgraph.comwww.microsoft.com/­en-us/­microsoft-365/­accessredis.com
redis.io
Technische Dokumentationdocs.memgraph.comdeveloper.microsoft.com/­en-us/­accessdocs.redis.com/­latest/­index.html
redis.io/­documentation
Social network pagesLinkedInTwitterFacebookGitHubDiscordLinkedInTwitterFacebookYouTubeDiscord
EntwicklerMemgraph LtdMicrosoftRedis project core team, inspired by Salvatore Sanfilippo infoEntwicklung von Redis Inc finanziert
Erscheinungsjahr201719922009
Aktuelle Version1902 (16.0.11328.20222), Maerz 20197.0.11, April 2023
Lizenz infoCommercial or Open Sourcekommerziell infoFree license availablekommerziell infoGebündelt mit Microsoft Office LizenzenOpen Source infosource-available extensions (modules), commercial licenses for Redis Enterprise
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarneinneinnein
DBaaS Angebote (gesponserte Links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
  • Redis Enterprise Cloud: Instantly scale and pay only for the resources you need - on any cloud - AWS, Azure or Google Cloud.
  • ScaleGrid Hosting for Redis: Fully managed hosting for Redis on a wide variety of cloud providers and On-Premises. Get advanced monitoring and automate your management through one centralized platform.
  • Aiven for Redis: Fully managed in-memory key-value store, for all your caching and speedy lookup needs.
ImplementierungsspracheC und C++C++C
Server BetriebssystemeLinuxWindows infoKein eigentlicher Datenbank-Server, sondern Ausführung von DLL's.BSD
Linux
OS X
Windows infoportiert und gewartet durch Microsoft Open Technologies, Inc.
Datenschemaschemafrei und schema-optionaljaschemafrei
Typisierung infovordefinierte Datentypen, z.B. float oder datejajateilweise infoSupported data types are strings, hashes, lists, sets and sorted sets, bit arrays, hyperloglogs and geospatial indexes
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTneinnein
Sekundärindizesjaja infowith RediSearch module
SQL infoSupport of SQLneinja infoaber nicht SQL Standard konformnein
APIs und andere ZugriffskonzepteBolt protocol
Cypher query language
ADO.NET
DAO
ODBC
OLE DB
Proprietäres Protokoll infoRESP - REdis Serialization Protocol
Unterstützte Programmiersprachen.Net
C
C++
Elixir
Go
Haskell
Java
JavaScript
PHP
Python
Ruby
Scala
C
C#
C++
Delphi
Java (JDBC-ODBC)
VBA
Visual Basic.NET
C
C#
C++
Clojure
Crystal
D
Dart
Elixir
Erlang
Fancy
Go
Haskell
Haxe
Java
JavaScript (Node.js)
Lisp
Lua
MatLab
Objective-C
OCaml
Pascal
Perl
PHP
Prolog
Pure Data
Python
R
Rebol
Ruby
Rust
Scala
Scheme
Smalltalk
Swift
Tcl
Visual Basic
Server-seitige Scripts infoStored Proceduresja infoab Access 2010 mit ACE-EngineLua; Redis Functions coming in Redis 7 (slides and Github)
Triggersja infoab Access 2010 mit ACE-Enginepublish/subscribe channels provide some trigger functionality; RedisGears
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenSharding infodynamic graph partitioningkeineSharding infoAutomatic hash-based sharding with support for hash-tags for manual sharding
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren KnotenMulti-source replication using RAFTkeineMulti-Source Replikation infowith Redis Enterprise Pack
Source-Replica Replikation infoChained replication wird unterstützt
MapReduce infoBietet ein API für Map/Reduce Operationenneinneinthrough RedisGears
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemImmediate ConsistencyEventual Consistency
Causal consistency can be enabled in Active-Active databases
Strong consistency with Redis Raft
Strong eventual consistency with Active-Active
Fremdschlüssel inforeferenzielle Integritätja inforelationships in graphsjanein
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenACID infowith snapshot isolationACID infoaber keine Files für Transaktions-LoggingAtomic execution of command blocks and scripts and optimistic locking
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenyes, multi-version concurrency control (MVCC)jaja infoDatenzugriffe werden vom Server serialisiert
Durability infoDauerhafte Speicherung der Datenja infowith periodic snapshot and write-ahead logging (WAL) of changesja infoaber keine Files für Transaktions-Loggingja infokonfigurierbare Persistenzmechanismen via snapshots oder logs
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenjaja
Berechtigungskonzept infoZugriffskontrolleUsers, roles and permissionsnein infoeinfache Benutzerverwaltung war vorhanden bis zur Version Access 2003Access Control Lists (ACLs): redis.io/­topics/­acl
LDAP and Role-Based Access Control (RBAC) for Redis Enterprise
Mutual TLS authentication: redis.io/­topics/­encryption
Password-based authentication
Weitere Informationen bereitgestellt vom Systemhersteller
MemgraphMicrosoft AccessRedis
Specific characteristicsMemgraph directly connects to your streaming infrastructure so you and your team...
» mehr
The Redis real-time data platform builds upon the unmatched simplicity and speed...
» mehr
Competitive advantagesBusiness Source License ensures a future for the Memgraph community MAGE algorithm...
» mehr
Redis Enterprise is a robust in-memory database platform built by the people who...
» mehr
Typical application scenariosGraph algorithms in bioinformatics Social network analysis Cryptocurrency network...
» mehr
Redis Enterprise is used by large enterprise, startup, and government organizations...
» mehr
Key customersVerizon, Vodafone, Atlassian, Trip Advisor, Jet.com, Nokia, Samsung, HTC, Docker,...
» mehr
Market metricsMost launched Docker container per day according to Docker Hub (7.2M launches per...
» mehr
Licensing and pricing modelsYou can check out our pricing model and licenses on the company website .
» mehr
Redis Enterprise Cloud lets users scale up and down instantly, and pay only for the...
» mehr

Wir laden Vertreter der Systemhersteller ein uns zu kontaktieren, um die Systeminformationen zu aktualisieren und zu ergänzen,
sowie um Herstellerinformationen wie Schlüsselkunden, Vorteile gegenüber Konkurrenten und Marktmetriken anzuzeigen.

Zugehörige Produkte und Dienstleistungen
DrittanbieterAiven for Redis: Store and access your data quickly and efficiently.
» mehr

Redisson PRO: The ultra-fast Redis Java Client.
» mehr

CData: Connect to Big Data & NoSQL through standard Drivers.
» mehr

Read the Redis NoSQL benchmark report.
» mehr

Wir laden Vertreter von Anbietern von zugehörigen Produkten ein uns zu kontaktieren, um hier Informationen über ihre Angebote zu präsentieren.

Weitere Ressourcen
MemgraphMicrosoft AccessRedis
DB-Engines Blog Posts

MS Access drops in DB-Engines Ranking
2. Mai 2013, Paul Andlinger

Microsoft SQL Server regained rank 2 in the DB-Engines popularity ranking
3. Dezember 2012, Matthias Gelbmann

New DB-Engines Ranking shows the popularity of database management systems
3. Oktober 2012, Matthias Gelbmann, Paul Andlinger

alle anzeigen

PostgreSQL is the DBMS of the Year 2018
2. Januar 2019, Paul Andlinger, Matthias Gelbmann

MySQL, PostgreSQL and Redis are the winners of the March ranking
2. März 2016, Paul Andlinger

MongoDB is the DBMS of the year, defending the title from last year
7. Januar 2015, Paul Andlinger, Matthias Gelbmann

alle anzeigen

Erwähnungen in aktuellen Nachrichten

Graph database company Memgraph raises $9.34M
5. Oktober 2021, VentureBeat

Memgraph Launches Streaming Graph Algorithms to the Masses ...
5. Oktober 2021, Business Wire

Streaming Real-Time Analytics Market 2031 Business Insights with ...
25. Mai 2023, Scene for Dummies: Everything Hollywood Undead

Graph Database Market Size, Share, Industry, Forecast to 2030
9. Mai 2023, openPR

The Great Graph Debate: Revolutionary concept in databases or niche curiosity?
6. März 2023, The Register

bereitgestellt von Google News

How to Fix the "Unrecognized Database Format" Error in MS Access?
21. März 2023, MSPoweruser

MS Access database connection - Studio - UiPath Community Forum
30. Juni 2020, forum.uipath.com

SQLAuthority News - MS Access Database is the Way to Go - April 1st Humor
1. April 2010, blog.sqlauthority.com

MS Access 2003 (#Name? Error)
19. Januar 2016, answers.microsoft.com

postgis - Dynamic connection between PostgreSql and Ms Access - Geographic Information Systems Stack Exchange
15. September 2017, gis.stackexchange.com

bereitgestellt von Google News

Optimizing Mastodon Performance with Sidekiq and Redis Enterprise
18. Mai 2023, The New Stack

Vercel Offers Postgres, Redis Options for Frontend Developers
1. Mai 2023, The New Stack

Pliops and phoenixNAP team up to turbocharge Redis – Blocks and ...
26. Mai 2023, Blocks and Files

Briefing: Twitter Stopped Paying Cloud Bill Before DeSantis Glitch
30. Mai 2023, The Information

Global Open-Source Database Software Market Size and Forecast ...
31. Mai 2023, SleterFC.com

bereitgestellt von Google News

Jobangebote

Head of Product Development
Memgraph, Slinger, WI

Senior Graph Solutions Engineer
Memgraph, Slinger, WI

Senior Solutions Engineer
Memgraph, Cranston, RI

Senior Database Engineer
Memgraph, Texas Creek, CO

Senior Developer Relations Engineer
Memgraph, Ike, TX

Service Support Associate - Remote
Symetra, Bellevue, WA

Document Control Clerk
Greenpoint Technologies, Bothell, WA

MS Access Programer
Rattan Consulting, Oklahoma City, OK

RESEARCH STUDY COORDINATOR
University of Washington, Seattle, WA

MS Access Developer (Contractual)
University of Maryland, Baltimore, Baltimore, MD

Support Developer – Tier III
Case IQ, Remote

Database Administrator - Voice
Intermedia.net, Inc., Remote

NoSQL Database Administrator
Accolite Digital, Englewood, CO

Redis Engineer
TriOpz, Remote

Database Administrator (Kubernetes)
Power Home Remodeling, Charlotte, NC

jobs by Indeed



Teilen sie diese Seite mit ihrem Netzwerk

Featured Products

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online for free.

Redis logo

The world’s most loved real‑time data platform.
Try free

Cassandra Forward online event

Want to level up your Cassandra game?
If you missed the event or would like to re-watch a session, replays are available now. Watch now!

MariaDB logo

SkySQL, the ultimate
MariaDB cloud, is here.

Get started with SkySQL today!

Vertica logo

Vertica Accelerator. The fastest analytics and machine learning, delivered as SaaS, with automated setup, administration, and management. Free trial.

Präsentieren Sie hier Ihr Produkt