DB-EnginesEnglish
Deutsch
Informationen zu relationalen und NoSQL DatenbankmanagementsystemenEin Service von Redgate Software

DBMS > CockroachDB vs. Memcached vs. Qdrant vs. Rockset vs. Tarantool

Vergleich der Systemeigenschaften CockroachDB vs. Memcached vs. Qdrant vs. Rockset vs. Tarantool

Redaktionelle Informationen bereitgestellt von DB-Engines
NameCockroachDB  Xaus Vergleich ausschliessenMemcached  Xaus Vergleich ausschliessenQdrant  Xaus Vergleich ausschliessenRockset  Xaus Vergleich ausschliessenTarantool  Xaus Vergleich ausschliessen
KurzbeschreibungCockroachDB is a distributed database architected for modern cloud applications. It is wire compatible with PostgreSQL and backed by a Key-Value Store, which is either RocksDB or a purpose-built derivative, called Pebble.In-memory Key-Value Store, ursprünglich entwickelt für CachingA high-performance vector database with neural network or semantic-based matchingA scalable, reliable search and analytics service in the cloud, built on RocksDBIn-memory computing platform with a flexible data schema for efficiently building high-performance applications
Primäres DatenbankmodellRelational DBMSKey-Value StoreVektor DBMSDocument StoreDocument Store
Key-Value Store
Relational DBMS
Sekundäre DatenbankmodelleRelational DBMS
Suchmaschine
Spatial DBMS infowith Tarantool/GIS extension
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte4,85
Rang#64  Overall
#36  Relational DBMS
Punkte17,79
Rang#32  Overall
#4  Key-Value Stores
Punkte1,69
Rang#136  Overall
#8  Vektor DBMS
Punkte1,05
Rang#181  Overall
#31  Document Stores
Punkte1,58
Rang#142  Overall
#25  Document Stores
#24  Key-Value Stores
#65  Relational DBMS
Websitewww.cockroachlabs.comwww.memcached.orggithub.com/­qdrant/­qdrant
qdrant.tech
rockset.comwww.tarantool.io
Technische Dokumentationwww.cockroachlabs.com/­docsgithub.com/­memcached/­memcached/­wikiqdrant.tech/­documentationdocs.rockset.comwww.tarantool.io/­en/­doc
EntwicklerCockroach LabsDanga Interactive infoursprünglich von Brad Fitzpatrick für LiveJournal entwickeltQdrantRocksetVK
Erscheinungsjahr20152003202120192008
Aktuelle Version24.1.0, Mai 20241.6.29, Juni 20242.10.0, Mai 2022
Lizenz infoCommercial or Open SourceOpen Source infoApache 2.0, commercial license availableOpen Source infoBSD LizenzOpen Source infoApache Version 2.0kommerziellOpen Source infoBSD-2, source-available extensions (modules), commercial licenses for Tarantool Enterprise
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarneinneinneinjanein
DBaaS Angebote (gesponserte Links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
ImplementierungsspracheGoCRustC++C und C++
Server BetriebssystemeLinux
macOS
Windows
FreeBSD
Linux
OS X
Unix
Windows
Docker
Linux
macOS
Windows
gehostetBSD
Linux
macOS
Datenschemadynamic schemaschemafreischemafreischemafreiFlexible data schema: relational definition for tables with ability to store json-like documents in columns
Typisierung infovordefinierte Datentypen, z.B. float oder datejaneinNumbers, Strings, Geo, Booleandynamic typingstring, double, decimal, uuid, integer, blob, boolean, datetime
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTneinneinnein infoingestion from XML files supportednein
Sekundärindizesjaneinja infoKeywords, numberic ranges, geo, full-textall fields are automatically indexedja
SQL infoSupport of SQLyes, wire compatible with PostgreSQLneinneinRead-only SQL queries, including JOINsFull-featured ANSI SQL support
APIs und andere ZugriffskonzepteJDBCPropriätäres ProtokollgRPC
OpenAPI 3.0
RESTful HTTP/JSON API infoOpenAPI 3.0
HTTP RESTOpen binary protocol
Unterstützte ProgrammiersprachenC#
C++
Clojure
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
Rust
.Net
C
C++
ColdFusion
Erlang
Java
Lisp
Lua
OCaml
Perl
PHP
Python
Ruby
.Net
Go
Java
JavaScript (Node.js)
Python
Rust
Go
Java
JavaScript (Node.js)
Python
C
C#
C++
Erlang
Go
Java
JavaScript
Lua
Perl
PHP
Python
Rust
Server-seitige Scripts infoStored ProceduresneinneinneinLua, C and SQL stored procedures
Triggersneinneinneinja
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen Knotenhorizontal partitioning (by key range) infoall tables are translated to an ordered KV store and then broken down into 64MB ranges, which are then used as replicas in RAFTkeineShardingAutomatic shardingSharding, partitioned with virtual buckets by user defined affinity key. Live resharding for scale up and scale down without maintenance downtime.
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren KnotenMulti-source replication using RAFTkeine infoRepcached, ein Memcached Patch, liefert ReplicationCollection-level replicationjaAsynchronous replication with multi-master option
Configurable replication topology (full-mesh, chain, star)
Synchronous quorum replication (with Raft)
MapReduce infoBietet ein API für Map/Reduce Operationenneinneinneinnein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemImmediate ConsistencyEventual Consistency, tunable 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
Fremdschlüssel inforeferenzielle Integritätjaneinneinyes
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenACIDneinneinACID, with serializable isolation and linearizable read (within partition); Configurable MVCC (within partition); No cross-shard distributed transactions
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjajajajaja
Durability infoDauerhafte Speicherung der Datenjaneinjajayes, write ahead logging
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenneinjayes, full featured in-memory storage engine with persistence
Berechtigungskonzept infoZugriffskontrolleRole-based access controlja infomittels SASL (Simple Authentication and Security Layer) ProtokollKey-based authenticationAccess rights for users and organizations can be defined via Rockset consoleAccess Control Lists
Mutual TLS authentication for Tarantol Enterprise
Password based authentication
Role-based access control (RBAC) and LDAP for Tarantol Enterprise
Users and Roles

Weitere Informationen bereitgestellt vom Systemhersteller

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
CockroachDBMemcachedQdrantRocksetTarantool
DB-Engines Blog Posts

Redis extends the lead in the DB-Engines key-value store ranking
3. Februar 2014, Matthias Gelbmann

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

alle anzeigen

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

alle anzeigen

Erwähnungen in aktuellen Nachrichten

Cockroach Labs shakes up its licensing to force bigger companies to pay
15. August 2024, TechCrunch

CockroachDB scuttles away from open source Core offering
19. August 2024, The Register

Now CockroachDB Ditches Open-Source License
20. August 2024, It's FOSS News

CockroachDB retires self-hosted Core offering, makes Enterprise version free for companies under $10M in annual revenue
15. August 2024, SDTimes.com

Cockroach Labs Shifts from Open Core to Single Enterprise Model
19. August 2024, Datanami

bereitgestellt von Google News

Install and Configure Memcached for Faster Web Apps
6. Juli 2024, The New Stack

AMD Ryzen 5 9600X & Ryzen 7 9700X Offer Excellent Linux Performance
7. August 2024, Phoronix

Valkey-, Memcached-, and Redis OSS-Compatible Cache – Amazon ElastiCache Global Datastore
12. Januar 2024, AWS Blog

Memcrashed - Major amplification attacks from UDP port 11211
27. Februar 2018, The Cloudflare Blog

Why DDoS Threat Actors Are Shifting Their Tactics
15. März 2024, Infosecurity Magazine

bereitgestellt von Google News

Qdrant review: A highly flexible option for vector search
29. Juli 2024, InfoWorld

Vector database company Qdrant wants RAG to be more cost-effective
2. Juli 2024, VentureBeat

Qdrant Announces an Industry-First Hybrid Cloud Offering For Enterprise AI Applications
16. April 2024, Business Wire

Qdrant unveils hybrid vector algorithm for improved RAG
2. Juli 2024, Blocks & Files

Qdrant Introduces BM42: Hybrid Search For Enhanced RAG
6. Juli 2024, Forbes

bereitgestellt von Google News

OpenAI’s first acquisition is an enterprise data startup
21. Juni 2024, The Verge

OpenAI Goes All-In on RAG with Chat History Search Feature
30. Oktober 2024, AIM

OpenAI acquires Rockset to enhance ChatGPT real-time data processing
25. Juni 2024, InfoWorld

OpenAI Acquires Rockset
21. Juni 2024, OpenAI

OpenAI buys database analytics firm Rockset in nine-figure stock deal, sources say
21. Juni 2024, Reuters

bereitgestellt von Google News

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

VShard — horizontal scaling in Tarantool
7. März 2019, Хабр

VK launches corporate data analytics platform
25. September 2024, Telecompaper EN

Accelerating PHP connectors for Tarantool using Async, Swoole, and Parallel
18. Dezember 2019, Хабр

bereitgestellt von Google News



Teilen sie diese Seite mit ihrem Netzwerk

Featured Products

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

RaimaDB logo

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

SingleStore logo

The data platform to build your intelligent applications.
Try it free.

Neo4j logo

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

Milvus logo

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

Präsentieren Sie hier Ihr Produkt