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

DBMS > CrateDB vs. HarperDB vs. MarkLogic vs. Microsoft Azure Table Storage vs. TimescaleDB

System Properties Comparison CrateDB vs. HarperDB vs. MarkLogic vs. Microsoft Azure Table Storage vs. TimescaleDB

Editorial information provided by DB-Engines
NameCrateDB  Xexclude from comparisonHarperDB  Xexclude from comparisonMarkLogic  Xexclude from comparisonMicrosoft Azure Table Storage  Xexclude from comparisonTimescaleDB  Xexclude from comparison
DescriptionDistributed Database based on LuceneUltra-low latency distributed database with an intuitive REST API supporting NoSQL and SQL (including joins). Deployment of functions and databases simultaneously with a consolidated node-level architecture.Operational and transactional Enterprise NoSQL databaseA Wide Column Store for rapid development using massive semi-structured datasetsA time series DBMS optimized for fast ingest and complex queries, based on PostgreSQL
Primary database modelDocument store
Spatial DBMS
Search engine
Time Series DBMS
Vector DBMS
Document storeDocument store
Native XML DBMS
RDF store infoas of version 7
Search engine
Wide column storeTime Series DBMS
Secondary database modelsRelational DBMSRelational DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.73
Rank#229  Overall
#37  Document stores
#5  Spatial DBMS
#16  Search engines
#19  Time Series DBMS
#8  Vector DBMS
Score0.55
Rank#252  Overall
#38  Document stores
Score6.50
Rank#56  Overall
#10  Document stores
#1  Native XML DBMS
#1  RDF stores
#5  Search engines
Score4.92
Rank#73  Overall
#6  Wide column stores
Score4.87
Rank#74  Overall
#4  Time Series DBMS
Websitecratedb.comwww.harperdb.iowww.marklogic.comazure.microsoft.com/­en-us/­services/­storage/­tableswww.timescale.com
Technical documentationcratedb.com/­docsdocs.harperdb.io/­docsdocs.marklogic.comdocs.timescale.com
DeveloperCrateHarperDBMarkLogic Corp.MicrosoftTimescale
Initial release20132017200120122017
Current release3.1, August 202111.0, December 20222.13.0, November 2023
License infoCommercial or Open SourceOpen Sourcecommercial infofree community edition availablecommercial inforestricted free version is availablecommercialOpen Source infoApache 2.0
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.
CrateDB Cloud: a distributed SQL database that spreads data and processing across an elastic cluster of shared nothing nodes. CrateDB Cloud enables data insights at scale on Microsoft Azure, AWS and Google Cloud Platform.
Implementation languageJavaNode.jsC++C
Server operating systemsAll Operating Systems, including Kubernetes with CrateDB Kubernetes Operator supportLinux
OS X
Linux
OS X
Windows
hostedLinux
OS X
Windows
Data schemeFlexible Schema (defined schema, partial schema, schema free)dynamic schemaschema-free infoSchema can be enforcedschema-freeyes
Typing infopredefined data types such as float or dateyesyes infoJSON data typesyesyesnumerics, strings, booleans, arrays, JSON blobs, geospatial dimensions, currencies, binary data, other complex data types
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.nonoyesnoyes
Secondary indexesyesyesyesnoyes
SQL infoSupport of SQLyes, but no triggers and constraints, and PostgreSQL compatibilitySQL-like data manipulation statementsyes infoSQL92noyes infofull PostgreSQL SQL syntax
APIs and other access methodsADO.NET
JDBC
ODBC
PostgreSQL wire protocol
Prometheus Remote Read/Write
RESTful HTTP API
JDBC
ODBC
React Hooks
RESTful HTTP/JSON API
WebSocket
Java API
Node.js Client API
ODBC
proprietary Optic API infoProprietary Query API, introduced with version 9
RESTful HTTP API
SPARQL
WebDAV
XDBC
XQuery
XSLT
RESTful HTTP APIADO.NET
JDBC
native C library
ODBC
streaming API for large objects
Supported programming languages.NET
Erlang
Go infocommunity maintained client
Java
JavaScript (Node.js) infocommunity maintained client
Perl infocommunity maintained client
PHP
Python
R
Ruby infocommunity maintained client
Scala infocommunity maintained client
.Net
C
C#
C++
ColdFusion
D
Dart
Delphi
Erlang
Go
Haskell
Java
JavaScript (Node.js)
Lisp
MatLab
Objective C
Perl
PHP
PowerShell
Prolog
Python
R
Ruby
Rust
Scala
Swift
C
C#
C++
Java
JavaScript (Node.js)
Perl
PHP
Python
Ruby
.Net
C#
C++
Java
JavaScript (Node.js)
PHP
Python
Ruby
.Net
C
C++
Delphi
Java infoJDBC
JavaScript
Perl
PHP
Python
R
Ruby
Scheme
Tcl
Server-side scripts infoStored proceduresuser defined functions (Javascript)Custom Functions infosince release 3.1yes infovia XQuery or JavaScriptnouser defined functions, PL/pgSQL, PL/Tcl, PL/Perl, PL/Python, PL/Java, PL/PHP, PL/R, PL/Ruby, PL/Scheme, PL/Unix shell
Triggersnonoyesnoyes
Partitioning methods infoMethods for storing different data on different nodesShardingA table resides as a whole on one (or more) nodes in a clusterShardingSharding infoImplicit feature of the cloud serviceyes, across time and space (hash partitioning) attributes
Replication methods infoMethods for redundantly storing data on multiple nodesConfigurable replication on table/partition-levelyes infothe nodes on which a table resides can be definedyesyes infoimplicit feature of the cloud service. Replication either local, cross-facility or geo-redundant.Source-replica replication with hot standby and reads on replicas info
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonoyes infovia Hadoop Connector, HDFS Direct Access and in-database MapReduce jobsnono
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Read-after-write consistency on record level
Immediate ConsistencyImmediate ConsistencyImmediate ConsistencyImmediate Consistency
Foreign keys infoReferential integritynonononoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datano infounique row identifiers can be used for implementing an optimistic concurrency control strategyAtomic execution of specific operationsACID infocan act as a resource manager in an XA/JTA transactionoptimistic lockingACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyes, using LMDByesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyesyes, with Range Indexesnono
User concepts infoAccess controlrights management via user accountsAccess rights for users and rolesRole-based access control at the document and subdocument levelsAccess rights based on private key authentication or shared access signaturesfine grained access rights according to SQL-standard
More information provided by the system vendor
CrateDBHarperDBMarkLogicMicrosoft Azure Table StorageTimescaleDB
Specific characteristicsThe enterprise database for time series, documents, and vectors. Distributed - Native...
» more
Competitive advantagesResponse time in milliseconds: e ven for complex ad-hoc queries. Massive scaling...
» more
Typical application scenarios​ IoT: accelerate your IIoT projects with CrateDB, delivering real-time analytics...
» more
Key customersAcross all continents, CrateDB is used by companies of all sizes to meet the most...
» more
Market metricsThe CrateDB open source project was started in 2013 Honorable Mention in 2021 Gartner®...
» more
Licensing and pricing modelsSee CrateDB pricing >
» 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
CrateDBHarperDBMarkLogicMicrosoft Azure Table StorageTimescaleDB
Recent citations in the news

