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 > BoltDB vs. GBase vs. Heroic vs. Microsoft Azure AI Search vs. OrientDB

System Properties Comparison BoltDB vs. GBase vs. Heroic vs. Microsoft Azure AI Search vs. OrientDB

Editorial information provided by DB-Engines
NameBoltDB  Xexclude from comparisonGBase  Xexclude from comparisonHeroic  Xexclude from comparisonMicrosoft Azure AI Search  Xexclude from comparisonOrientDB  Xexclude from comparison
DescriptionAn embedded key-value store for Go.Widely used RDBMS in China, including analytical, transactional, distributed transactional, and cloud-native data warehousing.Time Series DBMS built at Spotify based on Cassandra or Google Cloud Bigtable, and ElasticSearchSearch-as-a-service for web and mobile app developmentMulti-model DBMS (Document, Graph, Key/Value)
Primary database modelKey-value storeRelational DBMSTime Series DBMSSearch engineDocument store
Graph DBMS
Key-value store
Secondary database modelsVector DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.74
Rank#220  Overall
#31  Key-value stores
Score1.07
Rank#185  Overall
#86  Relational DBMS
Score0.51
Rank#255  Overall
#21  Time Series DBMS
Score5.59
Rank#63  Overall
#7  Search engines
Score3.19
Rank#93  Overall
#16  Document stores
#7  Graph DBMS
#14  Key-value stores
Websitegithub.com/­boltdb/­boltwww.gbase.cngithub.com/­spotify/­heroicazure.microsoft.com/­en-us/­services/­searchorientdb.org
Technical documentationspotify.github.io/­heroiclearn.microsoft.com/­en-us/­azure/­searchwww.orientdb.com/­docs/­last/­index.html
DeveloperGeneral Data Technology Co., Ltd.SpotifyMicrosoftOrientDB LTD; CallidusCloud; SAP
Initial release20132004201420152010
Current releaseGBase 8a, GBase 8s, GBase 8cV13.2.29, March 2024
License infoCommercial or Open SourceOpen Source infoMIT LicensecommercialOpen Source infoApache 2.0commercialOpen Source infoApache version 2
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 languageGoC, Java, PythonJavaJava
Server operating systemsBSD
Linux
OS X
Solaris
Windows
LinuxhostedAll OS with a Java JDK (>= JDK 6)
Data schemeschema-freeyesschema-freeyesschema-free infoSchema can be enforced for whole record ("schema-full") or for some fields only ("schema-hybrid")
Typing infopredefined data types such as float or datenoyesyesyesyes
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.noyesnonono
Secondary indexesnoyesyes infovia Elasticsearchyesyes
SQL infoSupport of SQLnoStandard with numerous extensionsnonoSQL-like query language, no joins
APIs and other access methodsADO.NET
C API
JDBC
ODBC
HQL (Heroic Query Language, a JSON-based language)
HTTP API
RESTful HTTP APITinkerpop technology stack with Blueprints, Gremlin, Pipes
Java API
RESTful HTTP/JSON API
Supported programming languagesGoC#C#
Java
JavaScript
Python
.Net
C
C#
C++
Clojure
Java
JavaScript
JavaScript (Node.js)
PHP
Python
Ruby
Scala
Server-side scripts infoStored proceduresnouser defined functionsnonoJava, Javascript
TriggersnoyesnonoHooks
Partitioning methods infoMethods for storing different data on different nodesnonehorizontal partitioning (by range, list and hash) and vertical partitioningShardingSharding infoImplicit feature of the cloud serviceSharding
Replication methods infoMethods for redundantly storing data on multiple nodesnoneyesyesyes infoImplicit feature of the cloud serviceMulti-source replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnononono infocould be achieved with distributed queries
Consistency concepts infoMethods to ensure consistency in a distributed systemnoneImmediate ConsistencyEventual Consistency
Immediate Consistency
Immediate Consistency
Foreign keys infoReferential integritynoyesnonoyes inforelationship in graphs
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datayesACIDnonoACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyesyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.nonono
User concepts infoAccess controlnoyesyes infousing Azure authenticationAccess rights for users and roles; record level security configurable

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
BoltDBGBaseHeroicMicrosoft Azure AI SearchOrientDB
DB-Engines blog posts

Graph DBMS increased their popularity by 500% within the last 2 years
3 March 2015, Paul Andlinger

Graph DBMSs are gaining in popularity faster than any other database category
21 January 2014, Matthias Gelbmann

show all

Recent citations in the news

What I learnt from building 3 high traffic web applications on an embedded key value store.
21 February 2018, hackernoon.com

4 Instructive Postmortems on Data Downtime and Loss
1 March 2024, The Hacker News

Roblox’s cloud-native catastrophe: A post mortem
31 January 2022, InfoWorld

How to Put a GUI on Ansible, Using Semaphore
22 April 2023, The New Stack

Grafana Loki: Architecture Summary and Running in Kubernetes
14 March 2023, hackernoon.com

provided by Google News

Review: Google Bigtable scales with ease
7 September 2016, InfoWorld

provided by Google News

Announcing updates to Azure AI Search to help organizations build and scale generative AI applications
4 April 2024, azure.microsoft.com

Public Preview of Azure OpenAI and AI Search in-app connectors for Logic Apps (Standard) | Azure updates
2 April 2024, azure.microsoft.com

Microsoft Azure AI adds storage power, large RAG app support
5 April 2024, VentureBeat

Microsoft’s Azure AI Search updated with increased storage, vector index size
5 April 2024, InfoWorld

Bring your data to Copilot for Microsoft 365 with .NET plugins and Azure AI Search
29 February 2024, Microsoft

provided by Google News

The 12 Best Graph Databases to Consider for 2024
22 October 2023, Solutions Review

OrientDB: A Flexible and Scalable Multi-Model NoSQL DBMS
21 January 2022, Open Source For You

Comparing Graph Databases II. Part 2: ArangoDB, OrientDB, and… | by Sam Bell
20 September 2019, Towards Data Science

Mining Botnet Targeting Redis and OrientDB Servers Made Almost $1 Million
2 February 2018, BleepingComputer

ArangoDB raises $10 million for NoSQL database management
14 March 2019, VentureBeat

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.

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

Neo4j logo

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

SingleStore logo

The database to transact, analyze and contextualize your data in real time.
Try it today.

Present your product here