DB-EnginesExtremeDB for everyone with an RTOSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > MongoDB vs. Sequoiadb vs. Sphinx vs. TinkerGraph vs. Transbase

System Properties Comparison MongoDB vs. Sequoiadb vs. Sphinx vs. TinkerGraph vs. Transbase

Editorial information provided by DB-Engines
NameMongoDB  Xexclude from comparisonSequoiadb  Xexclude from comparisonSphinx  Xexclude from comparisonTinkerGraph  Xexclude from comparisonTransbase  Xexclude from comparison
DescriptionOne of the most popular document stores available both as a fully managed cloud service and for deployment on self-managed infrastructureNewSQL database with distributed OLTP and SQLOpen source search engine for searching in data from different sources, e.g. relational databasesA lightweight, in-memory graph engine that serves as a reference implementation of the TinkerPop3 APIA resource-optimized, high-performance, universally applicable RDBMS
Primary database modelDocument storeDocument store
Relational DBMS
Search engineGraph DBMSRelational DBMS
Secondary database modelsSpatial 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
Score421.08
Rank#5  Overall
#1  Document stores
Score0.50
Rank#258  Overall
#41  Document stores
#120  Relational DBMS
Score5.95
Rank#55  Overall
#5  Search engines
Score0.13
Rank#345  Overall
#35  Graph DBMS
Score0.17
Rank#334  Overall
#148  Relational DBMS
Websitewww.mongodb.comwww.sequoiadb.comsphinxsearch.comtinkerpop.apache.org/­docs/­current/­reference/­#tinkergraph-gremlinwww.transaction.de/­en/­products/­transbase.html
Technical documentationwww.mongodb.com/­docs/­manualwww.sequoiadb.com/­en/­index.php?m=Files&a=indexsphinxsearch.com/­docswww.transaction.de/­en/­products/­transbase/­features.html
DeveloperMongoDB, IncSequoiadb Ltd.Sphinx Technologies Inc.Transaction Software GmbH
Initial release20092013200120091987
Current release6.0.7, June 20233.5.1, February 2023Transbase 8.3, 2022
License infoCommercial or Open SourceOpen 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 infoServer: AGPL; Client: Apache V2Open Source infoGPL version 2, commercial licence availableOpen Source infoApache 2.0commercial infofree development license
Cloud-based only infoOnly available as a cloud serviceno infoMongoDB available as DBaaS (MongoDB Atlas)nononono
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++C++C++JavaC and C++
Server operating systemsLinux
OS X
Solaris
Windows
LinuxFreeBSD
Linux
NetBSD
OS X
Solaris
Windows
FreeBSD
Linux
macOS
Solaris
Windows
Data schemeschema-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.schema-freeyesschema-freeyes
Typing infopredefined data types such as float or dateyes infostring, integer, double, decimal, boolean, date, object_id, geospatialyes infooid, date, timestamp, binary, regexnoyesyes
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.nonono
Secondary indexesyesyesyes infofull-text index on all search fieldsnoyes
SQL infoSupport of SQLRead-only SQL queries via the MongoDB Atlas SQL InterfaceSQL-like query languageSQL-like query language (SphinxQL)noyes
APIs and other access methodsGraphQL
HTTP REST
Prisma
proprietary protocol using JSON
proprietary protocol using JSONProprietary protocolTinkerPop 3ADO.NET
JDBC
ODBC
Proprietary native API
Supported programming languagesActionscript 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
.Net
C++
Java
PHP
Python
C++ infounofficial client library
Java
Perl infounofficial client library
PHP
Python
Ruby infounofficial client library
Groovy
Java
C
C#
C++
Java
JavaScript
Kotlin
Objective-C
PHP
Python
Server-side scripts infoStored proceduresJavaScriptJavaScriptnonoyes
Triggersyes infoin MongoDB Atlas onlynononoyes
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.ShardingSharding infoPartitioning is done manually, search queries against distributed index is supportednone
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-Source deployments with MongoDB Atlas Global Clusters
Source-replica replication
Source-replica replicationnonenoneSource-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsyesnononono
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency infocan be individually decided for each read operation
Immediate Consistency infodefault behaviour
Eventual ConsistencynoneImmediate Consistency
Foreign keys infoReferential integrityno infotypically not used, however similar functionality with DBRef possiblenonoyes infoRelationships in graphsyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataMulti-document ACID Transactions with snapshot isolationDocument is locked during a transactionnonoyes
Concurrency infoSupport for concurrent manipulation of datayesyesyesnoyes
Durability infoSupport for making data persistentyes infooptional, enabled by defaultyesyes infoThe original contents of fields are not stored in the Sphinx index.optionalyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yes infoIn-memory storage engine introduced with MongoDB version 3.2noyesno
User concepts infoAccess controlAccess rights for users and rolessimple password-based access controlnonofine grained access rights according to SQL-standard
More information provided by the system vendor
MongoDBSequoiadbSphinxTinkerGraphTransbase
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 partiesCData: Connect to Big Data & NoSQL through standard Drivers.
» more

Navicat for MongoDB gives you a highly effective GUI interface for MongoDB database management, administration and development.
» more

Studio 3T: The world's favorite IDE for working with MongoDB
» more

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

More resources
MongoDBSequoiadbSphinxTinkerGraphTransbase
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

MongoDB Stock Sinks 20% As Company Lowers Sales Guidance
31 May 2024, Investor's Business Daily

Why MongoDB Stock Plunged Today
31 May 2024, The Motley Fool

Dorsal Capital Management LP Has $65.42 Million Stock Position in MongoDB, Inc. (NASDAQ:MDB)
10 June 2024, Defense World

MongoDB, Inc. Announces First Quarter Fiscal 2025 Financial Results
30 May 2024, PR Newswire

MongoDB shares sink 23% after management trims guidance
30 May 2024, CNBC

provided by Google News

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

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

Perplexity AI: From Its Use To Operation, Everything You Need To Know About Google's Newest Challenger
11 January 2024, Free Press Journal

The Pirate Bay was recently down for over a week due to a DDoS attack
29 October 2019, The Hacker News

How to Build 600+ Links in One Month
4 September 2020, Search Engine Journal

provided by Google News

Unit testing Apache TinkerPop transactions: From TinkerGraph to Amazon Neptune | Amazon Web Services
3 June 2024, AWS Blog

Why developers like Apache TinkerPop, an open source framework for graph computing | Amazon Web Services
27 September 2021, AWS Blog

InfiniteGraph Gets Support for Common Graph Database Language and More
21 February 2012, SiliconANGLE News

Introducing Gremlin query hints for Amazon Neptune
26 February 2019, AWS Blog

provided by Google News



Share this page

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

Milvus logo

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

Neo4j logo

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

Present your product here