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. Elasticsearch vs. LokiJS vs. Microsoft SQL Server vs. OpenEdge

System Properties Comparison BoltDB vs. Elasticsearch vs. LokiJS vs. Microsoft SQL Server vs. OpenEdge

Editorial information provided by DB-Engines
NameBoltDB  Xexclude from comparisonElasticsearch  Xexclude from comparisonLokiJS  Xexclude from comparisonMicrosoft SQL Server  Xexclude from comparisonOpenEdge  Xexclude from comparison
DescriptionAn embedded key-value store for Go.A distributed, RESTful modern search and analytics engine based on Apache Lucene infoElasticsearch lets you perform and combine many types of searches such as structured, unstructured, geo, and metricIn-memory JavaScript DBMSMicrosofts flagship relational DBMSApplication development environment with integrated database management system
Primary database modelKey-value storeSearch engineDocument storeRelational DBMSRelational DBMS
Secondary database modelsDocument store
Spatial DBMS
Vector DBMS
Document store
Graph DBMS
Spatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.74
Rank#220  Overall
#31  Key-value stores
Score135.35
Rank#7  Overall
#1  Search engines
Score0.43
Rank#264  Overall
#42  Document stores
Score824.29
Rank#3  Overall
#3  Relational DBMS
Score3.51
Rank#86  Overall
#46  Relational DBMS
Websitegithub.com/­boltdb/­boltwww.elastic.co/­elasticsearchgithub.com/­techfort/­LokiJSwww.microsoft.com/­en-us/­sql-serverwww.progress.com/­openedge
Technical documentationwww.elastic.co/­guide/­en/­elasticsearch/­reference/­current/­index.htmltechfort.github.io/­LokiJSlearn.microsoft.com/­en-US/­sql/­sql-serverdocumentation.progress.com/­output/­ua/­OpenEdge_latest
DeveloperElasticMicrosoftProgress Software Corporation
Initial release20132010201419891984
Current release8.6, January 2023SQL Server 2022, November 2022OpenEdge 12.2, March 2020
License infoCommercial or Open SourceOpen Source infoMIT LicenseOpen Source infoElastic LicenseOpen Sourcecommercial inforestricted free version is availablecommercial
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.
SQLServer Flex @ STACKIT offers a managed version of SQL Server with adjustable CPU, RAM, storage amount and speed, in enterprise grade to perfectly match all application requirements. All services are 100% GDPR-compliant.
Implementation languageGoJavaJavaScriptC++
Server operating systemsBSD
Linux
OS X
Solaris
Windows
All OS with a Java VMserver-less, requires a JavaScript environment (browser, Node.js)Linux
Windows
AIX
HP-UX
Linux
Solaris
Windows
Data schemeschema-freeschema-free infoFlexible type definitions. Once a type is defined, it is persistentschema-freeyesyes
Typing infopredefined data types such as float or datenoyesnoyesyes
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.nononoyesyes
Secondary indexesnoyes infoAll search fields are automatically indexedyes infovia viewsyesyes
SQL infoSupport of SQLnoSQL-like query languagenoyesyes infoclose to SQL 92
APIs and other access methodsJava API
RESTful HTTP/JSON API
JavaScript APIADO.NET
JDBC
ODBC
OLE DB
Tabular Data Stream (TDS)
JDBC
ODBC
Supported programming languagesGo.Net
Groovy
Community Contributed Clients
Java
JavaScript
Perl
PHP
Python
Ruby
JavaScriptC#
C++
Delphi
Go
Java
JavaScript (Node.js)
PHP
Python
R
Ruby
Visual Basic
Progress proprietary ABL (Advanced Business Language)
Server-side scripts infoStored proceduresnoyesView functions in JavaScriptTransact SQL, .NET languages, R, Python and (with SQL Server 2019) Javayes
Triggersnoyes infoby using the 'percolation' featureyesyesyes
Partitioning methods infoMethods for storing different data on different nodesnoneShardingnonetables can be distributed across several files (horizontal partitioning); sharding through federationhorizontal partitioning infosince Version 11.4
Replication methods infoMethods for redundantly storing data on multiple nodesnoneyesnoneyes, but depending on the SQL-Server EditionSource-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoES-Hadoop Connectoryesnono
Consistency concepts infoMethods to ensure consistency in a distributed systemnoneEventual Consistency infoSynchronous doc based replication. Get by ID may show delays up to 1 sec. Configurable write consistency: one, quorum, allnoneImmediate ConsistencyImmediate Consistency
Foreign keys infoReferential integritynononoyesyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datayesnono infoatomic operations within a single collection possibleACIDACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes
Durability infoSupport for making data persistentyesyesyes infoSerialization of a DB in a Node.JS/Cordova/PhoneGap environment. Usage of the IndexedDB-API in a browser.yesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noMemcached and Redis integrationyesyesno
User concepts infoAccess controlnonofine grained access rights according to SQL-standardUsers and groups

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 partiesNavicat for SQL Server gives you a fully graphical approach to database management and development.
» more

