DB-EnginesExtremeDB: mitigate connectivity issues in a DBMSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > Google Cloud Datastore vs. Manticore Search vs. RocksDB vs. Virtuoso vs. XTDB

System Properties Comparison Google Cloud Datastore vs. Manticore Search vs. RocksDB vs. Virtuoso vs. XTDB

Editorial information provided by DB-Engines
NameGoogle Cloud Datastore  Xexclude from comparisonManticore Search  Xexclude from comparisonRocksDB  Xexclude from comparisonVirtuoso  Xexclude from comparisonXTDB infoformerly named Crux  Xexclude from comparison
DescriptionAutomatically scaling NoSQL Database as a Service (DBaaS) on the Google Cloud PlatformMulti-storage database for search, including full-text search.Embeddable persistent key-value store optimized for fast storage (flash and RAM)Virtuoso is a multi-model hybrid-RDBMS that supports management of data represented as relational tables and/or property graphsA general purpose database with bitemporal SQL and Datalog and graph queries
Primary database modelDocument storeSearch engineKey-value storeDocument store
Graph DBMS
Native XML DBMS
Relational DBMS
RDF store
Search engine
Document store
Secondary database modelsTime Series DBMS infousing the Manticore Columnar LibrarySpatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score4.47
Rank#76  Overall
#12  Document stores
Score0.22
Rank#312  Overall
#21  Search engines
Score3.65
Rank#85  Overall
#11  Key-value stores
Score4.26
Rank#78  Overall
#13  Document stores
#4  Graph DBMS
#2  Native XML DBMS
#42  Relational DBMS
#2  RDF stores
#9  Search engines
Score0.11
Rank#343  Overall
#46  Document stores
Websitecloud.google.com/­datastoremanticoresearch.comrocksdb.orgvirtuoso.openlinksw.comgithub.com/­xtdb/­xtdb
www.xtdb.com
Technical documentationcloud.google.com/­datastore/­docsmanual.manticoresearch.comgithub.com/­facebook/­rocksdb/­wikidocs.openlinksw.com/­virtuosowww.xtdb.com/­docs
DeveloperGoogleManticore SoftwareFacebook, Inc.OpenLink SoftwareJuxt Ltd.
Initial release20082017201319982019
Current release6.0, February 20238.11.4, April 20247.2.11, September 20231.19, September 2021
License infoCommercial or Open SourcecommercialOpen Source infoGPL version 2Open Source infoBSDOpen Source infoGPLv2, extended commercial license availableOpen Source infoMIT License
Cloud-based only infoOnly available as a cloud serviceyesnononono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageC++C++CClojure
Server operating systemshostedFreeBSD
Linux
macOS
Windows
LinuxAIX
FreeBSD
HP-UX
Linux
OS X
Solaris
Windows
All OS with a Java 8 (and higher) VM
Linux
Data schemeschema-freeFixed schemaschema-freeyes infoSQL - Standard relational schema
RDF - Quad (S, P, O, G) or Triple (S, P, O)
XML - DTD, XML Schema
DAV - freeform filesystem objects, plus User Defined Types a/k/a Dynamic Extension Type
schema-free
Typing infopredefined data types such as float or dateyes, details hereInt, Bigint, Float, Timestamp, Bit, Int array, Bigint array, JSON, Booleannoyesyes, extensible-data-notation format
XML support infoSome form of processing data in XML format, e.g. support for XML data structures, and/or support for XPath, XQuery or XSLT.noCan index from XMLnoyesno
Secondary indexesyesyes infofull-text index on all search fieldsnoyesyes
SQL infoSupport of SQLSQL-like query language (GQL)SQL-like query languagenoyes infoSQL-92, SQL-200x, SQL-3, SQLXlimited SQL, making use of Apache Calcite
APIs and other access methodsgRPC (using protocol buffers) API
RESTful HTTP/JSON API
Binary API
RESTful HTTP/JSON API
RESTful HTTP/SQL API
SQL over MySQL
C++ API
Java API
ADO.NET
GeoSPARQL
HTTP API
JDBC
Jena RDF API
ODBC
OLE DB
RDF4J API
RESTful HTTP API
Sesame REST HTTP Protocol
SOAP webservices
SPARQL 1.1
WebDAV
XPath
XQuery
XSLT
HTTP REST
JDBC
Supported programming languages.Net
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
Elixir
Go
Java
JavaScript (Node.js)
Perl
PHP
Python
C
C++
Go
Java
Perl
Python
Ruby
.Net
C
C#
C++
Java
JavaScript
Perl
PHP
Python
Ruby
Visual Basic
Clojure
Java
Server-side scripts infoStored proceduresusing Google App Engineuser defined functionsnoyes infoVirtuoso PLno
TriggersCallbacks using the Google Apps Enginenoyesno
Partitioning methods infoMethods for storing different data on different nodesShardingSharding infoPartitioning is done manually, search queries against distributed index is supportedhorizontal partitioningyesnone
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-source replication using PaxosSynchronous replication based on Galera libraryyesChain, star, and bi-directional replication
Multi-source replication
Source-replica replication
yes, each node contains all data
MapReduce infoOffers an API for user-defined Map/Reduce methodsyes infousing Google Cloud Dataflownonoyesno
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate Consistency or Eventual Consistency depending on type of query and configuration infoStrong Consistency is default for entity lookups and queries within an Entity Group (but can instead be made eventually consistent). Other queries are always eventual consistent.Immediate Consistency
Foreign keys infoReferential integrityyes infovia ReferenceProperties or Ancestor pathsnonoyesno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACID infoSerializable Isolation within Transactions, Read Committed outside of Transactionsyes infoisolated transactions for atomic changes and binary logging for safe writesyesACIDACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyes infoThe original contents of fields are not stored in the Manticore index.yesyesyes, flexibel persistency by using storage technologies like Apache Kafka, RocksDB or LMDB
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyesyes
User concepts infoAccess controlAccess rights for users, groups and roles based on Google Cloud Identity and Access Management (IAM)nonoFine-grained Attribute-Based Access Control (ABAC) in addition to typical coarse-grained Role-Based Access Control (RBAC) according to SQL-standard. Pluggable authentication with supported standards (LDAP, Active Directory, Kerberos)
More information provided by the system vendor
Google Cloud DatastoreManticore SearchRocksDBVirtuosoXTDB infoformerly named Crux
Specific characteristicsVirtuoso is a modern multi-model RDBMS for managing data represented as tabular relations...
» more
Competitive advantagesPerformance & Scale — as exemplified by DBpedia and the LOD Cloud it spawned, i.e.,...
» more
Typical application scenariosUsed for — Analytics/BI Conceptual Data Virtualization Enterprise Knowledge Graphs...
» more
Key customersBroad use across enterprises and governments including — European Union (EU) US Government...
» more
Market metricsLargest installed-base ​of Multi-Model RDBMS for AI-friendly Knowledge Graphs Platform...
» more
Licensing and pricing modelsAvailable in both Commercial Enterprise and Open Source (GPL v2) Editions Feature...
» more

