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 > AlaSQL vs. Amazon DynamoDB vs. BigObject vs. Drizzle vs. jBASE

System Properties Comparison AlaSQL vs. Amazon DynamoDB vs. BigObject vs. Drizzle vs. jBASE

Editorial information provided by DB-Engines
NameAlaSQL  Xexclude from comparisonAmazon DynamoDB  Xexclude from comparisonBigObject  Xexclude from comparisonDrizzle  Xexclude from comparisonjBASE  Xexclude from comparison
Drizzle has published its last release in September 2012. The open-source project is discontinued and Drizzle is excluded from the DB-Engines ranking.
DescriptionJavaScript DBMS libraryHosted, scalable database service by Amazon with the data stored in Amazons cloudAnalytic DBMS for real-time computations and queriesMySQL fork with a pluggable micro-kernel and with an emphasis of performance over compatibility.A robust multi-value DBMS comprising development tools and middleware
Primary database modelDocument store
Relational DBMS
Document store
Key-value store
Relational DBMS infoa hierachical model (tree) can be imposedRelational DBMSMultivalue DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.51
Rank#256  Overall
#40  Document stores
#118  Relational DBMS
Score74.45
Rank#17  Overall
#3  Document stores
#2  Key-value stores
Score0.19
Rank#329  Overall
#146  Relational DBMS
Score1.49
Rank#156  Overall
#3  Multivalue DBMS
Websitealasql.orgaws.amazon.com/­dynamodbbigobject.iowww.rocketsoftware.com/­products/­rocket-multivalue-application-development-platform/­rocket-jbase
Technical documentationgithub.com/­AlaSQL/­alasqldocs.aws.amazon.com/­dynamodbdocs.bigobject.iodocs.rocketsoftware.com/­bundle?labelkey=jbase_5.9
DeveloperAndrey Gershun & Mathias R. WulffAmazonBigObject, Inc.Drizzle project, originally started by Brian AkerRocket Software (formerly Zumasys)
Initial release20142012201520081991
Current release7.2.4, September 20125.7
License infoCommercial or Open SourceOpen Source infoMIT-Licensecommercial infofree tier for a limited amount of database operationscommercial infofree community edition availableOpen Source infoGNU GPLcommercial
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.
Implementation languageJavaScriptC++
Server operating systemsserver-less, requires a JavaScript environment (browser, Node.js)hostedLinux infodistributed as a docker-image
OS X infodistributed as a docker-image (boot2docker)
Windows infodistributed as a docker-image (boot2docker)
FreeBSD
Linux
OS X
AIX
Linux
Windows
Data schemeschema-freeschema-freeyesyesschema-free
Typing infopredefined data types such as float or datenoyesyesyesoptional
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.nonoyes
Secondary indexesnoyesyesyes
SQL infoSupport of SQLClose to SQL99, but no user access control, stored procedures and host language bindings.noSQL-like DML and DDL statementsyes infowith proprietary extensionsEmbedded SQL for jBASE in BASIC
APIs and other access methodsJavaScript APIRESTful HTTP APIfluentd
ODBC
RESTful HTTP API
JDBCJDBC
ODBC
Proprietary protocol
RESTful HTTP API
SOAP-based API
Supported programming languagesJavaScript.Net
ColdFusion
Erlang
Groovy
Java
JavaScript
Perl
PHP
Python
Ruby
C
C++
Java
PHP
.Net
Basic
Jabbascript
Java
Server-side scripts infoStored proceduresnonoLuanoyes
Triggersyesyes infoby integration with AWS Lambdanono infohooks for callbacks inside the server can be used.yes
Partitioning methods infoMethods for storing different data on different nodesnoneShardingnoneShardingSharding
Replication methods infoMethods for redundantly storing data on multiple nodesnoneyesnoneMulti-source replication
Source-replica replication
yes
MapReduce infoOffers an API for user-defined Map/Reduce methodsnono infomay be implemented via Amazon Elastic MapReduce (Amazon EMR)nonono
Consistency concepts infoMethods to ensure consistency in a distributed systemnoneEventual Consistency
Immediate Consistency infocan be specified for read operations
none
Foreign keys infoReferential integrityyesnoyes infoautomatically between fact table and dimension tablesyesno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datayes infoonly for local storage and DOM-storageACID infoACID across one or more tables within a single AWS account and regionnoACIDACID
Concurrency infoSupport for concurrent manipulation of datayesyes infoRead/write lock on objects (tables, trees)yesyes
Durability infoSupport for making data persistentyes infoby using IndexedDB, SQL.JS or proprietary FileStorageyesyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyesyes
User concepts infoAccess controlnoAccess rights for users and roles can be defined via the AWS Identity and Access Management (IAM)noPluggable authentication mechanisms infoe.g. LDAP, HTTPAccess rights can be defined down to the item level

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 partiesCData: Connect to Big Data & NoSQL through standard Drivers.
» more

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

More resources
AlaSQLAmazon DynamoDBBigObjectDrizzlejBASE
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

MySQL won the April ranking; did its forks follow?
1 April 2015, Paul Andlinger

Has MySQL finally lost its mojo?
1 July 2013, Matthias Gelbmann

show all

Recent citations in the news

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

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

provided by Google News

Roundup: Amazon's DynamoDB
31 May 2024, Data Center Knowledge

Simplify cross-account access control with Amazon DynamoDB using resource-based policies | Amazon Web Services
20 March 2024, AWS Blog

Migrating Uber's Ledger Data from DynamoDB to LedgerStore
11 April 2024, Uber

DynamoDB: When to Move Out?
22 January 2024, The New Stack

Bulk update Amazon DynamoDB tables with AWS Step Functions | Amazon Web Services
20 March 2024, AWS Blog

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

Neo4j logo

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

Milvus logo

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

Present your product here