DB-EnginesExtremeDB for everyone with an RTOSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > AlaSQL vs. Google Cloud Datastore vs. SingleStore vs. Tarantool vs. Transbase

System Properties Comparison AlaSQL vs. Google Cloud Datastore vs. SingleStore vs. Tarantool vs. Transbase

Editorial information provided by DB-Engines
NameAlaSQL  Xexclude from comparisonGoogle Cloud Datastore  Xexclude from comparisonSingleStore infoformer name was MemSQL  Xexclude from comparisonTarantool  Xexclude from comparisonTransbase  Xexclude from comparison
DescriptionJavaScript DBMS libraryAutomatically scaling NoSQL Database as a Service (DBaaS) on the Google Cloud PlatformMySQL wire-compliant distributed RDBMS that combines an in-memory row-oriented and a disc-based column-oriented storage with patented universal storage to handle transactional and analytical workloads in one single table typeIn-memory computing platform with a flexible data schema for efficiently building high-performance applicationsA resource-optimized, high-performance, universally applicable RDBMS
Primary database modelDocument store
Relational DBMS
Document storeRelational DBMSDocument store
Key-value store
Relational DBMS
Relational DBMS
Secondary database modelsDocument store
Spatial DBMS
Time Series DBMS
Vector DBMS
Spatial DBMS infowith Tarantool/GIS extension
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.46
Rank#260  Overall
#40  Document stores
#121  Relational DBMS
Score4.47
Rank#76  Overall
#12  Document stores
Score5.60
Rank#62  Overall
#35  Relational DBMS
Score1.72
Rank#144  Overall
#25  Document stores
#25  Key-value stores
#66  Relational DBMS
Score0.11
Rank#341  Overall
#150  Relational DBMS
Websitealasql.orgcloud.google.com/­datastorewww.singlestore.comwww.tarantool.iowww.transaction.de/­en/­products/­transbase.html
Technical documentationgithub.com/­AlaSQL/­alasqlcloud.google.com/­datastore/­docsdocs.singlestore.comwww.tarantool.io/­en/­docwww.transaction.de/­en/­products/­transbase/­features.html
DeveloperAndrey Gershun & Mathias R. WulffGoogleSingleStore Inc.VKTransaction Software GmbH
Initial release20142008201320081987
Current release8.5, January 20242.10.0, May 2022Transbase 8.3, 2022
License infoCommercial or Open SourceOpen Source infoMIT-Licensecommercialcommercial infofree developer edition availableOpen Source infoBSD-2, source-available extensions (modules), commercial licenses for Tarantool Enterprisecommercial infofree development license
Cloud-based only infoOnly available as a cloud servicenoyesnonono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
SingleStoreDB Cloud: The world's fastest, modern cloud database for both operational (OLTP) and analytical (OLAP) workloads. Available instantly with multi-cloud and hybrid-cloud capabilities
Implementation languageJavaScriptC++, GoC and C++C and C++
Server operating systemsserver-less, requires a JavaScript environment (browser, Node.js)hostedLinux info64 bit version requiredBSD
Linux
macOS
FreeBSD
Linux
macOS
Solaris
Windows
Data schemeschema-freeschema-freeyesFlexible data schema: relational definition for tables with ability to store json-like documents in columnsyes
Typing infopredefined data types such as float or datenoyes, details hereyesstring, double, decimal, uuid, integer, blob, boolean, datetimeyes
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 indexesnoyesyesyesyes
SQL infoSupport of SQLClose to SQL99, but no user access control, stored procedures and host language bindings.SQL-like query language (GQL)yes infobut no triggers and foreign keysFull-featured ANSI SQL supportyes
APIs and other access methodsJavaScript APIgRPC (using protocol buffers) API
RESTful HTTP/JSON API
Cluster Management API infoas HTTP Rest and CLI
HTTP API
JDBC
MongoDB API
ODBC
Open binary protocolADO.NET
JDBC
ODBC
Proprietary native API
Supported programming languagesJavaScript.Net
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
Bash
C
C#
Java
JavaScript (Node.js)
Python
C
C#
C++
Erlang
Go
Java
JavaScript
Lua
Perl
PHP
Python
Rust
C
C#
C++
Java
JavaScript
Kotlin
Objective-C
PHP
Python
Server-side scripts infoStored proceduresnousing Google App EngineyesLua, C and SQL stored proceduresyes
TriggersyesCallbacks using the Google Apps Enginenoyes, before/after data modification events, on replication events, client session eventsyes
Partitioning methods infoMethods for storing different data on different nodesnoneShardingSharding infohash partitioningSharding, partitioned with virtual buckets by user defined affinity key. Live resharding for scale up and scale down without maintenance downtime.
Replication methods infoMethods for redundantly storing data on multiple nodesnoneMulti-source replication using PaxosSource-replica replication infostores two copies of each physical data partition on two separate nodesAsynchronous replication with multi-master option
Configurable replication topology (full-mesh, chain, star)
Synchronous quorum replication (with Raft)
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoyes infousing Google Cloud Dataflowno infocan define user-defined aggregate functions for map-reduce-style calculationsno
Consistency concepts infoMethods to ensure consistency in a distributed systemnoneImmediate Consistency or Eventual Consistency depending on type of query and configuration infoStrong Consistency is default for entity lookups and queries within an Entity Group (but can instead be made eventually consistent). Other queries are always eventual consistent.Immediate ConsistencyCasual consistency across sharding partitions
Eventual consistency within replicaset partition infowhen using asyncronous replication
Immediate Consistency within single instance
Sequential consistency including linearizable read within replicaset partition infowhen using Raft
Immediate Consistency
Foreign keys infoReferential integrityyesyes infovia ReferenceProperties or Ancestor pathsnoyesyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datayes infoonly for local storage and DOM-storageACID infoSerializable Isolation within Transactions, Read Committed outside of TransactionsACIDACID, with serializable isolation and linearizable read (within partition); Configurable MVCC (within partition); No cross-shard distributed transactionsyes
Concurrency infoSupport for concurrent manipulation of datayesyes, multi-version concurrency control (MVCC)yes, cooperative multitaskingyes
Durability infoSupport for making data persistentyes infoby using IndexedDB, SQL.JS or proprietary FileStorageyesyes infoAll updates are persistent, including those to disk-based columnstores and memory-based row stores. Transaction commits are supported via write-ahead log.yes, write ahead loggingyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesnoyesyes, full featured in-memory storage engine with persistenceno
User concepts infoAccess controlnoAccess rights for users, groups and roles based on Google Cloud Identity and Access Management (IAM)Fine grained access control via users, groups and rolesAccess Control Lists
Mutual TLS authentication for Tarantol Enterprise
Password based authentication
Role-based access control (RBAC) and LDAP for Tarantol Enterprise
Users and Roles
fine grained access rights according to SQL-standard
More information provided by the system vendor
AlaSQLGoogle Cloud DatastoreSingleStore infoformer name was MemSQLTarantoolTransbase
Specific characteristicsSingleStore offers a fully-managed , distributed, highly-scalable SQL database designed...
» more
Competitive advantagesSingleStore’s competitive advantages include: Easy and Simplified Architecture with...
» more
Typical application scenariosDriving Fast Analytics: SingleStore delivers the fastest and most scalable reporting...
» more
Key customersIEX Cloud : Improves Financial Data Distribution Speed 15x with Singlestore DB Comcast,...
» more
Market metricsCustomers in various industries worldwide including US and International Industry...
» more
Licensing and pricing modelsF ree Tier and Enterprise Edition
» 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
AlaSQLGoogle Cloud DatastoreSingleStore infoformer name was MemSQLTarantoolTransbase
DB-Engines blog posts

