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

DBMS > Citus vs. Google Cloud Bigtable vs. SiriDB vs. Sphinx vs. SurrealDB

System Properties Comparison Citus vs. Google Cloud Bigtable vs. SiriDB vs. Sphinx vs. SurrealDB

Editorial information provided by DB-Engines
NameCitus  Xexclude from comparisonGoogle Cloud Bigtable  Xexclude from comparisonSiriDB  Xexclude from comparisonSphinx  Xexclude from comparisonSurrealDB  Xexclude from comparison
DescriptionScalable hybrid operational and analytics RDBMS for big data use cases based on PostgreSQLGoogle's NoSQL Big Data database service. It's the same database that powers many core Google services, including Search, Analytics, Maps, and Gmail.Open Source Time Series DBMSOpen source search engine for searching in data from different sources, e.g. relational databasesA fully ACID transactional, developer-friendly, multi-model DBMS
Primary database modelRelational DBMSKey-value store
Wide column store
Time Series DBMSSearch engineDocument store
Graph DBMS
Secondary database modelsDocument store
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score2.15
Rank#117  Overall
#56  Relational DBMS
Score3.15
Rank#95  Overall
#14  Key-value stores
#8  Wide column stores
Score0.07
Rank#378  Overall
#42  Time Series DBMS
Score5.95
Rank#55  Overall
#5  Search engines
Score1.02
Rank#190  Overall
#33  Document stores
#18  Graph DBMS
Websitewww.citusdata.comcloud.google.com/­bigtablesiridb.comsphinxsearch.comsurrealdb.com
Technical documentationdocs.citusdata.comcloud.google.com/­bigtable/­docsdocs.siridb.comsphinxsearch.com/­docssurrealdb.com/­docs
DeveloperGoogleCesbitSphinx Technologies Inc.SurrealDB Ltd
Initial release20102015201720012022
Current release8.1, December 20183.5.1, February 2023v1.5.0, May 2024
License infoCommercial or Open SourceOpen Source infoAGPL, commercial license also availablecommercialOpen Source infoMIT LicenseOpen Source infoGPL version 2, commercial licence availableOpen Source
Cloud-based only infoOnly available as a cloud servicenoyesnonono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageCCC++Rust
Server operating systemsLinuxhostedLinuxFreeBSD
Linux
NetBSD
OS X
Solaris
Windows
Linux
macOS
Windows
Data schemeyesschema-freeyesyesschema-free
Typing infopredefined data types such as float or dateyesnoyes infoNumeric datanoyes
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.yes infospecific XML type available, but no XML query functionalitynono
Secondary indexesyesnoyesyes infofull-text index on all search fields
SQL infoSupport of SQLyes infostandard, with numerous extensionsnonoSQL-like query language (SphinxQL)SQL-like query language
APIs and other access methodsADO.NET
JDBC
native C library
ODBC
streaming API for large objects
gRPC (using protocol buffers) API
HappyBase (Python library)
HBase compatible API (Java)
HTTP APIProprietary protocolGraphQL
RESTful HTTP API
WebSocket
Supported programming languages.Net
C
C++
Delphi
Java
JavaScript (Node.js)
Perl
PHP
Python
Tcl
C#
C++
Go
Java
JavaScript (Node.js)
Python
C
C++
Go
Java
JavaScript (Node.js)
PHP
Python
R
C++ infounofficial client library
Java
Perl infounofficial client library
PHP
Python
Ruby infounofficial client library
Deno
Go
JavaScript (Node.js)
Rust
Server-side scripts infoStored proceduresuser defined functions inforealized in proprietary language PL/pgSQL or with common languages like Perl, Python, Tcl etc.nonono
Triggersyesnonono
Partitioning methods infoMethods for storing different data on different nodesShardingShardingShardingSharding infoPartitioning is done manually, search queries against distributed index is supported
Replication methods infoMethods for redundantly storing data on multiple nodesSource-replica replication infoother methods possible by using 3rd party extensionsInternal replication in Colossus, and regional replication between two clusters in different zonesyesnone
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoyesnonono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyImmediate consistency (for a single cluster), Eventual consistency (for two or more replicated clusters)
Foreign keys infoReferential integrityyesnonono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDAtomic single-row operationsnonoACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyesyesyes infoThe original contents of fields are not stored in the Sphinx index.yes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.nonoyes
User concepts infoAccess controlfine grained access rights according to SQL-standardAccess rights for users, groups and roles based on Google Cloud Identity and Access Management (IAM)simple rights management via user accountsnoyes, based on authentication and database rules

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
CitusGoogle Cloud BigtableSiriDBSphinxSurrealDB
DB-Engines blog posts

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

show all

Recent citations in the news

What Microsoft's Open Source PostgreSQL Acquisition Portends for SQL Server
1 June 2024, ITPro Today

Ubicloud wants to build an open source alternative to AWS
5 March 2024, TechCrunch

Ubicloud reels in $16M for its open-source cloud platform
5 March 2024, SiliconANGLE News

Microsoft acquires Citus Data, re-affirming its commitment to Open Source and accelerating Azure PostgreSQL ...
24 January 2019, Microsoft

Microsoft Benchmarks Distributed PostgreSQL DBs
10 July 2023, Datanami

provided by Google News

Google's AI-First Strategy Brings Vector Support To Cloud Databases
1 March 2024, Forbes

Google Introduces Autoscaling for Cloud Bigtable for Optimizing Costs
31 January 2022, InfoQ.com

Google introduces Cloud Bigtable managed NoSQL database to process data at scale
6 May 2015, VentureBeat

Google Launches Cloud Bigtable, A Highly Scalable And Performant NoSQL Database
6 May 2015, TechCrunch

Now anyone can use the database behind Google's most popular products
6 May 2015, Fortune

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

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

provided by Google News

SD Times Open-Source Project of the Week: SurrealDB
10 May 2024, SDTimes.com

Meet Tobie Morgan Hitchcock, CEO & Co-Founder Of SurrealDB
25 April 2024, TechRound

Cloud, privacy and AI: Trends defining the future of data and databases
27 September 2023, Sifted

SurrealDB raises $6M for its database-as-a-service offering
4 January 2023, TechCrunch

Introducing SurrealDB: A Quantum Leap in Database Technology
11 September 2023, TechRound

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