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

DBMS > Amazon Redshift vs. Faircom DB vs. ObjectBox vs. RethinkDB vs. SQLite

System Properties Comparison Amazon Redshift vs. Faircom DB vs. ObjectBox vs. RethinkDB vs. SQLite

Editorial information provided by DB-Engines
NameAmazon Redshift  Xexclude from comparisonFaircom DB infoformerly c-treeACE  Xexclude from comparisonObjectBox  Xexclude from comparisonRethinkDB  Xexclude from comparisonSQLite  Xexclude from comparison
DescriptionLarge scale data warehouse service for use with business intelligence toolsNative high-speed multi-model DBMS for relational and key-value store data simultaneously accessible through SQL and NoSQL APIs.Extremely fast embedded database for small devices, IoT and MobileDBMS for the Web with a mechanism to push updated query results to applications in realtime.Widely used embeddable, in-process RDBMS
Primary database modelRelational DBMSKey-value store
Relational DBMS
Object oriented DBMSDocument storeRelational DBMS
Secondary database modelsTime Series DBMSSpatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score20.63
Rank#33  Overall
#20  Relational DBMS
Score0.31
Rank#298  Overall
#42  Key-value stores
#137  Relational DBMS
Score1.42
Rank#169  Overall
#5  Object oriented DBMS
Score2.81
Rank#110  Overall
#20  Document stores
Score118.16
Rank#10  Overall
#7  Relational DBMS
Websiteaws.amazon.com/­redshiftwww.faircom.com/­products/­faircom-dbobjectbox.iorethinkdb.comwww.sqlite.org
Technical documentationdocs.aws.amazon.com/­redshiftdocs.faircom.com/­docs/­en/­UUID-7446ae34-a1a7-c843-c894-d5322e395184.htmldocs.objectbox.iorethinkdb.com/­docswww.sqlite.org/­docs.html
DeveloperAmazon (based on PostgreSQL)FairCom CorporationObjectBox LimitedThe Linux Foundation infosince July 2017Dwayne Richard Hipp
Initial release20121979201720092000
Current releaseV12, November 20202.4.1, August 20203.45.2  (12 March 2024), March 2024
License infoCommercial or Open Sourcecommercialcommercial infoRestricted, free version availableOpen Source infoApache License 2.0Open Source infoApache Version 2Open Source infoPublic Domain
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 languageCANSI C, C++C and C++C++C
Server operating systemshostedAIX
FreeBSD
HP-UX
Linux
NetBSD
OS X
QNX
SCO
Solaris
VxWorks
Windows infoeasily portable to other OSs
Android
iOS
Linux
macOS
Windows
Linux
OS X
Windows
server-less
Data schemeyesschema free, schema optional, schema required, partial schema,yesschema-freeyes infodynamic column types
Typing infopredefined data types such as float or dateyesyes, ANSI SQL Types, JSON, typed binary structuresyesyes infostring, binary, float, bool, date, geometryyes infonot rigid because of 'dynamic typing' concept.
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.nonononono
Secondary indexesrestrictedyesyesyesyes
SQL infoSupport of SQLyes infodoes not fully support an SQL-standardyes, ANSI SQL with proprietary extensionsnonoyes infoSQL-92 is not fully supported
APIs and other access methodsJDBC
ODBC
ADO.NET
Direct SQL
JDBC
JPA
ODBC
RESTful HTTP/JSON API
RESTful MQTT/JSON API
RPC
Proprietary native APIADO.NET infoinofficial driver
JDBC infoinofficial driver
ODBC infoinofficial driver
Supported programming languagesAll languages supporting JDBC/ODBC.Net
C
C#
C++
Java
JavaScript (Node.js and browser)
PHP
Python
Visual Basic
C
C++
Dart
Go
Java
JavaScript infoplanned (as of Jan 2019)
Kotlin
Python infoplanned (as of Jan 2019)
Swift
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
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
Server-side scripts infoStored proceduresuser defined functions infoin Pythonyes info.Net, JavaScript, C/C++nono
TriggersnoyesnoClient-side triggers through changefeedsyes
Partitioning methods infoMethods for storing different data on different nodesShardingFile partitioning, horizontal partitioning, sharding infoCustomizable business rules for table partitioningnoneSharding inforange basednone
Replication methods infoMethods for redundantly storing data on multiple nodesyesyes, configurable to be parallel or serial, synchronous or asynchronous, uni-directional or bi-directional, ACID-consistent or eventually consistent (with custom conflict resolution).online/offline synchronization between client and serverSource-replica replicationnone
MapReduce infoOffers an API for user-defined Map/Reduce methodsnononoyesno
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyEventual Consistency
Immediate Consistency
Tunable consistency per server, database, table, and transaction
Immediate ConsistencyImmediate Consistency
Foreign keys infoReferential integrityyes infoinformational only, not enforced by the systemyesyesnoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDtunable from ACID to Eventually ConsistentACIDAtomic single-document operationsACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes infoMVCC basedyes infovia file-system locks
Durability infoSupport for making data persistentyesYes, tunable from durable to delayed durability to in-memoryyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyesnonoyes
User concepts infoAccess controlfine grained access rights according to SQL-standardFine grained access rights according to SQL-standard with additional protections for filesyesyes infousers and table-level permissionsno
More information provided by the system vendor
Amazon RedshiftFaircom DB infoformerly c-treeACEObjectBoxRethinkDBSQLite
News

