DB-EnginesExtremeDB: mitigate connectivity issues in a DBMSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > BoltDB vs. Fauna vs. Microsoft Azure Synapse Analytics vs. Oracle Berkeley DB vs. OrientDB

System Properties Comparison BoltDB vs. Fauna vs. Microsoft Azure Synapse Analytics vs. Oracle Berkeley DB vs. OrientDB

Editorial information provided by DB-Engines
NameBoltDB  Xexclude from comparisonFauna infopreviously named FaunaDB  Xexclude from comparisonMicrosoft Azure Synapse Analytics infopreviously named Azure SQL Data Warehouse  Xexclude from comparisonOracle Berkeley DB  Xexclude from comparisonOrientDB  Xexclude from comparison
DescriptionAn embedded key-value store for Go.Fauna provides a web-native interface, with support for GraphQL and custom business logic that integrates seamlessly with the rest of the serverless ecosystem. The underlying globally distributed storage and compute platform is fast, consistent, and reliable, with a modern security infrastructure.Elastic, large scale data warehouse service leveraging the broad eco-system of SQL ServerWidely used in-process key-value storeMulti-model DBMS (Document, Graph, Key/Value)
Primary database modelKey-value storeDocument store
Graph DBMS
Relational DBMS
Time Series DBMS
Relational DBMSKey-value store infosupports sorted and unsorted key sets
Native XML DBMS infoin the Oracle Berkeley DB XML version
Document store
Graph DBMS
Key-value store
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.80
Rank#215  Overall
#31  Key-value stores
Score1.55
Rank#151  Overall
#26  Document stores
#14  Graph DBMS
#71  Relational DBMS
#13  Time Series DBMS
Score19.93
Rank#31  Overall
#19  Relational DBMS
Score2.01
Rank#126  Overall
#21  Key-value stores
#3  Native XML DBMS
Score3.25
Rank#89  Overall
#16  Document stores
#6  Graph DBMS
#13  Key-value stores
Websitegithub.com/­boltdb/­boltfauna.comazure.microsoft.com/­services/­synapse-analyticswww.oracle.com/­database/­technologies/­related/­berkeleydb.htmlorientdb.org
Technical documentationdocs.fauna.comdocs.microsoft.com/­azure/­synapse-analyticsdocs.oracle.com/­cd/­E17076_05/­html/­index.htmlwww.orientdb.com/­docs/­last/­index.html
DeveloperFauna, Inc.MicrosoftOracle infooriginally developed by Sleepycat, which was acquired by OracleOrientDB LTD; CallidusCloud; SAP
Initial release20132014201619942010
Current release18.1.40, May 20203.2.29, March 2024
License infoCommercial or Open SourceOpen Source infoMIT LicensecommercialcommercialOpen Source infocommercial license availableOpen Source infoApache version 2
Cloud-based only infoOnly available as a cloud servicenoyesyesnono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageGoScalaC++C, Java, C++ (depending on the Berkeley DB edition)Java
Server operating systemsBSD
Linux
OS X
Solaris
Windows
hostedhostedAIX
Android
FreeBSD
iOS
Linux
OS X
Solaris
VxWorks
Windows
All OS with a Java JDK (>= JDK 6)
Data schemeschema-freeschema-freeyesschema-freeschema-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 datenonoyesnoyes
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.nononoyes infoonly with the Berkeley DB XML editionno
Secondary indexesnoyesyesyesyes
SQL infoSupport of SQLnonoyesyes infoSQL interfaced based on SQLite is availableSQL-like query language, no joins
APIs and other access methodsRESTful HTTP APIADO.NET
JDBC
ODBC
Tinkerpop technology stack with Blueprints, Gremlin, Pipes
Java API
RESTful HTTP/JSON API
Supported programming languagesGoC#
Go
Java
JavaScript
Python
Ruby
Scala
Swift
C#
Java
PHP
.Net infoFigaro is a .Net framework assembly that extends Berkeley DB XML into an embeddable database engine for .NET
others infoThird-party libraries to manipulate Berkeley DB files are available for many languages
C
C#
C++
Java
JavaScript (Node.js) info3rd party binding
Perl
Python
Tcl
.Net
C
C#
C++
Clojure
Java
JavaScript
JavaScript (Node.js)
PHP
Python
Ruby
Scala
Server-side scripts infoStored proceduresnouser defined functionsTransact SQLnoJava, Javascript
Triggersnononoyes infoonly for the SQL APIHooks
Partitioning methods infoMethods for storing different data on different nodesnonehorizontal partitioning infoconsistent hashingSharding, horizontal partitioningnoneSharding
Replication methods infoMethods for redundantly storing data on multiple nodesnoneMulti-source replicationyesSource-replica replicationMulti-source replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonononono infocould be achieved with distributed queries
Consistency concepts infoMethods to ensure consistency in a distributed systemnoneImmediate ConsistencyImmediate Consistency
Foreign keys infoReferential integritynoyesno infodocs.microsoft.com/­en-us/­azure/­synapse-analytics/­sql-data-warehouse/­sql-data-warehouse-table-constraintsnoyes inforelationship in graphs
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datayesACIDACIDACIDACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes
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.nonoyes
User concepts infoAccess controlnoIdentity management, authentication, and access controlyesnoAccess 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
BoltDBFauna infopreviously named FaunaDBMicrosoft Azure Synapse Analytics infopreviously named Azure SQL Data WarehouseOracle Berkeley DBOrientDB
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

Fauna Launches Distributed Document-Relational Database On Google Cloud Marketplace
21 March 2024, GlobeNewswire

Slicing the Gordian Knot: A leap to real-time systems of truth
3 February 2024, SiliconANGLE News

Fauna Adds Transformative Schema-as-Code Capabilities to Enterprise Proven, Document-Relational Database
15 November 2023, Business Wire

Utah Natural Heritage Program
17 October 2023, Utah Division of Wildlife Resources

CITES Trade Database surpasses 25 million trade transaction records
3 October 2023, Convention on International Trade in Endangered Species of Wild Fauna and Flora (CITES)

provided by Google News

Migrate Microsoft Azure Synapse Analytics to Amazon Redshift using AWS SCT | Amazon Web Services
18 October 2023, AWS Blog

Azure Synapse Runtime for Apache Spark 3.2 End of Support | Azure updates
22 March 2024, Microsoft

Azure Synapse vs. Databricks: Data Platform Comparison 2024
26 March 2024, eWeek

Azure Synapse Analytics: Everything you need to know about Microsoft's cloud analytics platform
24 September 2023, DataScientest

Azure Synapse Link for Cosmos DB: New Analytics Capabilities
10 November 2023, InfoQ.com

provided by Google News

Margo Seltzer Named ACM Athena Lecturer for Technical and Mentoring Contributions
26 April 2023, HPCwire

ACM recognizes far-reaching technical achievements with special awards
26 May 2021, EurekAlert

Oracle buys Sleepycat Software
14 February 2006, MarketWatch

Database Trends Report: SQL Beats NoSQL, MySQL Most Popular -- ADTmag
5 March 2019, ADT Magazine

Margo I. Seltzer | Berkman Klein Center
18 August 2020, Berkman Klein Center

provided by Google News

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

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

HNS IoT Botnet Evolves, Goes Cross-Platform
2 December 2023, Dark Reading

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

provided by Google News



Share this page

Featured Products

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online 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

Milvus logo

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

Present your product here