DB-EnginesEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by Redgate Software

DBMS > AlaSQL vs. Datastax Enterprise vs. OceanBase vs. RRDtool vs. Stardog

System Properties Comparison AlaSQL vs. Datastax Enterprise vs. OceanBase vs. RRDtool vs. Stardog

Editorial information provided by DB-Engines
NameAlaSQL  Xexclude from comparisonDatastax Enterprise  Xexclude from comparisonOceanBase  Xexclude from comparisonRRDtool  Xexclude from comparisonStardog  Xexclude from comparison
DescriptionJavaScript DBMS libraryDataStax Enterprise (DSE) is the always-on, scalable data platform built on Apache Cassandra and designed for hybrid Cloud. DSE integrates graph, search, analytics, administration, developer tooling, and monitoring into a unified platform.A distributed, high available RDBMS compatible with Oracle and MySQLIndustry standard data logging and graphing tool for time series data. RRD is an acronym for round-robin database. infoThe data is stored in a circular buffer, thus the system storage footprint remains constant over time.Enterprise Knowledge Graph platform and graph DBMS with high availability, high performance reasoning, and virtualization
Primary database modelDocument store
Relational DBMS
Wide column storeRelational DBMSTime Series DBMSGraph DBMS
RDF store
Secondary database modelsDocument store
Graph DBMS
Spatial DBMS
Search engine
Vector DBMS
Document store
Wide column store
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.41
Rank#262  Overall
#40  Document stores
#121  Relational DBMS
Score4.74
Rank#66  Overall
#4  Wide column stores
Score2.03
Rank#119  Overall
#58  Relational DBMS
Score1.68
Rank#137  Overall
#11  Time Series DBMS
Score1.92
Rank#122  Overall
#10  Graph DBMS
#6  RDF stores
Websitealasql.orgwww.datastax.com/­products/­datastax-enterpriseen.oceanbase.comoss.oetiker.ch/­rrdtoolwww.stardog.com
Technical documentationgithub.com/­AlaSQL/­alasqldocs.datastax.comen.oceanbase.com/­docs/­oceanbase-databaseoss.oetiker.ch/­rrdtool/­docdocs.stardog.com
DeveloperAndrey Gershun & Mathias R. WulffDataStaxOceanBase infopreviously Alibaba and Ant GroupTobias OetikerStardog-Union
Initial release20142011201019992010
Current release6.8, April 20204.3.0, April 20241.8.0, 20227.3.0, May 2020
License infoCommercial or Open SourceOpen Source infoMIT-LicensecommercialOpen Source infoCommercial license availableOpen Source infoGPL V2 and FLOSScommercial info60-day fully-featured trial license; 1-year fully-featured non-commercial use license for academics/students
Cloud-based only infoOnly available as a cloud servicenonononono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Datastax Astra DB: Astra DB simplifies cloud-native Cassandra application development for your apps, microservices and functions. Deploy in minutes on AWS, Google Cloud, Azure, and have it managed for you by the experts, with serverless, pay-as-you-go pricing.
Implementation languageJavaScriptJavaC++C infoImplementations in Java (e.g. RRD4J) and C# availableJava
Server operating systemsserver-less, requires a JavaScript environment (browser, Node.js)Linux
OS X
LinuxHP-UX
Linux
Linux
macOS
Windows
Data schemeschema-freeschema-freeyesyesschema-free and OWL/RDFS-schema support
Typing infopredefined data types such as float or datenoyesyesNumeric data onlyyes
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.nonoyesno infoExporting into and restoring from XML files possibleno infoImport/export of XML data possible
Secondary indexesnoyesyesnoyes infosupports real-time indexing in full-text and geospatial
SQL infoSupport of SQLClose to SQL99, but no user access control, stored procedures and host language bindings.SQL-like DML and DDL statements (CQL); Spark SQLyesnoYes, compatible with all major SQL variants through dedicated BI/SQL Server
APIs and other access methodsJavaScript APIProprietary protocol infoCQL (Cassandra Query Language)
TinkerPop Gremlin infowith DSE Graph
JDBC
ODBC
ODP.NET
Oracle Call Interface (OCI)
Proprietary native API
Table API
in-process shared library
Pipes
GraphQL query language
HTTP API
Jena RDF API
OWL
RDF4J API
Sesame REST HTTP Protocol
SNARL
SPARQL
Spring Data
Stardog Studio
TinkerPop 3
Supported programming languagesJavaScriptC
C#
C++
Java
JavaScript (Node.js)
PHP
Python
Ruby
Ada infoin MySQL-compatible model
C infoin Oracle- and MySQL- compatible models
C++ infoin Oracle- and MySQL- compatible models
D infoin MySQL-compatible model
Delphi infoin MySQL-compatible model
Eiffel infoin MySQL-compatible model
Erlang infoin MySQL-compatible model
Haskell infoin MySQL-compatible model
Java infoin Oracle- and MySQL- compatible models
JavaScript (Node.js) infoin MySQL-compatible model
Objective-C infoin MySQL-compatible model
OCaml infoin MySQL-compatible model
Perl infoin MySQL-compatible model
PHP infoin MySQL-compatible model
Python infoin MySQL-compatible model
Ruby infoin MySQL-compatible model
Scheme infoin MySQL-compatible model
Tcl infoin MySQL-compatible model
C infowith librrd library
C# infowith a different implementation of RRDTool
Java infowith a different implementation of RRDTool
JavaScript (Node.js) infowith a different implementation of RRDTool
Lua
Perl
PHP infowith a wrapper library
Python
Ruby
.Net
Clojure
Groovy
Java
JavaScript
Python
Ruby
Server-side scripts infoStored proceduresnonoPL/SQL in oracle-compatible mode, MySQL Stored Procedure in mysql-compatible modenouser defined functions and aggregates, HTTP Server extensions in Java
Triggersyesyesyesnoyes infovia event handlers
Partitioning methods infoMethods for storing different data on different nodesnoneSharding infono "single point of failure"horizontal partitioning (by hash, key, range, range columns, list, and list columns)nonenone
Replication methods infoMethods for redundantly storing data on multiple nodesnoneconfigurable replication factor, datacenter aware, advanced replication for edge computingMulti-source replication using PaxosnoneMulti-source replication in HA-Cluster
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoyesnonono
Consistency concepts infoMethods to ensure consistency in a distributed systemnoneImmediate Consistency
Tunable Consistency infoconsistency level can be individually decided with each write operation
Immediate ConsistencynoneImmediate Consistency in HA-Cluster
Foreign keys infoReferential integrityyesnoyesnoyes inforelationships in graphs
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datayes infoonly for local storage and DOM-storageno infoAtomicity and isolation are supported for single operationsACIDnoACID
Concurrency infoSupport for concurrent manipulation of datayesyesyes infoby using the rrdcached daemonyes
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.yesyesyesyes
User concepts infoAccess controlnoAccess rights for users can be defined per objectAccess rights for users, groups and roles according to SQL-standardnoAccess rights for users and roles
More information provided by the system vendor
AlaSQLDatastax EnterpriseOceanBaseRRDtoolStardog
Specific characteristicsDataStax Enterprise is scale-out data infrastructure for enterprises that need to...
» more
Competitive advantagesSupporting the following application requirements: Zero downtime - Built on Apache...
» more
Typical application scenariosApplications that must be massively and linearly scalable with 100% uptime and able...
» more
Key customersCapital One, Cisco, Comcast, eBay, McDonald's, Microsoft, Safeway, Sony, UBS, and...
» more
Market metricsAmong the Forbes 100 Most Innovative Companies, DataStax is trusted by 5 of the top...
» more
Licensing and pricing modelsAnnual subscription
» 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
AlaSQLDatastax EnterpriseOceanBaseRRDtoolStardog
DB-Engines blog posts

