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 > EventStoreDB vs. Oracle NoSQL vs. Oracle Rdb vs. SQLite vs. STSdb

System Properties Comparison EventStoreDB vs. Oracle NoSQL vs. Oracle Rdb vs. SQLite vs. STSdb

Editorial information provided by DB-Engines
NameEventStoreDB  Xexclude from comparisonOracle NoSQL  Xexclude from comparisonOracle Rdb  Xexclude from comparisonSQLite  Xexclude from comparisonSTSdb  Xexclude from comparison
DescriptionIndustrial-strength, open-source database solution built from the ground up for event sourcing.A multi-model, scalable, distributed NoSQL database, designed to provide highly reliable, flexible, and available data management across a configurable set of storage nodesWidely used embeddable, in-process RDBMSKey-Value Store with special method for indexing infooptimized for high performance using a special indexing method
Primary database modelEvent StoreDocument store
Key-value store
Relational DBMS
Relational DBMSRelational DBMSKey-value store
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score1.19
Rank#173  Overall
#1  Event Stores
Score3.05
Rank#97  Overall
#17  Document stores
#16  Key-value stores
#50  Relational DBMS
Score1.14
Rank#178  Overall
#80  Relational DBMS
Score111.41
Rank#10  Overall
#7  Relational DBMS
Score0.10
Rank#357  Overall
#51  Key-value stores
Websitewww.eventstore.comwww.oracle.com/­database/­nosql/­technologies/­nosqlwww.oracle.com/­database/­technologies/­related/­rdb.htmlwww.sqlite.orggithub.com/­STSSoft/­STSdb4
Technical documentationdevelopers.eventstore.comdocs.oracle.com/­en/­database/­other-databases/­nosql-database/­index.htmlwww.oracle.com/­database/­technologies/­related/­rdb-doc.htmlwww.sqlite.org/­docs.html
DeveloperEvent Store LimitedOracleOracle, originally developed by Digital Equipment Corporation (DEC)Dwayne Richard HippSTS Soft SC
Initial release20122011198420002011
Current release21.2, February 202124.1, May 20247.4.1.1, 20213.46.0  (23 May 2024), May 20244.0.8, September 2015
License infoCommercial or Open SourceOpen SourceOpen Source infoProprietary for Enterprise Edition (Oracle Database EE license has Oracle NoSQL database EE covered: details)commercialOpen Source infoPublic DomainOpen Source infoGPLv2, commercial license available
Cloud-based only infoOnly available as a cloud servicenonononono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageJavaCC#
Server operating systemsLinux
Windows
Linux
Solaris SPARC/x86
HP Open VMSserver-lessWindows
Data schemeSupport Fixed schema and Schema-less deployment with the ability to interoperate between them.Flexible Schema (defined schema, partial schema, schema free)yes infodynamic column typesyes
Typing infopredefined data types such as float or dateoptionalyesyes infonot rigid because of 'dynamic typing' concept.yes infoprimitive types and user defined types (classes)
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 indexesyesyesyesno
SQL infoSupport of SQLSQL-like DML and DDL statementsyesyes infoSQL-92 is not fully supportedno
APIs and other access methodsRESTful HTTP APIADO.NET infoinofficial driver
JDBC infoinofficial driver
ODBC infoinofficial driver
.NET Client API
Supported programming languagesC
C#
Go
Java
JavaScript (Node.js)
Python
Actionscript
Ada
Basic
C
C#
C++
D
Delphi
Forth
Fortran
Haskell
Java
JavaScript
Lisp
Lua
MatLab
Objective-C
OCaml
Perl
PHP
PL/SQL
Python
R
Ruby
Scala
Scheme
Smalltalk
Tcl
C#
Java
Server-side scripts infoStored proceduresnonono
Triggersnoyesno
Partitioning methods infoMethods for storing different data on different nodesShardingnonenone
Replication methods infoMethods for redundantly storing data on multiple nodesElectable source-replica replication per shard. Support distributed global deployment with Multi-region table featurenonenone
MapReduce infoOffers an API for user-defined Map/Reduce methodswith Hadoop integrationnonono
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Immediate Consistency infodepending on configuration
Immediate Consistency
Foreign keys infoReferential integritynoyesyesno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataconfigurable infoACID within a storage node (=shard)yes, on a single nodeACIDno
Concurrency infoSupport for concurrent manipulation of datayesyesyes infovia file-system locksyes
Durability infoSupport for making data persistentyesyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yes infooff heap cachenoyes
User concepts infoAccess controlAccess rights for users and rolesnono

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
3rd partiesNavicat for SQLite is a powerful and comprehensive SQLite GUI that provides a complete set of functions for database management and development.
» more

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

More resources
EventStoreDBOracle NoSQLOracle RdbSQLiteSTSdb
DB-Engines blog posts

Big gains for Relational Database Management Systems in DB-Engines Ranking
2 February 2016, Matthias Gelbmann

show all

Recent citations in the news

OpenWorld 2013: Oracle NoSQL Database On the Rise?
13 December 2023, Channel Futures

Blog Theme - Details
21 August 2023, Oracle

We built a geo-distributed, serverless modern app using the Oracle NoSQL Database Cloud Service
18 November 2021, Oracle

Oracle NoSQL database comes to the cloud
2 April 2020, TechTarget

Oracle Defends Relational DBs Against NoSQL Competitors
25 November 2015, eWeek

provided by Google News

Oracle Adds New AI-Enabling Features To MySQL HeatWave
23 March 2023, Forbes

Should we all consolidate databases for the storage benefits? Reg vultures deploy DevOps, zoos, haircuts
18 September 2020, The Register

2013 Data Science Salary Survey
4 May 2013, oreilly.com

provided by Google News

Microsoft Research chief scientist has no issue with Windows Recall
6 June 2024, The Register

How to work with Dapper and SQLite in ASP.NET Core
10 May 2024, InfoWorld

SQLite Vulnerability Could Put Thousands of Apps at Risk
22 March 2024, Dark Reading

Copilot‘s screen-snapping Recall data stored in plain text
31 May 2024, CyberNews.com

A Guide to Working with SQLite Databases in Python
21 May 2024, KDnuggets

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.

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

Present your product here