CrateDB Announces Availability of CrateDB on Google Cloud Marketplace
8 April 2024, Datanami

CrateDB Appoints Sergey Gerasimenko as New CTO
19 February 2024, PR Newswire

CrateDB Partners with HiveMQ to Deliver a Seamless Data Management Architecture for IoT
25 March 2024, PR Newswire

How We Designed CrateDB as a Realtime SQL DBMS for the Internet of Things
29 August 2017, The New Stack

Real-Time Analytics Database Company CrateDB Names Lars Färnström as New CEO
1 March 2023, Business Wire

provided by Google News

Startups of the Year 2023: Meet HarperDB - A Database and Application Development Platform
22 June 2023, hackernoon.com

Unlocking immersive golfing experiences with AWS Wavelength | Amazon Web Services
29 November 2022, AWS Blog

Stephen Goldberg Named 2023 Bill Daniels Ethical Leader of the Year | CU Denver Business School News
9 January 2023, business-news.ucdenver.edu

Build a Hacker News Clone using React and HarperDB — SitePoint
18 October 2021, SitePoint

Akamai Announces New Cloud Computing Capabilities for Streaming Video at 2023 NAB Show
17 April 2023, PR Newswire

provided by Google News

MarkLogic “The NoSQL Database”. In the MarkLogic Query Console, you can… | by Abhay Srivastava | Apr, 2024
23 April 2024, Medium

Database Platform to Simplify Complex Data | Progress Marklogic
7 February 2023, Progress Software

ABN AMRO Moves Progress-Powered Credit Store App to Azure Cloud; Achieves 40% Faster Data Processing, Lower ...
12 March 2024, GlobeNewswire

Seven Quick Steps to Setting Up MarkLogic Server in Kubernetes
1 February 2024, biplatform.nl

Progress's $355m move for MarkLogic sets the tone for 2023
4 January 2023, The Stack

provided by Google News

Azure Cosmos DB Data Migration tool imports from Azure Table storage | Azure updates
5 May 2015, azure.microsoft.com

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

TimescaleDB Is a Vector Database Now, Too
25 September 2023, Datanami

TimescaleDB for Azure Database for PostgreSQL to power IoT and time-series workloads | Azure updates
18 March 2019, azure.microsoft.com

Visualizing IoT Data at Scale With Hopara and TimescaleDB
16 May 2023, Embedded Computing Design

Timescale Announces Corporate Rebrand Reflecting Company's Growth
17 May 2023, PR Newswire

Timescale Valuation Rockets to Over $1B with $110M Round, Marking the Explosive Rise of Time-Series Data
22 February 2022, Business Wire

provided by Google News



Share this page

Featured Products

Milvus logo

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

SingleStore logo

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

Ontotext logo

GraphDB allows you to link diverse data, index it for semantic search and enrich it via text analysis to build big knowledge graphs. Get 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

Neo4j logo

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

Present your product here