DB-EnginesInfluxDB: Focus on building software with an easy-to-use serverless, scalable time series platformEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > LevelDB vs. Manticore Search vs. OrigoDB vs. RavenDB vs. XTDB

System Properties Comparison LevelDB vs. Manticore Search vs. OrigoDB vs. RavenDB vs. XTDB

Editorial information provided by DB-Engines
NameLevelDB  Xexclude from comparisonManticore Search  Xexclude from comparisonOrigoDB  Xexclude from comparisonRavenDB  Xexclude from comparisonXTDB infoformerly named Crux  Xexclude from comparison
DescriptionEmbeddable fast key-value storage library that provides an ordered mapping from string keys to string valuesMulti-storage database for search, including full-text search.A fully ACID in-memory object graph databaseOpen Source Operational and Transactional Enterprise NoSQL Document DatabaseA general purpose database with bitemporal SQL and Datalog and graph queries
Primary database modelKey-value storeSearch engineDocument store
Object oriented DBMS
Document storeDocument store
Secondary database modelsTime Series DBMS infousing the Manticore Columnar LibraryGraph DBMS
Spatial DBMS
Time Series DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score2.25
Rank#115  Overall
#19  Key-value stores
Score0.29
Rank#302  Overall
#21  Search engines
Score0.06
Rank#380  Overall
#50  Document stores
#18  Object oriented DBMS
Score2.84
Rank#101  Overall
#18  Document stores
Score0.18
Rank#332  Overall
#46  Document stores
Websitegithub.com/­google/­leveldbmanticoresearch.comorigodb.comravendb.netgithub.com/­xtdb/­xtdb
www.xtdb.com
Technical documentationgithub.com/­google/­leveldb/­blob/­main/­doc/­index.mdmanual.manticoresearch.comorigodb.com/­docsravendb.net/­docswww.xtdb.com/­docs
DeveloperGoogleManticore SoftwareRobert Friberg et alHibernating RhinosJuxt Ltd.
Initial release201120172009 infounder the name LiveDB20102019
Current release1.23, February 20216.0, February 20235.4, July 20221.19, September 2021
License infoCommercial or Open SourceOpen Source infoBSDOpen Source infoGPL version 2Open SourceOpen Source infoAGPL version 3, commercial license availableOpen Source infoMIT License
Cloud-based only infoOnly available as a cloud servicenonononono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageC++C++C#C#Clojure
Server operating systemsIllumos
Linux
OS X
Windows
FreeBSD
Linux
macOS
Windows
Linux
Windows
Linux
macOS
Raspberry Pi
Windows
All OS with a Java 8 (and higher) VM
Linux
Data schemeschema-freeFixed schemayesschema-freeschema-free
Typing infopredefined data types such as float or datenoInt, Bigint, Float, Timestamp, Bit, Int array, Bigint array, JSON, BooleanUser defined using .NET types and collectionsnoyes, 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 XMLno infocan be achieved using .NETno
Secondary indexesnoyes infofull-text index on all search fieldsyesyesyes
SQL infoSupport of SQLnoSQL-like query languagenoSQL-like query language (RQL)limited SQL, making use of Apache Calcite
APIs and other access methodsBinary API
RESTful HTTP/JSON API
RESTful HTTP/SQL API
SQL over MySQL
.NET Client API
HTTP API
LINQ
.NET Client API
F# Client API
Go Client API
Java Client API
NodeJS Client API
PHP Client API
Python Client API
RESTful HTTP API
HTTP REST
JDBC
Supported programming languagesC++
Go
Java info3rd party binding
JavaScript (Node.js) info3rd party binding
Python info3rd party binding
Elixir
Go
Java
JavaScript (Node.js)
Perl
PHP
Python
.Net.Net
C#
F#
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
Clojure
Java
Server-side scripts infoStored proceduresnouser defined functionsyesyesno
Triggersnonoyes infoDomain Eventsyesno
Partitioning methods infoMethods for storing different data on different nodesnoneSharding infoPartitioning is done manually, search queries against distributed index is supportedhorizontal partitioning infoclient side managed; servers are not synchronizedShardingnone
Replication methods infoMethods for redundantly storing data on multiple nodesnoneSynchronous replication based on Galera librarySource-replica replicationMulti-source replicationyes, each node contains all data
MapReduce infoOffers an API for user-defined Map/Reduce methodsnononoyesno
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyDefault ACID transactions on the local node (eventually consistent across the cluster). Atomic operations with cluster-wide ACID transactions. Eventual consistency for indexes and full-text search indexes.
Foreign keys infoReferential integritynonodepending on modelnono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoyes infoisolated transactions for atomic changes and binary logging for safe writesACIDACID, Cluster-wide transaction availableACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyes infowith automatic compression on writesyes infoThe original contents of fields are not stored in the Manticore index.yes infoWrite ahead logyesyes, 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.yes
User concepts infoAccess controlnonoRole based authorizationAuthorization levels configured per client per database

More information provided by the system vendor

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

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

More resources
LevelDBManticore SearchOrigoDBRavenDBXTDB infoformerly named Crux
Recent citations in the news

Pliops unveils XDP-Rocks for RocksDB – Blocks and Files
19 October 2022, Blocks & Files

Microsoft Teams stores auth tokens as cleartext in Windows, Linux, Macs
14 September 2022, BleepingComputer

XanMod, Liquorix Kernels Offer Some Advantages On AMD Ryzen 5 Notebook
26 July 2021, Phoronix

Rust-Based Info Stealers Abuse GitHub Codespaces
19 May 2023, Trend Micro

Threat Thursday: BlackGuard Infostealer Rises from Russian Underground Markets
21 April 2022, BlackBerry Blog

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

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

8 Google Alternatives: How to Search Crypto, the Dark Web, More
1 February 2023, Gizmodo

Highlighting in Search Results
24 May 2020, hackernoon.com

provided by Google News

RavenDB Launches Version 6.0 Lightning Fast Queries, Data Integrations, Corax Indexing Engine, and Sharding
3 October 2023, PR Newswire

RavenDB Welcomes David Baruc as Chief Revenue Officer: Seasoned Tech Leader to Drive Global Sales and ...
13 June 2023, PR Newswire

Install the NoSQL RavenDB Data System
14 May 2021, The New Stack

RavenDB Adds Graph Queries
15 May 2019, Datanami

Oren Eini on RavenDB, Including Consistency Guarantees and C# as the Implementation Language
23 May 2022, InfoQ.com

provided by Google News



Share this page

Featured Products

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

Milvus logo

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

Present your product here