Navicat Monitor is a safe, simple and agentless remote server monitoring tool for SQL Server and many other database management systems.
» more

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

More resources
BoltDBElasticsearchLokiJSMicrosoft SQL ServerOpenEdge
DB-Engines blog posts

PostgreSQL is the DBMS of the Year 2017
2 January 2018, Paul Andlinger, Matthias Gelbmann

Elasticsearch moved into the top 10 most popular database management systems
3 July 2017, Matthias Gelbmann

MySQL, PostgreSQL and Redis are the winners of the March ranking
2 March 2016, Paul Andlinger

show all

New kids on the block: database management systems implemented in JavaScript
1 December 2014, Matthias Gelbmann

show all

MySQL is the DBMS of the Year 2019
3 January 2020, Matthias Gelbmann, Paul Andlinger

The struggle for the hegemony in Oracle's database empire
2 May 2017, Paul Andlinger

Microsoft SQL Server is the DBMS of the Year
4 January 2017, 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

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

Key Value Databases Market Future Business Scope Analysis
17 May 2024, openPR

provided by Google News

Netflix Uses Elasticsearch Percolate Queries to Implement Reverse Searches Efficiently
29 April 2024, InfoQ.com

Splunk vs Elasticsearch | A Comparison and How to Choose
12 January 2024, SentinelOne

8 Powerful Alternatives to Elasticsearch
25 April 2024, Yahoo Finance

Introducing Elasticsearch Vector Database to Azure OpenAI Service On Your Data (Preview)
26 March 2024, insider.govtech.com

ElasticSearch Goes Deep on OpenTelemetry with eBPF Donation
13 March 2024, The New Stack

provided by Google News

LokiJS - A JavaScript Database
18 November 2014, iProgrammer

provided by Google News

Configure change data capture parameters on Amazon RDS for SQL Server | Amazon Web Services
14 May 2024, AWS Blog

Data Virtualization in SQL Server 2022
7 May 2024, Visual Studio Magazine

SQL Server 2014 end of support: Keep your customers secure
28 March 2024, Microsoft

How to Know When It's Time for a Microsoft SQL Server Upgrade
31 October 2023, BizTech Magazine

Mallox Ransomware Deployed Via MS-SQL Honeypot Attack
13 May 2024, Infosecurity Magazine

provided by Google News

PoC Exploit Released for OpenEdge Authentication Gateway & AdminServer Vulnerability
11 March 2024, GBHackers

OpenEdge Application Development | Progress OpenEdge
14 September 2014, Progress Software

What's New in OpenEdge 12.8
15 April 2024, release.nl

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.

AllegroGraph logo

Graph Database Leader for AI Knowledge Graph Applications - The Most Secure Graph Database Available.
Free Download

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.

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