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 > GigaSpaces vs. MarkLogic vs. Oracle Berkeley DB vs. Sadas Engine vs. VoltDB

System Properties Comparison GigaSpaces vs. MarkLogic vs. Oracle Berkeley DB vs. Sadas Engine vs. VoltDB

Editorial information provided by DB-Engines
NameGigaSpaces  Xexclude from comparisonMarkLogic  Xexclude from comparisonOracle Berkeley DB  Xexclude from comparisonSadas Engine  Xexclude from comparisonVoltDB  Xexclude from comparison
DescriptionHigh performance in-memory data grid platform, powering three products: Smart Cache, Smart ODS (Operational Data Store), Smart Augmented TransactionsOperational and transactional Enterprise NoSQL databaseWidely used in-process key-value storeSADAS Engine is a columnar DBMS specifically designed for high performance in data warehouse environmentsDistributed In-Memory NewSQL RDBMS infoUsed for OLTP applications with a high frequency of relatively simple transactions, that can hold all their data in memory
Primary database modelDocument store
Object oriented DBMS infoValues are user defined objects
Document store
Native XML DBMS
RDF store infoas of version 7
Search engine
Key-value store infosupports sorted and unsorted key sets
Native XML DBMS infoin the Oracle Berkeley DB XML version
Relational DBMSRelational DBMS
Secondary database modelsGraph DBMS
Search engine
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.97
Rank#192  Overall
#32  Document stores
#6  Object oriented DBMS
Score5.92
Rank#58  Overall
#10  Document stores
#1  Native XML DBMS
#1  RDF stores
#6  Search engines
Score2.21
Rank#117  Overall
#20  Key-value stores
#3  Native XML DBMS
Score0.00
Rank#383  Overall
#158  Relational DBMS
Score1.44
Rank#158  Overall
#73  Relational DBMS
Websitewww.gigaspaces.comwww.marklogic.comwww.oracle.com/­database/­technologies/­related/­berkeleydb.htmlwww.sadasengine.comwww.voltdb.com
Technical documentationdocs.gigaspaces.com/­latest/­landing.htmldocs.marklogic.comdocs.oracle.com/­cd/­E17076_05/­html/­index.htmlwww.sadasengine.com/­en/­sadas-engine-download-free-trial-and-documentation/­#documentationdocs.voltdb.com
DeveloperGigaspaces TechnologiesMarkLogic Corp.Oracle infooriginally developed by Sleepycat, which was acquired by OracleSADAS s.r.l.VoltDB Inc.
Initial release20002001199420062010
Current release15.5, September 202011.0, December 202218.1.40, May 20208.011.3, April 2022
License infoCommercial or Open SourceOpen Source infoApache Version 2; Commercial licenses availablecommercial inforestricted free version is availableOpen Source infocommercial license availablecommercial infofree trial version availableOpen Source infoAGPL for Community Edition, commercial license for Enterprise, AWS, and Pro Editions
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.
Implementation languageJava, C++, .NetC++C, Java, C++ (depending on the Berkeley DB edition)C++Java, C++
Server operating systemsLinux
macOS
Solaris
Windows
Linux
OS X
Windows
AIX
Android
FreeBSD
iOS
Linux
OS X
Solaris
VxWorks
Windows
AIX
Linux
Windows
Linux
OS X infofor development
Data schemeschema-freeschema-free infoSchema can be enforcedschema-freeyesyes
Typing infopredefined data types such as float or dateyesyesnoyesyes
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.no infoXML can be used for describing objects metadatayesyes infoonly with the Berkeley DB XML editionno
Secondary indexesyesyesyesyesyes
SQL infoSupport of SQLSQL-99 for query and DML statementsyes infoSQL92yes infoSQL interfaced based on SQLite is availableyesyes infoonly a subset of SQL 99
APIs and other access methodsGigaSpaces LRMI
Hibernate
JCache
JDBC
JPA
ODBC
RESTful HTTP API
Spring Data
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
JDBC
ODBC
Proprietary protocol
Java API
JDBC
RESTful HTTP/JSON API
Supported programming languages.Net
C++
Java
Python
Scala
C
C#
C++
Java
JavaScript (Node.js)
Perl
PHP
Python
Ruby
.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++
Groovy
Java
PHP
Python
C#
C++
Erlang infonot officially supported
Go
Java
JavaScript infoNode.js
PHP
Python
Server-side scripts infoStored proceduresyesyes infovia XQuery or JavaScriptnonoJava
Triggersyes, event driven architectureyesyes infoonly for the SQL APInono
Partitioning methods infoMethods for storing different data on different nodesShardingShardingnonehorizontal partitioningSharding
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-source replication infosynchronous or asynchronous
Source-replica replication infosynchronous or asynchronous
yesSource-replica replicationnoneMulti-source replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsyes infoMap-Reduce pattern can be built with XAP task executorsyes infovia Hadoop Connector, HDFS Direct Access and in-database MapReduce jobsnonono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate Consistency infoConsistency level configurable: ALL, QUORUM, ANYImmediate ConsistencyImmediate Consistency
Foreign keys infoReferential integritynononoyesno infoFOREIGN KEY constraints are not supported
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDACID infocan act as a resource manager in an XA/JTA transactionACIDACID infoTransactions are executed single-threaded within stored procedures
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes infoData access is serialized by the server
Durability infoSupport for making data persistentyesyesyesyesyes infoSnapshots and command logging
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyes, with Range Indexesyesyes infomanaged by 'Learn by Usage'
User concepts infoAccess controlRole-based access controlRole-based access control at the document and subdocument levelsnoAccess rights for users, groups and roles according to SQL-standardUsers and roles with access to stored procedures

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
GigaSpacesMarkLogicOracle Berkeley DBSadas EngineVoltDB
Recent citations in the news

