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 > Amazon DynamoDB vs. Google Cloud Datastore vs. Informix vs. QuestDB vs. Sphinx

System Properties Comparison Amazon DynamoDB vs. Google Cloud Datastore vs. Informix vs. QuestDB vs. Sphinx

Editorial information provided by DB-Engines
NameAmazon DynamoDB  Xexclude from comparisonGoogle Cloud Datastore  Xexclude from comparisonInformix  Xexclude from comparisonQuestDB  Xexclude from comparisonSphinx  Xexclude from comparison
DescriptionHosted, scalable database service by Amazon with the data stored in Amazons cloudAutomatically scaling NoSQL Database as a Service (DBaaS) on the Google Cloud PlatformA secure embeddable database from IBM, positioned besides IBM Db2 as a relatively low-cost product optimized for OLTP and Internet of Things dataA high performance open source SQL database for time series dataOpen source search engine for searching in data from different sources, e.g. relational databases
Primary database modelDocument store
Key-value store
Document storeRelational DBMS infoSince Version 12.10 support for JSON/BSON datatypes compatible with MongoDBTime Series DBMSSearch engine
Secondary database modelsDocument store
Spatial DBMS
Time Series DBMS infowith Informix TimeSeries Extension
Relational DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score77.57
Rank#16  Overall
#2  Document stores
#2  Key-value stores
Score4.49
Rank#79  Overall
#12  Document stores
Score18.85
Rank#35  Overall
#22  Relational DBMS
Score2.48
Rank#115  Overall
#9  Time Series DBMS
Score6.03
Rank#60  Overall
#6  Search engines
Websiteaws.amazon.com/­dynamodbcloud.google.com/­datastorewww.ibm.com/­products/­informixquestdb.iosphinxsearch.com
Technical documentationdocs.aws.amazon.com/­dynamodbcloud.google.com/­datastore/­docsinformix.hcldoc.com
www.ibm.com/­support/­knowledgecenter/­SSGU8G/­welcomeIfxServers.html
questdb.io/­docssphinxsearch.com/­docs
DeveloperAmazonGoogleIBM, HCL Technologies infoEffective May 1st, 2017, HCL took on development, technical support, and product management teams, and works jointly with IBM on product strategy, marketing, and sales.QuestDB Technology IncSphinx Technologies Inc.
Initial release20122008198420142001
Current release14.10.FC5, November 20203.5.1, February 2023
License infoCommercial or Open Sourcecommercial infofree tier for a limited amount of database operationscommercialcommercial infofree developer edition availableOpen Source infoApache 2.0Open Source infoGPL version 2, commercial licence available
Cloud-based only infoOnly available as a cloud serviceyesyesnonono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageC, C++ and JavaJava (Zero-GC), C++, RustC++
Server operating systemshostedhostedAIX
HP-UX
Linux
macOS
Solaris
Windows
Linux
macOS
Windows
FreeBSD
Linux
NetBSD
OS X
Solaris
Windows
Data schemeschema-freeschema-freeyesyes infoschema-free via InfluxDB Line Protocolyes
Typing infopredefined data types such as float or dateyesyes, details hereyes infoSince Version 12.10 support for JSON/BSON datatypesyesno
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 indexesyesyesyesnoyes infofull-text index on all search fields
SQL infoSupport of SQLnoSQL-like query language (GQL)yesSQL with time-series extensionsSQL-like query language (SphinxQL)
APIs and other access methodsRESTful HTTP APIgRPC (using protocol buffers) API
RESTful HTTP/JSON API
JDBC
JSON API infoMongoDB compatible
MQTT (Message Queue Telemetry Transport)
ODBC
RESTful HTTP API
HTTP REST
InfluxDB Line Protocol (TCP/UDP)
JDBC
PostgreSQL wire protocol
Proprietary protocol
Supported programming languages.Net
ColdFusion
Erlang
Groovy
Java
JavaScript
Perl
PHP
Python
Ruby
.Net
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
.Net
C
C++
Java
JavaScript (Node.js)
PHP
Python
Ruby
C infoPostgreSQL driver
C++
Go
Java
JavaScript (Node.js)
Python
Rust infoover HTTP
C++ infounofficial client library
Java
Perl infounofficial client library
PHP
Python
Ruby infounofficial client library
Server-side scripts infoStored proceduresnousing Google App Engineyesnono
Triggersyes infoby integration with AWS LambdaCallbacks using the Google Apps Engineyesnono
Partitioning methods infoMethods for storing different data on different nodesShardingShardingShardinghorizontal partitioning (by timestamps)Sharding infoPartitioning is done manually, search queries against distributed index is supported
Replication methods infoMethods for redundantly storing data on multiple nodesyesMulti-source replication using PaxosMulti-source replication
Source-replica replication
Source-replica replication with eventual consistencynone
MapReduce infoOffers an API for user-defined Map/Reduce methodsno infomay be implemented via Amazon Elastic MapReduce (Amazon EMR)yes infousing Google Cloud Dataflownonono
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Immediate Consistency infocan be specified for read operations
Immediate 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 ConsistencyImmediate Consistency
Foreign keys infoReferential integritynoyes infovia ReferenceProperties or Ancestor pathsyesnono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACID infoACID across one or more tables within a single AWS account and regionACID infoSerializable Isolation within Transactions, Read Committed outside of TransactionsACIDACID for single-table writesno
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyesyesyesyes infoThe original contents of fields are not stored in the Sphinx index.
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyesyes infothrough memory mapped files
User concepts infoAccess controlAccess rights for users and roles can be defined via the AWS Identity and Access Management (IAM)Access rights for users, groups and roles based on Google Cloud Identity and Access Management (IAM)Users with fine-grained authentication, authorization, and auditing controlsno
More information provided by the system vendor
Amazon DynamoDBGoogle Cloud DatastoreInformixQuestDBSphinx
Specific characteristicsRelational model with native time series support Column-based storage and time partitioned...
» more
Competitive advantagesHigh ingestion throughput: peak of 4M rows/sec (TSBS Benchmark) Code optimizations...
» more
Typical application scenariosFinancial tick data Industrial IoT Application Metrics Monitoring
» more
Key customersBanks & Hedge funds, Yahoo, OKX, Airbus, Aquis Exchange, Net App, Cloudera, Airtel,...
» more
Licensing and pricing modelsOpen source Apache 2.0 QuestDB Enterprise QuestDB Cloud
» more
News

