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 SimpleDB vs. RethinkDB vs. STSdb vs. Tigris vs. VictoriaMetrics

System Properties Comparison Amazon SimpleDB vs. RethinkDB vs. STSdb vs. Tigris vs. VictoriaMetrics

Editorial information provided by DB-Engines
NameAmazon SimpleDB  Xexclude from comparisonRethinkDB  Xexclude from comparisonSTSdb  Xexclude from comparisonTigris  Xexclude from comparisonVictoriaMetrics  Xexclude from comparison
DescriptionHosted simple database service by Amazon, with the data stored in the Amazon Cloud. infoThere is an unrelated product called SimpleDB developed by Edward ScioreDBMS for the Web with a mechanism to push updated query results to applications in realtime.Key-Value Store with special method for indexing infooptimized for high performance using a special indexing methodA horizontally scalable, ACID transactional, document database available both as a fully managed cloud service and for deployment on self-managed infrastructureA fast, cost-effective and scalable Time Series DBMS and monitoring solution
Primary database modelKey-value storeDocument storeKey-value storeDocument store
Key-value store
Search engine
Time Series DBMS
Time Series DBMS
Secondary database modelsSpatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score1.88
Rank#133  Overall
#23  Key-value stores
Score2.66
Rank#107  Overall
#20  Document stores
Score0.10
Rank#357  Overall
#51  Key-value stores
Score0.09
Rank#363  Overall
#49  Document stores
#54  Key-value stores
#22  Search engines
#38  Time Series DBMS
Score1.23
Rank#172  Overall
#15  Time Series DBMS
Websiteaws.amazon.com/­simpledbrethinkdb.comgithub.com/­STSSoft/­STSdb4www.tigrisdata.comvictoriametrics.com
Technical documentationdocs.aws.amazon.com/­simpledbrethinkdb.com/­docswww.tigrisdata.com/­docsdocs.victoriametrics.com
github.com/­VictoriaMetrics/­VictoriaMetrics/­wiki
DeveloperAmazonThe Linux Foundation infosince July 2017STS Soft SCTigris Data, Inc.VictoriaMetrics
Initial release20072009201120222018
Current release2.4.1, August 20204.0.8, September 2015v1.91, May 2023
License infoCommercial or Open SourcecommercialOpen Source infoApache Version 2Open Source infoGPLv2, commercial license availableOpen Source infoApache Version 2.0Open Source infoApache Version 2.0
Cloud-based only infoOnly available as a cloud serviceyesnononono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageC++C#Go
Server operating systemshostedLinux
OS X
Windows
WindowsLinux
macOS
Windows
FreeBSD
Linux
macOS
OpenBSD
Data schemeschema-freeschema-freeyesyes
Typing infopredefined data types such as float or datenoyes infostring, binary, float, bool, date, geometryyes infoprimitive types and user defined types (classes)yes
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 indexesyes infoAll columns are indexed automaticallyyesnoyes
SQL infoSupport of SQLnonononono
APIs and other access methodsRESTful HTTP API.NET Client APICLI Client
gRPC
RESTful HTTP API
Graphite protocol
InfluxDB Line Protocol
OpenTSDB
Prometheus Query API
Prometheus Remote Read/Write
Supported programming languages.Net
C
C++
Erlang
Java
PHP
Python
Ruby
Scala
C infocommunity-supported driver
C# infocommunity-supported driver
C++ infocommunity-supported driver
Clojure infocommunity-supported driver
Dart infocommunity-supported driver
Erlang infocommunity-supported driver
Go infocommunity-supported driver
Haskell infocommunity-supported driver
Java infoofficial driver
JavaScript (Node.js) infoofficial driver
Lisp infocommunity-supported driver
Lua infocommunity-supported driver
Objective-C infocommunity-supported driver
Perl infocommunity-supported driver
PHP infocommunity-supported driver
Python infoofficial driver
Ruby infoofficial driver
Scala infocommunity-supported driver
C#
Java
Go
Java
JavaScript (Node.js)
Server-side scripts infoStored proceduresnononono
TriggersnoClient-side triggers through changefeedsnonono
Partitioning methods infoMethods for storing different data on different nodesnone infoSharding must be implemented in the applicationSharding inforange basednoneSharding
Replication methods infoMethods for redundantly storing data on multiple nodesyesSource-replica replicationnoneyesSynchronous replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoyesnono
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Immediate Consistency infocan be specified for read operations
Immediate ConsistencyImmediate ConsistencyEventual Consistency
Foreign keys infoReferential integritynononono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datano infoConcurrent data updates can be detected by the applicationAtomic single-document operationsnoACIDno
Concurrency infoSupport for concurrent manipulation of datayesyes infoMVCC basedyesyesyes
Durability infoSupport for making data persistentyesyesyesyes, using FoundationDByes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.nono
User concepts infoAccess controlAccess rights for users and roles can be defined via the AWS Identity and Access Management (IAM)yes infousers and table-level permissionsnoAccess rights for users and roles

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
Amazon SimpleDBRethinkDBSTSdbTigrisVictoriaMetrics
DB-Engines blog posts

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

Amazon - the rising star in the DBMS market
3 August 2015, Matthias Gelbmann

show all

Meet some database management systems you are likely to hear more about in the future
4 August 2014, Paul Andlinger

show all

Recent citations in the news

A Place for Everything – Amazon SimpleDB | AWS News Blog
14 December 2007, AWS Blog

Amazon DynamoDB Serves Trillions Of Requests Per Month While Counterpart SimpleDB Is No Longer A Listed ...
12 November 2013, TechCrunch

An Overview of Amazon Web Services - Cloud Application Architectures [Book]
22 September 2018, oreilly.com

Amazon SimpleDB Management in Eclipse | AWS News Blog
22 July 2009, AWS Blog

Good Advice on Keeping Your Database Simple and Fast.
25 March 2009, All Things Distributed

provided by Google News

An introduction to building realtime apps with RethinkDB
9 July 2022, devmio

How to Use RethinkDB with Node.js Applications — SitePoint
16 December 2015, SitePoint

Stripe acquires team behind NoSQL database startup RethinkDB
5 October 2016, VentureBeat

RethinkDB is dead, and MongoDB isn't what killed it
24 January 2017, TechRepublic

RethinkDB is shutting down, Qt Quick Controls, and Sensory gives developers Alexa voice control—SD Times news ...
6 October 2016, SDTimes.com

provided by Google News

Tigris Data Unveils Beta Launch of New Vector Search Tool
19 May 2023, Datanami

Tigris Data Launches All-in-One Developer Data Platform
27 September 2022, Datanami

FerretDB Provides Alternative to MongoDB
19 May 2023, Datanami

Latest Asigra platform targets SaaS backup for MSPs
6 March 2023, TechTarget

provided by Google News

OpenTelemetry Is Too Complicated, VictoriaMetrics Says
1 April 2024, Datanami

KubeCon24: VictoriaMetrics' Simpler Alternative to Prometheus
20 March 2024, The New Stack

VictoriaMetrics Slashes Data Storage Bills by 90% With World's Most Cost-Efficient Monitoring
30 May 2024, Yahoo Finance

How VictoriaMetrics' open source approach led to mass industry adoption
3 May 2024, Tech.eu

VictoriaMetrics takes organic growth over investor pressure
11 December 2023, The Register

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