DB-EnginesExtremeDB: mitigate connectivity issues in a DBMSEnglish
Deutsch
Informationen zu relationalen und NoSQL DatenbankmanagementsystemenEin Service von solid IT

DBMS > KairosDB vs. Memgraph vs. Riak KV vs. Tarantool vs. Teradata

Vergleich der Systemeigenschaften KairosDB vs. Memgraph vs. Riak KV vs. Tarantool vs. Teradata

Redaktionelle Informationen bereitgestellt von DB-Engines
NameKairosDB  Xaus Vergleich ausschliessenMemgraph  Xaus Vergleich ausschliessenRiak KV  Xaus Vergleich ausschliessenTarantool  Xaus Vergleich ausschliessenTeradata  Xaus Vergleich ausschliessen
KurzbeschreibungVerteiltes Time Series DBMS basierend auf CassandraAn open source graph database built for real-time streaming and compatible with Neo4jVerteilter, fehlertoleranter Key-Value StoreIn-memory computing platform with a flexible data schema for efficiently building high-performance applicationsA hybrid cloud data analytics software platform (Teradata Vantage)
Primäres DatenbankmodellTime Series DBMSGraph DBMSKey-Value Store infomit Links zwischen Datensätzen und mit Objekt-Tags zur Bildung von SekundärindizesDocument Store
Key-Value Store
Relational DBMS
Relational DBMS
Sekundäre DatenbankmodelleSpatial DBMS infowith Tarantool/GIS extensionDocument Store
Graph DBMS
Spatial DBMS
Time Series DBMS
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte0,62
Rang#239  Overall
#20  Time Series DBMS
Punkte3,02
Rang#98  Overall
#8  Graph DBMS
Punkte4,10
Rang#82  Overall
#9  Key-Value Stores
Punkte1,72
Rang#144  Overall
#25  Document Stores
#25  Key-Value Stores
#66  Relational DBMS
Punkte45,33
Rang#21  Overall
#15  Relational DBMS
Websitegithub.com/­kairosdb/­kairosdbmemgraph.comwww.tarantool.iowww.teradata.com
Technische Dokumentationkairosdb.github.iomemgraph.com/­docswww.tiot.jp/­riak-docs/­riak/­kv/­latestwww.tarantool.io/­en/­docdocs.teradata.com
Social network pagesLinkedInTwitterFacebookGitHubDiscord
EntwicklerMemgraph LtdOpenSource, formerly Basho TechnologiesVKTeradata
Erscheinungsjahr20132017200920081984
Aktuelle Version1.2.2, November 20183.2.0, Dezember 20222.10.0, Mai 2022Teradata Vantage 1.0 MU2, Jänner 2019
Lizenz infoCommercial or Open SourceOpen Source infoApache 2.0kommerziell infoFree license availableOpen Source infoApache Version 2, kommerzielle Enterprise EditionOpen Source infoBSD-2, source-available extensions (modules), commercial licenses for Tarantool Enterprisekommerziell
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarneinneinneinneinnein
DBaaS Angebote (gesponserte Links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
ImplementierungsspracheJavaC und C++ErlangC und C++
Server BetriebssystemeLinux
OS X
Windows
LinuxLinux
OS X
BSD
Linux
macOS
gehostet
Linux
Datenschemaschemafreischemafrei und schema-optionalschemafreiFlexible data schema: relational definition for tables with ability to store json-like documents in columnsja
Typisierung infovordefinierte Datentypen, z.B. float oder datejajaneinstring, double, decimal, uuid, integer, blob, boolean, datetimeja
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTneinneinneinneinja
Sekundärindizesneineingeschränktjaja infoSpezielle Join-Indizes für physikalisches 'pre-joining' von Tabellen
SQL infoSupport of SQLneinneinneinFull-featured ANSI SQL supportja infoSQL 2016 + extensions
APIs und andere ZugriffskonzepteGraphite protocol
HTTP REST
Telnet API
Bolt protocol
Cypher query language
HTTP API
Native Erlang Interface
Open binary protocol.NET Client API
HTTP REST
JDBC
JMS Adapter
ODBC
OLE DB
Unterstützte ProgrammiersprachenJava
JavaScript infoNode.js
PHP
Python
.Net
C
C++
Elixir
Go
Haskell
Java
JavaScript
PHP
Python
Ruby
Scala
C infoinoffizielle Client Library
C#
C++ infoinoffizielle Client Library
Clojure infoinoffizielle Client Library
Dart infoinoffizielle Client Library
Erlang
Go infoinoffizielle Client Library
Groovy infoinoffizielle Client Library
Haskell infoinoffizielle Client Library
Java
JavaScript infoinoffizielle Client Library
Lisp infoinoffizielle Client Library
Perl infoinoffizielle Client Library
PHP
Python
Ruby
Scala infoinoffizielle Client Library
Smalltalk infoinoffizielle Client Library
C
C#
C++
Erlang
Go
Java
JavaScript
Lua
Perl
PHP
Python
Rust
C
C++
Cobol
Java (JDBC-ODBC)
Perl
PL/1
Python
R
Ruby
Server-seitige Scripts infoStored ProceduresneinErlangLua, C and SQL stored proceduresja infoUDFs, stored procedures, table functions in parallel
Triggersneinja infoPre-Commit Hooks und Post-Commit Hooksjaja
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenSharding infobasierend auf CassandraSharding infodynamic graph partitioningSharding infokein "single point of failure"Sharding, partitioned with virtual buckets by user defined affinity key. Live resharding for scale up and scale down without maintenance downtime.Sharding infoHashing
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren Knotenfrei wählbarer Replikationsfaktor infobasierend auf CassandraMulti-source replication using RAFTfrei wählbarer ReplikationsfaktorAsynchronous replication with multi-master option
Configurable replication topology (full-mesh, chain, star)
Synchronous quorum replication (with Raft)
Multi-Source Replikation
Source-Replica Replikation
MapReduce infoBietet ein API für Map/Reduce Operationenneinneinjanein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemEventual Consistency infobasierend auf Cassandra
Immediate Consistency infobasierend auf Cassandra
Immediate ConsistencyEventual ConsistencyCasual consistency across sharding partitions
Eventual consistency within replicaset partition infowhen using asyncronous replication
Immediate Consistency within single instance
Sequential consistency including linearizable read within replicaset partition infowhen using Raft
Immediate Consistency
Fremdschlüssel inforeferenzielle Integritätneinja inforelationships in graphsnein infoes können Links zwischen Datensätzen gespeichert werdenyesja
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenneinACID infowith snapshot isolationneinACID, with serializable isolation and linearizable read (within partition); Configurable MVCC (within partition); No cross-shard distributed transactionsACID
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjayes, multi-version concurrency control (MVCC)jajaja
Durability infoDauerhafte Speicherung der Datenjaja infowith periodic snapshot and write-ahead logging (WAL) of changesjayes, write ahead loggingja
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenneinjayes, full featured in-memory storage engine with persistenceja
Berechtigungskonzept infoZugriffskontrolleeinfacher Passwort-basierter ZugriffsschutzUsers, roles and permissionsyes, using Riak SecurityAccess Control Lists
Mutual TLS authentication for Tarantol Enterprise
Password based authentication
Role-based access control (RBAC) and LDAP for Tarantol Enterprise
Users and Roles
Benutzer mit feingranularem Berechtigungskonzept entsprechend SQL-Standard
Weitere Informationen bereitgestellt vom Systemhersteller
KairosDBMemgraphRiak KVTarantoolTeradata
Specific characteristicsMemgraph directly connects to your streaming infrastructure so you and your team...
» mehr
Competitive advantagesBusiness Source License ensures a future for the Memgraph community MAGE algorithm...
» mehr
Typical application scenariosGraph algorithms in bioinformatics Social network analysis Cryptocurrency network...
» mehr
Licensing and pricing modelsYou can check out our pricing model and licenses on the company website .
» 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

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

Weitere Ressourcen
KairosDBMemgraphRiak KVTarantoolTeradata
DB-Engines Blog Posts

Data processing speed and reliability: in-memory synchronous replication
9. November 2021,  Vladimir Perepelytsya, Tarantool (sponsor) 

alle anzeigen

Teradata is the most popular data warehouse DBMS
2. April 2013, Paul Andlinger

alle anzeigen

Erwähnungen in aktuellen Nachrichten

Expo: Real Time A/B Testing and Monitoring with Spark Streaming and Kafka at Walmart Labs
24. Mai 2019, InfoQ.com

bereitgestellt von Google News

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

Graph Database Market to grow at a CAGR of 19.9% from 2022 to 2027|Increased demand for low-latency queries is a ...
7. August 2023, PR Newswire

Modeling and Navigating a Transportation Network with Memgraph
12. April 2021, Towards Data Science

London-based Memgraph raises over €8 million in seed funding to provide Streaming Graph Algorithms to the masses
5. Oktober 2021, EU-Startups

Making Your Own Memory Graph To Detect Memory Issues On iOS
13. April 2021, hackernoon.com

bereitgestellt von Google News

Basho Revamps Riak Open-Source Database
22. September 2023, InformationWeek

Basho, Maker of Riak NoSQL Database, Raises $25M
13. Januar 2015, Data Center Knowledge

A Critique of Resizable Hash Tables: Riak Core & Random Slicing
26. August 2018, InfoQ.com

Riak NoSQL snapped up by Bet365
12. September 2017, ComputerWeekly.com

NoSQL pioneer Basho stamps its mark on time stamp data with Riak TS
6. Oktober 2015, The Register

bereitgestellt von Google News

TaranHouse: New Big Data Warehouse Announced by Tarantool
4. April 2018, Newswire

In-Memory Showdown: Redis vs. Tarantool
1. September 2021, Хабр

Tarantool Announces New Enterprise Version With Enhanced Scaling and Monitoring Capabilities
18. Mai 2018, Newswire

Deploying Tarantool Cartridge applications with zero effort (Part 1)
16. Dezember 2019, Хабр

Deploying Tarantool Cartridge applications with zero effort (Part 2)
13. April 2020, Хабр

bereitgestellt von Google News

Teradata expands AWS collaboration for cloud analytics By Investing.com
2. Mai 2024, Investing.com

Teradata collaborates with AWS to support cloud modernization
2. Mai 2024, FierceWireless

Lakehouse dam breaks after departure of long-time Teradata CTO
1. Mai 2024, The Register

Teradata adds support for Apache Iceberg, Delta Lake tables
30. April 2024, InfoWorld

Teradata unveils open approach to aid Apache Iceberg, Delta Lake OTFs
2. Mai 2024, IT Brief New Zealand

bereitgestellt von Google News



Teilen sie diese Seite mit ihrem Netzwerk

Featured Products

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB for free.

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus for Free

AllegroGraph logo

Graph Database Leader for AI Knowledge Graph Applications - The Most Secure Graph Database Available.
Free Download

Neo4j logo

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

Datastax Astra logo

Bring all your data to Generative AI applications with vector search enabled by the most scalable
vector database available.
Try for Free

Präsentieren Sie hier Ihr Produkt