Time Series DBMS are the database category with the fastest increase in popularity
4 July 2016, Matthias Gelbmann

Time Series DBMS as a new trend?
1 June 2015, Paul Andlinger

show all

Recent citations in the news

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

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

provided by Google News

DataStax Announces Vector Search for DataStax Enterprise: Bringing the Power of Generative AI to Any Cloud, Hybrid, and On-premises Environments
8 August 2023, Business Wire

DataStax review: Cassandra made faster and easier
20 August 2018, InfoWorld

US Bank is using DataStax Enterprise to overcome legacy and become customer focused
23 May 2019, diginomica

DataStax Luna: Subscription-Based Support for Open-Source Apache Cassandra
20 September 2021, ibm.com

NetApp stacks DataStax onto its Astra Kubernetes storage
20 May 2021, Blocks & Files

provided by Google News

Fintech giant Ant Group spins off database firm as Alibaba affiliates take stake
4 October 2024, South China Morning Post

Meet the Database Built for Modern-Day Pressures (And Your AI Dreams Too)
24 June 2024, CDOTrends

How GCash leverages OceanBase database solution to accelerate its growth and serve over 90 million users
8 October 2024, Asian Business Review

OceanBase announces its listing on Google Cloud Marketplace, expanding cloud database services to 80 availability zones worldwide
27 June 2024, PR Newswire

OceanBase Cloud Database Will Be Available on Google Cloud Marketplace
27 June 2024, Fintech News Singapore

provided by Google News

Critical IP spoofing bug patched in Cacti
15 December 2022, The Daily Swig

Installation Guide for Collectd and Collectd-Web to Monitor Server Resources in Linux
29 November 2017, Linux.com

Customize Munin and try increasing the types of graphs displayed
20 January 2007, GIGAZINE(ギガジン)

5 Best Small Business Network Monitoring Software Tools in 2024
13 May 2024, Addictive Tips

Monitor Router Traffic: 7 Best Monitoring Tools and Software
14 May 2024, Addictive Tips

provided by Google News



Share this page

Featured Products

SingleStore logo

The data platform to build your intelligent applications.
Try it free.

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

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

Present your product here