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

DBMS > AlaSQL vs. dBASE vs. H2 vs. Microsoft Azure Table Storage vs. TerarkDB

System Properties Comparison AlaSQL vs. dBASE vs. H2 vs. Microsoft Azure Table Storage vs. TerarkDB

Editorial information provided by DB-Engines
NameAlaSQL  Xexclude from comparisondBASE  Xexclude from comparisonH2  Xexclude from comparisonMicrosoft Azure Table Storage  Xexclude from comparisonTerarkDB  Xexclude from comparison
DescriptionJavaScript DBMS librarydBase was one of the first databases with a development environment on PC's. Its latest version dBase V is still sold as dBase classic, which needs a DOS Emulation. The up-to-date product is dBase plus.Full-featured RDBMS with a small footprint, either embedded into a Java application or used as a database server.A Wide Column Store for rapid development using massive semi-structured datasetsA key-value store forked from RocksDB with advanced compression algorithms. It can be used standalone or as a storage engine for MySQL and MongoDB
Primary database modelDocument store
Relational DBMS
Relational DBMSRelational DBMSWide column storeKey-value store
Secondary database modelsSpatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.46
Rank#260  Overall
#40  Document stores
#121  Relational DBMS
Score10.34
Rank#44  Overall
#28  Relational DBMS
Score8.13
Rank#49  Overall
#31  Relational DBMS
Score4.48
Rank#75  Overall
#6  Wide column stores
Score0.00
Rank#383  Overall
#60  Key-value stores
Websitealasql.orgwww.dbase.comwww.h2database.comazure.microsoft.com/­en-us/­services/­storage/­tablesgithub.com/­bytedance/­terarkdb
Technical documentationgithub.com/­AlaSQL/­alasqlwww.dbase.com/­support/­knowledgebasewww.h2database.com/­html/­main.htmlbytedance.larkoffice.com/­docs/­doccnZmYFqHBm06BbvYgjsHHcKc
DeveloperAndrey Gershun & Mathias R. WulffAsthon TateThomas MuellerMicrosoftByteDance, originally Terark
Initial release20141979200520122016
Current releasedBASE 2019, 20192.2.220, July 2023
License infoCommercial or Open SourceOpen Source infoMIT-LicensecommercialOpen Source infodual-licence (Mozilla public license, Eclipse public license)commercialcommercial inforestricted open source version available
Cloud-based only infoOnly available as a cloud servicenononoyesno
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageJavaScriptJavaC++
Server operating systemsserver-less, requires a JavaScript environment (browser, Node.js)DOS infodBase Classic
Windows infodBase Pro
All OS with a Java VMhosted
Data schemeschema-freeyesyesschema-freeschema-free
Typing infopredefined data types such as float or datenoyesyesyesno
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.nononono
Secondary indexesnoyesyesnono
SQL infoSupport of SQLClose to SQL99, but no user access control, stored procedures and host language bindings.noyesnono
APIs and other access methodsJavaScript APInone infoThe IDE can access other DBMS or ODBC-sources.JDBC
ODBC
RESTful HTTP APIC++ API
Java API
Supported programming languagesJavaScriptdBase proprietary IDEJava.Net
C#
C++
Java
JavaScript (Node.js)
PHP
Python
Ruby
C++
Java
Server-side scripts infoStored proceduresnono infoThe IDE can access stored procedures in other database systems.Java Stored Procedures and User-Defined Functionsnono
Triggersyesnoyesnono
Partitioning methods infoMethods for storing different data on different nodesnonenonenoneSharding infoImplicit feature of the cloud servicenone
Replication methods infoMethods for redundantly storing data on multiple nodesnonenoneWith clustering: 2 database servers on different computers operate on identical copies of a databaseyes infoimplicit feature of the cloud service. Replication either local, cross-facility or geo-redundant.none
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonononono
Consistency concepts infoMethods to ensure consistency in a distributed systemnoneImmediate ConsistencyImmediate Consistency
Foreign keys infoReferential integrityyesyesyesnono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datayes infoonly for local storage and DOM-storageno infonot for dBase internal data, but IDE does support transactions when accessing external DBMSACIDoptimistic lockingno
Concurrency infoSupport for concurrent manipulation of datayesyes, multi-version concurrency control (MVCC)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.yesyesnoyes
User concepts infoAccess controlnoAccess rights for users and rolesfine grained access rights according to SQL-standardAccess rights based on private key authentication or shared access signaturesno

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
AlaSQLdBASEH2Microsoft Azure Table StorageTerarkDB
DB-Engines blog posts

DB-Engines Ranking coverage expanded to 169 database management systems
3 June 2013, Paul Andlinger

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

30 Years Ago: The Rise, Fall and Survival of Ashton-Tate's dBASE
19 September 2013, eWeek

Microsoft Access 2016 Now Supports dBase Database Format
7 September 2016, redmondmag.com

DBF File (What It Is and How to Open One)
6 April 2023, Lifewire

A malicious document could lead to RCE in Apache OpenOffice (CVE-2021-33035)
22 September 2021, Help Net Security

Liam Brady's wife and their family life with three children
20 October 2023, Irish Mirror

provided by Google News

Azure Cosmos DB Data Migration tool imports from Azure Table storage | Azure updates
5 May 2015, Microsoft

How to Use C# Azure.Data.Tables SDK with Azure Cosmos DB
9 July 2021, hackernoon.com

How to use Azure Table storage in .Net
14 January 2019, InfoWorld

How to write data to Azure Table Store with an Azure Function
14 April 2017, Experts Exchange

Testing Precompiled Azure Functions Locally with Storage Emulator
8 March 2018, Visual Studio Magazine

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.

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

Build AI apps with Vectors on SQL and JSON with milliseconds response times.
Try it today.

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