DB-EnginesextremeDB - solve IoT connectivity disruptionsEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by Redgate Software

DBMS > BoltDB vs. NCache vs. Sequoiadb vs. SQLite

System Properties Comparison BoltDB vs. NCache vs. Sequoiadb vs. SQLite

Please select another system to include it in the comparison.

Editorial information provided by DB-Engines
NameBoltDB  Xexclude from comparisonNCache  Xexclude from comparisonSequoiadb  Xexclude from comparisonSQLite  Xexclude from comparison
DescriptionAn embedded key-value store for Go.Open-Source and Enterprise in-memory Key-Value StoreNewSQL database with distributed OLTP and SQLWidely used embeddable, in-process RDBMS
Primary database modelKey-value storeKey-value storeDocument store
Relational DBMS
Relational DBMS
Secondary database modelsDocument store
Search engine infoUsing distributed Lucene
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.70
Rank#225  Overall
#31  Key-value stores
Score0.91
Rank#196  Overall
#29  Key-value stores
Score0.42
Rank#263  Overall
#41  Document stores
#121  Relational DBMS
Score103.35
Rank#10  Overall
#7  Relational DBMS
Websitegithub.com/­boltdb/­boltwww.alachisoft.com/­ncachewww.sequoiadb.comwww.sqlite.org
Technical documentationwww.alachisoft.com/­resources/­docswww.sequoiadb.com/­en/­index.php?m=Files&a=indexwww.sqlite.org/­docs.html
DeveloperAlachisoftSequoiadb Ltd.Dwayne Richard Hipp
Initial release2013200520132000
Current release5.3.3, April 20243.46.1  (13 August 2024), August 2024
License infoCommercial or Open SourceOpen Source infoMIT LicenseOpen Source infoEnterprise Edition availableOpen Source infoServer: AGPL; Client: Apache V2Open Source infoPublic Domain
Cloud-based only infoOnly available as a cloud servicenononono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageGoC#, .NET, .NET Core, JavaC++C
Server operating systemsBSD
Linux
OS X
Solaris
Windows
Linux
Windows
Linuxserver-less
Data schemeschema-freeschema-freeschema-freeyes infodynamic column types
Typing infopredefined data types such as float or datenopartial infoSupported data types are Lists, Queues, Hashsets, Dictionary and Counteryes infooid, date, timestamp, binary, regexyes infonot rigid because of 'dynamic typing' concept.
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.nononono
Secondary indexesnoyesyesyes
SQL infoSupport of SQLnoSQL-like query syntax and LINQ for searching the cache. Cache Synchronization with SQL Server using SQL dependency.SQL-like query languageyes infoSQL-92 is not fully supported
APIs and other access methodsIDistributedCache
JCache
LINQ
Proprietary native API
proprietary protocol using JSONADO.NET infoinofficial driver
JDBC infoinofficial driver
ODBC infoinofficial driver
Supported programming languagesGo.Net
.Net Core
C#
Java
JavaScript (Node.js)
Python
Scala
.Net
C++
Java
PHP
Python
Actionscript
Ada
Basic
C
C#
C++
D
Delphi
Forth
Fortran
Haskell
Java
JavaScript
Lisp
Lua
MatLab
Objective-C
OCaml
Perl
PHP
PL/SQL
Python
R
Ruby
Scala
Scheme
Smalltalk
Tcl
Server-side scripts infoStored proceduresnono infosupport for stored procedures with SQL-Server CLRJavaScriptno
Triggersnoyes infoNotificationsnoyes
Partitioning methods infoMethods for storing different data on different nodesnoneyesShardingnone
Replication methods infoMethods for redundantly storing data on multiple nodesnoneyes, with selectable consistency levelSource-replica replicationnone
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoyesnono
Consistency concepts infoMethods to ensure consistency in a distributed systemnoneEventual Consistency
Immediate Consistency
Strong Eventual Consistency over WAN with Conflict Resolution using Bridge Topology
Eventual Consistency
Foreign keys infoReferential integritynononoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datayesoptimistic locking and pessimistic lockingDocument is locked during a transactionACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes infovia file-system locks
Durability infoSupport for making data persistentyesyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyesnoyes
User concepts infoAccess controlnoAuthentication to access the cache via Active Directory/LDAP (possible roles: user, administrator)simple password-based access controlno
More information provided by the system vendor
BoltDBNCacheSequoiadbSQLite
Specific characteristicsNCache has been the market leader in .NET Distributed Caching since 2005 . NCache...
» more
Competitive advantagesNCache is 100% .NET/ .NET Core based which fully supports ASP.NET Core Sessions ,...
» more
Typical application scenariosNCache enables industries like retail, finance, banking IoT, travel, ecommerce, healthcare...
» more
Key customersBank of America, Citi, Natures Way, Charter Spectrum, Barclays, Henry Schein, GBM,...
» more
Market metricsMarket Leader in .NET Distributed Caching since 2005.
» more
Licensing and pricing modelsNCache Open Source is free on an as-is basis without any support. NCache Enterprise...
» 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
3rd partiesNavicat for SQLite is a powerful and comprehensive SQLite GUI that provides a complete set of functions for database management and development.
» more

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

More resources
BoltDBNCacheSequoiadbSQLite
DB-Engines blog posts

Big gains for Relational Database Management Systems in DB-Engines Ranking
2 February 2016, 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

How to use NCache in ASP.Net Core
9 July 2024, InfoWorld

Custom Response Caching Using NCache in ASP.NET Core
22 April 2020, InfoQ.com

provided by Google News

LLM-Assisted Translation From Postgres to SQLite and DuckDB
16 September 2024, The New Stack

How to work with Dapper and SQLite in ASP.NET Core
10 May 2024, InfoWorld

Google researchers suggest "fixing" SQL with pipe syntax, SQLite creator unconvinced
30 August 2024, DevClass

SQLite Gets Into Vector Search
5 September 2024, iProgrammer

SQLite Vulnerability Could Put Thousands of Apps at Risk
22 March 2024, Dark Reading

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.

Milvus logo

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

SingleStore logo

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

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB 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