GigaSpaces to hand out almost $14 million in dividends following Cloudify’s acquisition by Dell
19 July 2023, CTech

Data Sciences Corporation partners with GigaSpaces Technologies to usher DIH technology to enterprises in SA
10 October 2023, ITWeb

GigaSpaces Announces Version 16.0 with Breakthrough Data Integration Tools to Ease Enterprises' Digital ...
3 November 2021, PR Newswire

GigaSpaces Spins Off Cloudify, Its Open Source Cloud Orchestration Unit
27 July 2017, Data Center Knowledge

GigaSpaces Orchestrates Cloud Spin-Off
27 July 2017, EnterpriseAI

provided by Google News

Intelligence for multi-domain warfighters can now be sourced from logistics operations
13 May 2024, Breaking Defense

MarkLogic “The NoSQL Database”. In the MarkLogic Query Console, you can… | by Abhay Srivastava | Apr, 2024
22 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, release.nl

provided by Google News

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

EC will investigate the Oracle/Sun takeover due to concerns about MySQL
3 September 2009, The Guardian

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

Motorola A780 Linux based smartphone to have mobile database
14 September 2004, Geekzone

The stable version of AlmaLinux 9.0 has already been released
26 May 2022, Linux Adictos

provided by Google News

Unveiling Volt Active Data's game-changing approach to limitless app performance
16 October 2023, YourStory

 VoltDB Launches Active(N) Lossless Cross Data Center Replication
31 August 2021, PR Newswire

VoltDB Turns to Real-Time Analytics with NewSQL Database
30 January 2014, Datanami

VoltDB Upgrades Power, Security of Its In-Memory Database
1 February 2017, eWeek

VoltDB Adds Geospatial Support, Cross-Site Replication
28 January 2016, The New Stack

provided by Google News



Share this page

Featured Products

SingleStore logo

Database for your real-time AI and Analytics Apps.
Try it today.

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.

Milvus logo

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

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB for free.

Present your product here