Turbocharge Your Application Development Using WebAssembly With SingleStoreDB
17 October 2022,  Akmal Chaudhri, SingleStore (sponsor) 

Cloud-Based Analytics With SingleStoreDB
9 June 2022,  Akmal Chaudhri, SingleStore (sponsor) 

SingleStore: The Increasing Momentum of Multi-Model Database Systems
14 February 2022,  Akmal Chaudhri, SingleStore (sponsor) 

show all

Data processing speed and reliability: in-memory synchronous replication
9 November 2021,  Vladimir Perepelytsya, Tarantool (sponsor) 

show all

Recent citations in the news

Create a Marvel Database with SQL and Javascript, the easy way
2 July 2019, Towards Data Science

HarperDB - How and Why We Built It From The Ground Up on NodeJS
28 February 2021, hackernoon.com

Multi faceted data exploration in the browser using Leaflet and amCharts
3 May 2020, Towards Data Science

provided by Google News

Best cloud storage of 2024
29 April 2024, TechRadar

Google Cloud Stops Exit Fees
12 January 2024, Spiceworks News and Insights

BigID Data Intelligence Platform Now Available on Google Cloud Marketplace
6 November 2023, PR Newswire

What is Google App Engine? | Definition from TechTarget
26 April 2024, TechTarget

What Is Google Cloud Platform?
28 August 2023, Simplilearn

provided by Google News

SingleStore CEO sees little future for purpose-built vector databases
24 January 2024, VentureBeat

SingleStore Announces Real-time Data Platform to Further Accelerate AI, Analytics and Application Development
24 January 2024, businesswire.com

SingleStore adds indexed vector search to Pro Max release for faster AI work – Blocks and Files
29 January 2024, Blocks & Files

Leveraging SingleStoreDB Cloud Private Connectivity Using AWS PrivateLink | Amazon Web Services
6 December 2023, AWS Blog

Announcing watsonx.ai and SingleStore for generative AI applications
15 November 2023, ibm.com

provided by Google News

TaranHouse: New Big Data Warehouse Announced by Tarantool
4 April 2018, Newswire

In-Memory Showdown: Redis vs. Tarantool
1 September 2021, Хабр

Tarantool Announces New Enterprise Version With Enhanced Scaling and Monitoring Capabilities
18 May 2018, Newswire

Deploying Tarantool Cartridge applications with zero effort (Part 1)
16 December 2019, Хабр

Deploying Tarantool Cartridge applications with zero effort (Part 2)
13 April 2020, Хабр

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

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

SingleStore logo

Database for your real-time AI and Analytics Apps.
Try it today.

Present your product here