We invite representatives of system vendors to contact us for updating and extending the system information,
and for displaying vendor-provided information such as key customers, competitive advantages and market metrics.

Related products and services
3rd partiesSpeedb: A high performance RocksDB-compliant key-value store optimized for write-intensive workloads.
» more

We invite representatives of vendors of related products to contact us for presenting information about their offerings here.

More resources
Google Cloud DatastoreManticore SearchRocksDBVirtuosoXTDB infoformerly named Crux
Recent citations in the news

Google Cloud Stops Exit Fees
12 January 2024, Spiceworks News and Insights

BigID Data Intelligence Platform Now Available on Google Cloud Marketplace
6 November 2023, PR Newswire

What is Google App Engine? | Definition from TechTarget
26 April 2024, TechTarget

Best cloud storage of 2024
29 April 2024, TechRadar

Inside Google’s strategic move to eliminate customer cloud data transfer fees
12 January 2024, Network World

provided by Google News

Integrating Manticore Search with Apache Superset
8 August 2023, hackernoon.com

Clickhouse vs Elasticsearch vs Manticore Search Query Times With a 1.7B NYC Taxi Rides Benchmark
1 June 2022, hackernoon.com

8 Powerful Alternatives to Elasticsearch
25 April 2024, Insider Monkey

Manticore is a Faster Alternative to Elasticsearch in C++
25 July 2022, hackernoon.com

Apex Legends hacker says game developers patched exploit used on streamers
25 April 2024, Yahoo News Canada

provided by Google News

Did Rockset Just Solve Real-Time Analytics?
25 August 2021, Datanami

Meta’s Velox Means Database Performance Is Not Subject To Interpretation
31 August 2022, The Next Platform

Linux 6.9 Drives AMD 4th Gen EPYC Performance Even Higher For Some Workloads
29 March 2024, Phoronix

Facebook's MyRocks Truly Rocks!
21 September 2020, Open Source For You

Power your Kafka Streams application with Amazon MSK and AWS Fargate | Amazon Web Services
10 August 2021, AWS Blog

provided by Google News



Share this page

Featured Products

AllegroGraph logo

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

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB 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

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

Present your product here