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

DBMS > BoltDB vs. Derby vs. Manticore Search vs. Microsoft Access vs. RocksDB

System Properties Comparison BoltDB vs. Derby vs. Manticore Search vs. Microsoft Access vs. RocksDB

Editorial information provided by DB-Engines
NameBoltDB  Xexclude from comparisonDerby infooften called Apache Derby, originally IBM Cloudscape; contained in the Java SDK as JavaDB  Xexclude from comparisonManticore Search  Xexclude from comparisonMicrosoft Access  Xexclude from comparisonRocksDB  Xexclude from comparison
DescriptionAn embedded key-value store for Go.Full-featured RDBMS with a small footprint, either embedded into a Java application or used as a database server.Multi-storage database for search, including full-text search.Microsoft Access combines a backend RDBMS (JET / ACE Engine) with a GUI frontend for data manipulation and queries. infoThe Access frontend is often used for accessing other datasources (DBMS, Excel, etc.)Embeddable persistent key-value store optimized for fast storage (flash and RAM)
Primary database modelKey-value storeRelational DBMSSearch engineRelational DBMSKey-value store
Secondary database modelsTime Series DBMS infousing the Manticore Columnar Library
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.74
Rank#220  Overall
#31  Key-value stores
Score4.71
Rank#69  Overall
#37  Relational DBMS
Score0.22
Rank#312  Overall
#21  Search engines
Score104.92
Rank#11  Overall
#8  Relational DBMS
Score3.65
Rank#85  Overall
#11  Key-value stores
Websitegithub.com/­boltdb/­boltdb.apache.org/­derbymanticoresearch.comwww.microsoft.com/­en-us/­microsoft-365/­accessrocksdb.org
Technical documentationdb.apache.org/­derby/­manuals/­index.htmlmanual.manticoresearch.comdeveloper.microsoft.com/­en-us/­accessgithub.com/­facebook/­rocksdb/­wiki
DeveloperApache Software FoundationManticore SoftwareMicrosoftFacebook, Inc.
Initial release20131997201719922013
Current release10.17.1.0, November 20236.0, February 20231902 (16.0.11328.20222), March 20198.11.4, April 2024
License infoCommercial or Open SourceOpen Source infoMIT LicenseOpen Source infoApache version 2Open Source infoGPL version 2commercial infoBundled with Microsoft OfficeOpen Source infoBSD
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 languageGoJavaC++C++C++
Server operating systemsBSD
Linux
OS X
Solaris
Windows
All OS with a Java VMFreeBSD
Linux
macOS
Windows
Windows infoNot a real database server, but making use of DLLsLinux
Data schemeschema-freeyesFixed schemayesschema-free
Typing infopredefined data types such as float or datenoyesInt, Bigint, Float, Timestamp, Bit, Int array, Bigint array, JSON, Booleanyesno
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.noyesCan index from XMLno
Secondary indexesnoyesyes infofull-text index on all search fieldsyesno
SQL infoSupport of SQLnoyesSQL-like query languageyes infobut not compliant to any SQL standardno
APIs and other access methodsJDBCBinary API
RESTful HTTP/JSON API
RESTful HTTP/SQL API
SQL over MySQL
ADO.NET
DAO
ODBC
OLE DB
C++ API
Java API
Supported programming languagesGoJavaElixir
Go
Java
JavaScript (Node.js)
Perl
PHP
Python
C
C#
C++
Delphi
Java (JDBC-ODBC)
VBA
Visual Basic.NET
C
C++
Go
Java
Perl
Python
Ruby
Server-side scripts infoStored proceduresnoJava Stored Proceduresuser defined functionsyes infosince Access 2010 using the ACE-engineno
Triggersnoyesnoyes infosince Access 2010 using the ACE-engine
Partitioning methods infoMethods for storing different data on different nodesnonenoneSharding infoPartitioning is done manually, search queries against distributed index is supportednonehorizontal partitioning
Replication methods infoMethods for redundantly storing data on multiple nodesnoneSource-replica replicationSynchronous replication based on Galera librarynoneyes
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonononono
Consistency concepts infoMethods to ensure consistency in a distributed systemnoneImmediate Consistency
Foreign keys infoReferential integritynoyesnoyesno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datayesACIDyes infoisolated transactions for atomic changes and binary logging for safe writesACID infobut no files for transaction loggingyes
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyesyes infoThe original contents of fields are not stored in the Manticore index.yes infobut no files for transaction loggingyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyesyes
User concepts infoAccess controlnofine grained access rights according to SQL-standardnono infoa simple user-level security was built in till version Access 2003no

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
3rd partiesSpeedb: A high performance RocksDB-compliant key-value store optimized for write-intensive workloads.
» more

