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

DBMS > Amazon SimpleDB vs. FatDB vs. Google Cloud Firestore vs. Interbase vs. Lovefield

System Properties Comparison Amazon SimpleDB vs. FatDB vs. Google Cloud Firestore vs. Interbase vs. Lovefield

Editorial information provided by DB-Engines
NameAmazon SimpleDB  Xexclude from comparisonFatDB  Xexclude from comparisonGoogle Cloud Firestore  Xexclude from comparisonInterbase  Xexclude from comparisonLovefield  Xexclude from comparison
FatDB/FatCloud has ceased operations as a company with February 2014. FatDB is discontinued and excluded from the ranking.
DescriptionHosted simple database service by Amazon, with the data stored in the Amazon Cloud. infoThere is an unrelated product called SimpleDB developed by Edward ScioreA .NET NoSQL DBMS that can integrate with and extend SQL Server.Cloud Firestore is an auto-scaling document database for storing, syncing, and querying data for mobile and web apps. It offers seamless integration with other Firebase and Google Cloud Platform products.Light-weight proven RDBMS infooriginally from BorlandEmbeddable relational database for web apps written in pure JavaScript
Primary database modelKey-value storeDocument store
Key-value store
Document storeRelational DBMSRelational DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score1.85
Rank#138  Overall
#24  Key-value stores
Score7.85
Rank#51  Overall
#8  Document stores
Score4.61
Rank#72  Overall
#39  Relational DBMS
Score0.29
Rank#293  Overall
#133  Relational DBMS
Websiteaws.amazon.com/­simpledbfirebase.google.com/­products/­firestorewww.embarcadero.com/­products/­interbasegoogle.github.io/­lovefield
Technical documentationdocs.aws.amazon.com/­simpledbfirebase.google.com/­docs/­firestoredocs.embarcadero.com/­products/­interbasegithub.com/­google/­lovefield/­blob/­master/­docs/­spec_index.md
DeveloperAmazonFatCloudGoogleEmbarcaderoGoogle
Initial release20072012201719842014
Current releaseInterBase 2020, December 20192.1.12, February 2017
License infoCommercial or Open SourcecommercialcommercialcommercialcommercialOpen Source infoApache 2.0
Cloud-based only infoOnly available as a cloud serviceyesnoyesnono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageC#CJavaScript
Server operating systemshostedWindowshostedAndroid
iOS
Linux
OS X
Windows
server-less, requires a JavaScript environment (browser, Node.js) infotested with Chrome, Firefox, IE, Safari
Data schemeschema-freeschema-freeschema-freeyesyes
Typing infopredefined data types such as float or datenoyesyesyesyes
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 infoexport as XML data possibleno
Secondary indexesyes infoAll columns are indexed automaticallyyesyesyesyes
SQL infoSupport of SQLnono infoVia inetgration in SQL ServernoyesSQL-like query language infovia JavaScript builder pattern
APIs and other access methodsRESTful HTTP API.NET Client API
LINQ
RESTful HTTP API
RPC
Windows WCF Bindings
Android
gRPC (using protocol buffers) API
iOS
JavaScript API
RESTful HTTP API
ADO.NET
JDBC
ODBC
Supported programming languages.Net
C
C++
Erlang
Java
PHP
Python
Ruby
Scala
C#Go
Java
JavaScript
JavaScript (Node.js)
Objective-C
Python
.Net
C
C++
Delphi
Java
Object Pascal
PHP
Ruby
JavaScript
Server-side scripts infoStored proceduresnoyes infovia applicationsyes, Firebase Rules & Cloud Functionsyes infoInterbase procedure and trigger languageno
Triggersnoyes infovia applicationsyes, with Cloud FunctionsyesUsing read-only observers
Partitioning methods infoMethods for storing different data on different nodesnone infoSharding must be implemented in the applicationShardingShardingnonenone
Replication methods infoMethods for redundantly storing data on multiple nodesyesselectable replication factorMulti-source replicationInterbase Change Viewsnone
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoyesUsing Cloud Dataflownono
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Immediate Consistency infocan be specified for read operations
Eventual Consistency
Immediate Consistency
Immediate ConsistencyImmediate Consistency
Foreign keys infoReferential integritynononoyesyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datano infoConcurrent data updates can be detected by the applicationnoyesACIDACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes infoMultiversion concurreny controlyes
Durability infoSupport for making data persistentyesyesyesyesyes, by using IndexedDB or the cloud service Firebase Realtime Database
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyes infousing MemoryDB
User concepts infoAccess controlAccess rights for users and roles can be defined via the AWS Identity and Access Management (IAM)no infoCan implement custom security layer via applicationsAccess rights for users, groups and roles based on Google Cloud Identity and Access Management. Security Rules for 3rd party authentication using Firebase Auth.fine grained access rights according to SQL-standardno

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 SimpleDBFatDBGoogle Cloud FirestoreInterbaseLovefield
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

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

show all

Recent citations in the news

New SimpleDB Goodies: Enhanced Select, Larger Result Sets, Mandatory HTTPS | Amazon Web Services
20 May 2009, AWS Blog

Hands-on Tutorial for Getting Started with Amazon SimpleDB
28 May 2010, Packt Hub

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

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

Amazon Goes Back to the Future With 'NoSQL' Database
19 January 2012, WIRED

provided by Google News

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

Google's AI-First Strategy Brings Vector Support To Cloud Databases
1 March 2024, Forbes

Google’s Firebase gets AI extensions, opens up its marketplace
10 May 2023, TechCrunch

Google's Cloud Firestore is now generally available
31 January 2019, ZDNet

Firestore and Python | NoSQL on Google Cloud
7 August 2020, Towards Data Science

provided by Google News

Borland InterBase backdoor detected | ZDNET
11 January 2001, ZDNet

An independent soccer league transforming lives in a slum in Kenya
15 November 2022, FanSided

Johnson Sakaja Donates KSh 200k to Support Cash Strapped Football Teams From Kibera
21 February 2024, Tuko.co.ke

Malaysian e-commerce firm Lelong.my acquires local digital marketing agency Mataris Agency
29 January 2018, Yahoo Singapore News

AHQ (Unit) Islamabad wins interbase shooting c’ship
11 February 2020, Pakistan Observer

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

SingleStore logo

The database to transact, analyze and contextualize your data in real time.
Try it today.

Neo4j logo

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

RaimaDB logo

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

Milvus logo

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

Present your product here