In-Memory Database Use Cases
15 February 2024

Data Viewer for Objects – announcing ObjectBox Admin
14 November 2023

Vector Databases for Edge AI
9 August 2023

Vector Database Release for Flutter / Dart + Python
13 June 2023

SQLite and SQLite alternatives – a comprehensive overview
7 June 2023

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 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
Amazon RedshiftFaircom DB infoformerly c-treeACEObjectBoxRethinkDBSQLite
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

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

show all

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

show all

Recent citations in the news

Improve healthcare services through patient 360: A zero-ETL approach to enable near real-time data analytics ...
27 March 2024, AWS Blog

Unlock insights on Amazon RDS for MySQL data with zero-ETL integration to Amazon Redshift | Amazon Web Services
21 March 2024, AWS Blog

Amazon Redshift adds new AI capabilities, including Amazon Q, to boost efficiency and productivity | Amazon Web ...
29 November 2023, AWS Blog

Data Tokenization with Amazon Redshift Dynamic Data Masking and Protegrity | Amazon Web Services
4 March 2024, AWS Blog

Amazon Redshift announcements at AWS re:Invent 2023 to enable analytics on all your data | Amazon Web Services
29 November 2023, AWS Blog

provided by Google News

FairCom kicks off new era of database technology USA - English
10 November 2020, PR Newswire

World's First Converged IIoT Hub to be Showcased at IoT Tech Expo
3 September 2021, Automation.com

Top Milvus Alternatives in 2024
4 October 2023, Slashdot

provided by Google News

Industrial IoT (IIoT) edge solution for railway operators – a Kapsch ObjectBox Case Study
21 June 2019, 1E9

The Megashift Towards Decentralized Edge Computing
27 August 2021, hackernoon.com

A Quick Look at Open Source Databases for Mobile App Development
29 April 2018, Open Source For You

provided by Google News

MongoDB: The Popular Database for IoT
15 August 2023, Open Source For You

An introduction to building realtime apps with RethinkDB
9 July 2022, devm.io

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

provided by Google News

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

Universal API Access from Postgres and SQLite
27 February 2024, O'Reilly Media

SQLite's new support for binary JSON is similar but different from a PostgreSQL feature • DEVCLASS
16 January 2024, DevClass

Stanchion Turns SQLite Into A Column Store
15 February 2024, iProgrammer

A Closer Look at the Top 3 Embedded Databases: SQLite, RocksDB, and DuckDB
29 August 2023, hackernoon.com

provided by Google News



Share this page

Featured Products

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.

AllegroGraph logo

Graph Database Leader for AI Knowledge Graph Applications - The Most Secure Graph Database Available.
Free Download

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