DB-EnginesextremeDB - Data management wherever you need itEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by Redgate Software

DBMS > ITTIA vs. MongoDB vs. Sphinx vs. TerarkDB vs. VoltDB

System Properties Comparison ITTIA vs. MongoDB vs. Sphinx vs. TerarkDB vs. VoltDB

Editorial information provided by DB-Engines
NameITTIA  Xexclude from comparisonMongoDB  Xexclude from comparisonSphinx  Xexclude from comparisonTerarkDB  Xexclude from comparisonVoltDB  Xexclude from comparison
DescriptionEdge Time Series DBMS with Real-Time Stream ProcessingOne of the most popular document stores available both as a fully managed cloud service and for deployment on self-managed infrastructureOpen source search engine for searching in data from different sources, e.g. relational databasesA key-value store forked from RocksDB with advanced compression algorithms. It can be used standalone or as a storage engine for MySQL and MongoDBDistributed In-Memory NewSQL RDBMS infoUsed for OLTP applications with a high frequency of relatively simple transactions, that can hold all their data in memory
Primary database modelTime Series DBMSDocument storeSearch engineKey-value storeRelational DBMS
Secondary database modelsRelational DBMSSpatial DBMS
Search engine infointegrated Lucene index, currently in MongoDB Atlas only.
Time Series DBMS infoTime Series Collections introduced in Release 5.0
Vector DBMS infocurrently available in the MongoDB Atlas cloud service only
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.37
Rank#269  Overall
#22  Time Series DBMS
Score400.93
Rank#5  Overall
#1  Document stores
Score5.92
Rank#57  Overall
#6  Search engines
Score0.00
Rank#386  Overall
#61  Key-value stores
Score1.34
Rank#155  Overall
#71  Relational DBMS
Websitewww.ittia.comwww.mongodb.comsphinxsearch.comgithub.com/­bytedance/­terarkdbwww.voltdb.com
Technical documentationwww.mongodb.com/­docs/­manualsphinxsearch.com/­docsbytedance.larkoffice.com/­docs/­doccnZmYFqHBm06BbvYgjsHHcKcdocs.voltdb.com
DeveloperITTIA L.L.C.MongoDB, IncSphinx Technologies Inc.ByteDance, originally TerarkVoltDB Inc.
Initial release20072009200120162010
Current release8.77.0.5, January 20243.5.1, February 202311.3, April 2022
License infoCommercial or Open SourcecommercialOpen Source infoMongoDB Inc.'s Server Side Public License v1. Prior versions were published under GNU AGPL v3.0. Commercial licenses are also available.Open Source infoGPL version 2, commercial licence availablecommercial inforestricted open source version availableOpen Source infoAGPL for Community Edition, commercial license for Enterprise, AWS, and Pro Editions
Cloud-based only infoOnly available as a cloud servicenono infoMongoDB available as DBaaS (MongoDB Atlas)nonono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
  • MongoDB Atlas: Global multi-cloud database with unmatched data distribution and mobility across AWS, Azure, and Google Cloud, built-in automation for resource and workload optimization, and so much more.
  • MongoDB Flex @ STACKIT offers managed MongoDB Instances with adjustable CPU, RAM, storage amount and speed, in enterprise grade to perfectly match all application requirements. All services are 100% GDPR-compliant.
