DB-EnginesextremeDB - Data management wherever you need itEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by Redgate Software

DBMS > Cloudflare Workers KV vs. Firebase Realtime Database vs. InfinityDB vs. InterSystems IRIS vs. TimesTen

System Properties Comparison Cloudflare Workers KV vs. Firebase Realtime Database vs. InfinityDB vs. InterSystems IRIS vs. TimesTen

Editorial information provided by DB-Engines
NameCloudflare Workers KV  Xexclude from comparisonFirebase Realtime Database  Xexclude from comparisonInfinityDB  Xexclude from comparisonInterSystems IRIS  Xexclude from comparisonTimesTen  Xexclude from comparison
DescriptionA global, low-latency, key-value store for applications on Cloudflare with exceptionally high read volumes and low-latency.Cloud-hosted realtime document store. iOS, Android, and JavaScript clients share one Realtime Database instance and automatically receive updates with the newest data.A Java embedded Key-Value Store which extends the Java Map interfaceA containerised multi-model DBMS, interoperability and analytics data platform with wide capabilities for vertical and horizontal scalabilityAn in-memory SQL relational database that delivers microsecond response and high throughput for OLTP applications. TimesTen can be deployed as a standalone database or as a cache to a backend Oracle database.
Primary database modelKey-value storeDocument storeKey-value storeDocument store
Key-value store
Object oriented DBMS
Relational DBMS
Relational DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.29
Rank#283  Overall
#40  Key-value stores
Score13.60
Rank#39  Overall
#6  Document stores
Score0.00
Rank#383  Overall
#59  Key-value stores
Score2.98
Rank#91  Overall
#17  Document stores
#14  Key-value stores
#1  Object oriented DBMS
#49  Relational DBMS
Score1.26
Rank#164  Overall
#75  Relational DBMS
Websitewww.cloudflare.com/­developer-platform/­workers-kvfirebase.google.com/­products/­realtime-databaseboilerbay.comwww.intersystems.com/­products/­intersystems-iriswww.oracle.com/­database/­technologies/­related/­timesten.html
Technical documentationdevelopers.cloudflare.com/­kv/­apifirebase.google.com/­docs/­databaseboilerbay.com/­infinitydb/­manualdocs.intersystems.com/­irislatest/­csp/­docbook/­DocBook.UI.Page.clsdocs.oracle.com/­en/­database/­other-databases/­timesten/­index.html
DeveloperCloudflareGoogle infoacquired by Google 2014Boiler Bay Inc.InterSystemsOracle infooriginally founded in HP Labs it was acquired by Oracle in 2005
Initial release20182012200220181998
Current release4.02023.3, June 2023Release 22.1
License infoCommercial or Open Sourcecommercialcommercialcommercialcommercialcommercial
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 languageJava
Server operating systemshostedhostedAll OS with a Java VMAIX
Linux
macOS
Ubuntu
Windows
IBM AIX Power PC 64-bit
Linux arm64
Linux x86-64
Solaris SPARC 64
Solaris SPARC/x86
Solaris x86-64
Data schemeschema-freeschema-freeyes infonested virtual Java Maps, multi-value, logical ‘tuple space’ runtime Schema upgradedepending on used data modelyes
Typing infopredefined data types such as float or datenoyesyes infoall Java primitives, Date, CLOB, BLOB, huge sparse arraysyesyes
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.nononoyesno
Secondary indexesnoyesno infomanual creation possible, using inversions based on multi-value capabilityyesyes
SQL infoSupport of SQLnononoyesyes
APIs and other access methodsHTTP REST
Proprietary protocol
Android
iOS
JavaScript API
RESTful HTTP API
Access via java.util.concurrent.ConcurrentNavigableMap Interface
Proprietary API to InfinityDB ItemSpace (boilerbay.com/­docs/­ItemSpaceDataStructures.htm)
JDBC
ODBC
RESTful HTTP API
ODBC
ODP.NET
Oracle Call Interface (OCI)
Pro*C/C++ programming interfaces
SQL and PL/SQL via JDBC
Supported programming languagesC
C++
Dart
JavaScript
Kotlin
Python
Rust
Scala
Java
JavaScript
Objective-C
Java.Net
C++
Java
JavaScript (Node.js)
Python
C
C++
Java
Node.js
PL/SQL
Python
Server-side scripts infoStored proceduresnolimited functionality with using 'rules'noyesPL/SQL
TriggersnoCallbacks are triggered when data changesnoyesno
Partitioning methods infoMethods for storing different data on different nodesnoneShardingnone
Replication methods infoMethods for redundantly storing data on multiple nodesyesnoneSource-replica replicationMulti-source replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonononono
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual ConsistencyEventual Consistency infoif the client is offline
Immediate Consistency infoif the client is online
Immediate Consistency infoREAD-COMMITTED or SERIALIZEDImmediate ConsistencyImmediate Consistency or Eventual Consistency depending on configuration
Foreign keys infoReferential integritynonono infomanual creation possible, using inversions based on multi-value capabilityyesyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoyesACID infoOptimistic locking for transactions; no isolation for bulk loadsACIDACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyesyesyesyes infoby means of logfiles and checkpoints
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.nonoyesyes
User concepts infoAccess controlyes, based on authentication and database rulesnoyesfine grained access rights according to SQL-standard
More information provided by the system vendor
Cloudflare Workers KVFirebase Realtime DatabaseInfinityDBInterSystems IRISTimesTen
Specific characteristicsInterSystems IRIS is a complete cloud-first data platform which includes a multi-model...
» more

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
Cloudflare Workers KVFirebase Realtime DatabaseInfinityDBInterSystems IRISTimesTen
DB-Engines blog posts

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