Does "vpmovzxbd" Scare You? Here's Why it Doesn't Have To
12 April 2024

Create an ADS-B flight radar with QuestDB and a Raspberry Pi
8 April 2024

Build a temperature IoT sensor with Raspberry Pi Pico & QuestDB
5 April 2024

Create an IoT server with QuestDB and a Raspberry Pi
4 April 2024

TimescaleDB vs. QuestDB: Performance benchmarks and overview
27 March 2024

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

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

More resources
Amazon DynamoDBGoogle Cloud DatastoreInformixQuestDBSphinx
DB-Engines blog posts

Cloud-based DBMS's popularity grows at high rates
12 December 2019, Paul Andlinger

The popularity of cloud-based DBMSs has increased tenfold in four years
7 February 2017, Matthias Gelbmann

Increased popularity for consuming DBMS services out of the cloud
2 October 2015, Paul Andlinger

show all

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

show all

Recent citations in the news

AWS announces Amazon DynamoDB zero-ETL integration with Amazon OpenSearch Service
28 November 2023, AWS Blog

Simplify cross-account access control with Amazon DynamoDB using resource-based policies | Amazon Web Services
20 March 2024, AWS Blog

A new and improved AWS CDK construct for Amazon DynamoDB tables | Amazon Web Services
31 January 2024, AWS Blog

Migrating Uber's Ledger Data from DynamoDB to LedgerStore
11 April 2024, Uber

Bulk update Amazon DynamoDB tables with AWS Step Functions | Amazon Web Services
20 March 2024, AWS Blog

provided by Google 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 Cloud Platform?
28 August 2023, Simplilearn

Best cloud storage of 2024
3 April 2024, TechRadar

Google says it'll stop charging fees to transfer data out of Google Cloud
11 January 2024, TechCrunch

provided by Google News

Unlock the value of your Informix data for advanced analytics and AI with watsonx.data
24 April 2024, ibm.com

IBM Informix: A key part of IBM’s hybrid cloud and AI strategy
11 January 2024, ibm.com

IBM Unleashes 'Cheetah' Database
17 October 2023, InformationWeek

IBM Informix review: What you need to know about the software
12 December 2022, TechRepublic

IBM Informix Database in the Cloud | AWS News Blog
1 May 2009, AWS Blog

provided by Google News

QuestDB snares $12M Series A with hosted version coming soon
3 November 2021, TechCrunch

SQL Extensions for Time-Series Data in QuestDB
11 January 2021, Towards Data Science

QuestDB gets $12M Series A funding amid growing interest in time-series databases
3 November 2021, SiliconANGLE News

Read the Pitch Deck Database Startup QuestDB Used to Raise $12 Million
11 November 2021, Business Insider

Comparing Different Time-Series Databases
10 February 2022, hackernoon.com

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

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

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



Share this page

Featured Products

Milvus logo

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

Ontotext logo

GraphDB allows you to link diverse data, index it for semantic search and enrich it via text analysis to build big knowledge graphs. Get it free.

Neo4j logo

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

SingleStore logo

Database for your real-time AI and Analytics Apps.
Try it today.

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

Present your product here