Implementation languageC and C++C++C++C++Java, C++
Server operating systemsLinux
Windows
Linux
OS X
Solaris
Windows
FreeBSD
Linux
NetBSD
OS X
Solaris
Windows
Linux
OS X infofor development
Data schemeFixed schemaschema-free infoAlthough schema-free, documents of the same collection often follow the same structure. Optionally impose all or part of a schema by defining a JSON schema.yesschema-freeyes
Typing infopredefined data types such as float or dateFloat/Blob/Integer/String/Unicode/Date/Time/Timestamp/Intervalyes infostring, integer, double, decimal, boolean, date, object_id, geospatialnonoyes
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.nono
Secondary indexesyesyesyes infofull-text index on all search fieldsnoyes
SQL infoSupport of SQLyesRead-only SQL queries via the MongoDB Atlas SQL InterfaceSQL-like query language (SphinxQL)noyes infoonly a subset of SQL 99
APIs and other access methodsJDBC
ODBC
RESTful HTTP API
WebSocket
GraphQL
HTTP REST
Prisma
proprietary protocol using JSON
Proprietary protocolC++ API
Java API
Java API
JDBC
RESTful HTTP/JSON API
Supported programming languagesC
C++
JavaScript (Node.js)
Python
Actionscript infounofficial driver
C
C#
C++
Clojure infounofficial driver
ColdFusion infounofficial driver
D infounofficial driver
Dart infounofficial driver
Delphi infounofficial driver
Erlang
Go
Groovy infounofficial driver
Haskell
Java
JavaScript
Kotlin
Lisp infounofficial driver
Lua infounofficial driver
MatLab infounofficial driver
Perl
PHP
PowerShell infounofficial driver
Prolog infounofficial driver
Python
R infounofficial driver
Ruby
Rust
Scala
Smalltalk infounofficial driver
Swift
C++ infounofficial client library
Java
Perl infounofficial client library
PHP
Python
Ruby infounofficial client library
C++
Java
C#
C++
Erlang infonot officially supported
Go
Java
JavaScript infoNode.js
PHP
Python
Server-side scripts infoStored proceduresyesJavaScriptnonoJava
Triggersnoyes infoin MongoDB Atlas onlynonono
Partitioning methods infoMethods for storing different data on different nodesSharding infoPartitioned by hashed, ranged, or zoned sharding keys. Live resharding allows users to change their shard keys as an online operation with zero downtime.Sharding infoPartitioning is done manually, search queries against distributed index is supportednoneSharding
Replication methods infoMethods for redundantly storing data on multiple nodesyesMulti-Source deployments with MongoDB Atlas Global Clusters
Source-replica replication
nonenoneMulti-source replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoyesnonono
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency infocan be individually decided for each read operation
Immediate Consistency infodefault behaviour
Foreign keys infoReferential integrityyesno infotypically not used, however similar functionality with DBRef possiblenonono infoFOREIGN KEY constraints are not supported
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datayesMulti-document ACID Transactions with snapshot isolationnonoACID infoTransactions are executed single-threaded within stored procedures
Concurrency infoSupport for concurrent manipulation of datayes, multi-version concurrency control (MVCC)yesyesyesyes infoData access is serialized by the server
Durability infoSupport for making data persistentyesyes infooptional, enabled by defaultyes infoThe original contents of fields are not stored in the Sphinx index.yesyes infoSnapshots and command logging
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyes infoIn-memory storage engine introduced with MongoDB version 3.2yes
User concepts infoAccess controlDatabase file passwordsAccess rights for users and rolesnonoUsers and roles with access to stored procedures
More information provided by the system vendor
ITTIAMongoDBSphinxTerarkDBVoltDB
Specific characteristicsMongoDB provides an integrated suite of cloud database and data services to accelerate...
» more
Competitive advantagesBuilt around the flexible document data model and unified API, MongoDB is a developer...
» more
Typical application scenariosAI-enriched intelligent apps (Continental, Telefonica, Iron Mountain) Internet of...
» more
Key customersADP, Adobe, Amadeus, AstraZeneca, Auto Trader, Barclays, BBVA, Bosch, Cisco, CERN,...
» more
Market metricsHundreds of millions downloads, over 150,000+ Atlas clusters provisioned every month...
» more
Licensing and pricing modelsMongoDB database server: Server-Side Public License (SSPL) . Commercial licenses...
» 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 partiesStudio 3T: The world's favorite IDE for working with MongoDB
» more

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

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

More resources
ITTIAMongoDBSphinxTerarkDBVoltDB
DB-Engines blog posts

Snowflake is the DBMS of the Year 2021
3 January 2022, Paul Andlinger, Matthias Gelbmann

PostgreSQL is the DBMS of the Year 2020
4 January 2021, Paul Andlinger, Matthias Gelbmann

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

show all

The DB-Engines ranking includes now search engines
4 February 2013, Paul Andlinger

show all

Recent citations in the news

ITTIA Database Now Supports NXP?s Latest 64-bit Arm Processors with Real-Time Functionality
20 September 2019, Embedded Computing Design

Embedded secured data base for STM32 MCUs
16 October 2023, Electronics Weekly

provided by Google News

The future of AI's data infrastructure: Unlocking the power of GenAI with MongoDB and Capgemini
9 November 2024, TechCrunch

MongoDB (MDB) Stock Declines While Market Improves: Some Information for Investors
8 November 2024, Yahoo Finance

MongoDB: Playing The Long Game In A Fiercely Competitive Market
8 November 2024, Seeking Alpha

This Stock Is Crushing Salesforce, MongoDB And Snowflake In AI Revenue
17 October 2024, Forbes

MongoDB says it’s winning with targeted commercial AI projects
4 October 2024, Blocks & Files

provided by Google News

Switching From Sphinx to MkDocs Documentation — What Did I Gain and Lose?
2 February 2024, Towards Data Science

Voice Recognition Tools Review. Alexa, PocketSphinx, Google API or Project Oxford?
1 March 2024, Netguru

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

Beyond the Concert Hall: 5 Organizations Making a Difference in Classical Music in 2018
22 December 2018, WQXR Radio

10 Years of Building the Security Intelligence Graph: A Tech Retrospective
28 April 2020, Recorded Future

provided by Google News

VoltDB Makes Key New Hires to Accelerate Telco Business Growth
28 October 2021, The Fast Mode

VoltDB Announces Latest Version Of Its In-Memory Database
9 February 2018, RTInsights

Solutions Review Sits Down with VoltDB CEO David Flower
17 April 2018, Solutions Review

MemSQL, VoltDB Vie For In-Memory Big Data Role
12 February 2015, InformationWeek

New startup from Postgres creator puts the database at heart of software stack
12 March 2024, TechCrunch

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.

SingleStore logo

The data platform to build your intelligent applications.
Try it 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

RaimaDB logo

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

Present your product here