show all

Recent citations in the news

Cloudflare updates Workers platform with Python support, event notifications, and improved local development
3 April 2024, DevClass

Cloudflare recovers from service outage after power failure at core North American data center
3 November 2023, DatacenterDynamics

How to Use CloudFlare Workers and KV to Serve a Static Site
1 September 2020, How-To Geek

Cloudflare dashboard, API service feeling poorly due to datacenter power snafu
2 November 2023, The Register

Cloudflare Dashboard and APIs down after data center power outage
2 November 2023, BleepingComputer

provided by Google News

Realtime vs Cloud Firestore: Which Firebase Database to Choose
8 March 2024, Appinventiv

Misconfigured Firebase instances leaked 19 million plaintext passwords
19 March 2024, BleepingComputer

Don't be like these 900+ websites and expose millions of passwords via Firebase
18 March 2024, The Register

Misconfigured firebase: A real-time cyber threat
18 January 2024, Atos

Google launches Firebase Genkit, a new open source framework for building AI-powered apps
14 May 2024, TechCrunch

provided by Google News

InterSystems TrakCare and InterSystems IRIS for Health to underpin deployment of fully unified future-ready AI-driven healthcare ecosystem at NEOM
24 July 2024, PR Newswire

Consultmed moving its e-referral software to InterSystems's IRIS for Health and more briefs
5 May 2024, Mobihealth News

InterSystems Expands IRIS Data Platform with Vector Search to Support Next-Gen AI Applications
26 March 2024, Datanami

ImmunoPrecise Antibodies And InterSystems Partner To Leverage AI In Life Sciences, Transforming Patient Care With Accelerated Discovery And Delivery Of Treatments
12 April 2024, AccessWire

NEOM partners with InterSystems to enable AI-driven healthcare experience
25 July 2024, Yahoo Finance

provided by Google News

Oracle starts peddling Exalytics in-memory appliance
12 March 2012, The Register

SAP S&D Benchmark - The Intel Xeon E7-8800 v3 Review: The POWER8 Killer?
8 May 2015, AnandTech

provided by Google News



Share this page

Featured Products

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB for free.

SingleStore logo

The data platform to build your intelligent applications.
Try it 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

Neo4j logo

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

Present your product here