We invite representatives of vendors of related products to contact us for presenting information about their offerings here.

More resources
BoltDBDerby infooften called Apache Derby, originally IBM Cloudscape; contained in the Java SDK as JavaDBManticore SearchMicrosoft AccessRocksDB
DB-Engines blog posts

MS Access drops in DB-Engines Ranking
2 May 2013, Paul Andlinger

Microsoft SQL Server regained rank 2 in the DB-Engines popularity ranking
3 December 2012, Matthias Gelbmann

New DB-Engines Ranking shows the popularity of database management systems
3 October 2012, Matthias Gelbmann, Paul Andlinger

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

Three Reasons DevOps Should Consider Rocky Linux 9.4
15 May 2024, DevOps.com

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

provided by Google News

JDBC tutorial: Easy installation and setup with Apache Derby
20 December 2019, TheServerSide.com

Installing Apache Hive 3.1.2 on Windows 10 | by Hadi Fadlallah
3 May 2020, Towards Data Science

The Apache® Software Foundation Announces 18 Years of Open Source Leadership
28 March 2017, GlobeNewswire

Get your feet wet with Sun's tiny Java DB
31 January 2008, ZDNet

JDBC in Java: 5 facts to know before you begin
30 May 2019, TheServerSide.com

provided by Google News

Integrating Manticore Search with Apache Superset
8 August 2023, hackernoon.com

Clickhouse vs Elasticsearch vs Manticore Search Query Times With a 1.7B NYC Taxi Rides Benchmark
1 June 2022, hackernoon.com

8 Powerful Alternatives to Elasticsearch
25 April 2024, Insider Monkey

Manticore is a Faster Alternative to Elasticsearch in C++
25 July 2022, hackernoon.com

8 Google Alternatives: How to Search Crypto, the Dark Web, More
1 February 2023, Gizmodo

provided by Google News

Abusing Microsoft Access "Linked Table" Feature to Perform NTLM Forced Authentication Attacks - Check Point Research
9 November 2023, Check Point Research

Hackers Exploit Microsoft Access Feature to Steal Windows User’s NTLM Tokens
11 November 2023, CybersecurityNews

MS access program to increase awareness and independence of those living with MS and disability
10 July 2023, Nebraska Medicine

How to Connect MS Access to MySQL via ODBC Driver
7 September 2023, TechiExpert.com

People living with MS who are severely immunocompromised can access newly funded shingles vaccine
11 October 2023, MS Australia

provided by Google News

Did Rockset Just Solve Real-Time Analytics?
25 August 2021, Datanami

Meta’s Velox Means Database Performance Is Not Subject To Interpretation
31 August 2022, The Next Platform

Facebook's MyRocks Truly Rocks!
21 September 2020, Open Source For You

Linux 5.6 I/O Scheduler Benchmarks: None, Kyber, BFQ, MQ-Deadline
7 April 2020, Phoronix

The Journey to a Million Ops / Sec / Node in Venice
16 March 2024, InfoQ.com

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.

RaimaDB logo

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

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

Milvus logo

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

Present your product here