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 > Bangdb vs. Machbase Neo vs. Riak KV vs. SingleStore vs. Solr

System Properties Comparison Bangdb vs. Machbase Neo vs. Riak KV vs. SingleStore vs. Solr

Editorial information provided by DB-Engines
NameBangdb  Xexclude from comparisonMachbase Neo infoFormer name was Infiniflux  Xexclude from comparisonRiak KV  Xexclude from comparisonSingleStore infoformer name was MemSQL  Xexclude from comparisonSolr  Xexclude from comparison
DescriptionConverged and high performance database for device data, events, time series, document and graphTimeSeries DBMS for AIoT and BigDataDistributed, fault tolerant key-value storeMySQL wire-compliant distributed RDBMS that combines an in-memory row-oriented and a disc-based column-oriented storage with patented universal storage to handle transactional and analytical workloads in one single table typeA widely used distributed, scalable search engine based on Apache Lucene
Primary database modelDocument store
Graph DBMS
Time Series DBMS
Time Series DBMSKey-value store infowith links between data sets and object tags for the creation of secondary indexesRelational DBMSSearch engine
Secondary database modelsSpatial DBMSDocument store
Spatial DBMS
Time Series DBMS
Vector DBMS
Spatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.08
Rank#347  Overall
#47  Document stores
#34  Graph DBMS
#31  Time Series DBMS
Score0.12
Rank#339  Overall
#30  Time Series DBMS
Score4.10
Rank#82  Overall
#9  Key-value stores
Score5.60
Rank#62  Overall
#35  Relational DBMS
Score42.91
Rank#24  Overall
#3  Search engines
Websitebangdb.commachbase.comwww.singlestore.comsolr.apache.org
Technical documentationdocs.bangdb.commachbase.com/­dbmswww.tiot.jp/­riak-docs/­riak/­kv/­latestdocs.singlestore.comsolr.apache.org/­resources.html
DeveloperSachin Sinha, BangDBMachbaseOpenSource, formerly Basho TechnologiesSingleStore Inc.Apache Software Foundation
Initial release20122013200920132006
Current releaseBangDB 2.0, October 2021V8.0, August 20233.2.0, December 20228.5, January 20249.6.0, April 2024
License infoCommercial or Open SourceOpen Source infoBSD 3commercial infofree test version availableOpen Source infoApache version 2, commercial enterprise editioncommercial infofree developer edition availableOpen Source infoApache Version 2
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.
SingleStoreDB Cloud: The world's fastest, modern cloud database for both operational (OLTP) and analytical (OLAP) workloads. Available instantly with multi-cloud and hybrid-cloud capabilities
Implementation languageC, C++CErlangC++, GoJava
Server operating systemsLinuxLinux
macOS
Windows
Linux
OS X
Linux info64 bit version requiredAll OS with a Java VM inforuns as a servlet in servlet container (e.g. Tomcat, Jetty is included)
Data schemeschema-freeyesschema-freeyesyes infoDynamic Fields enables on-the-fly addition of new fields
Typing infopredefined data types such as float or dateyes: string, long, double, int, geospatial, stream, eventsyesnoyesyes infosupports customizable data types and automatic typing
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.nonononoyes
Secondary indexesyes infosecondary, composite, nested, reverse, geospatialyesrestrictedyesyes infoAll search fields are automatically indexed
SQL infoSupport of SQLSQL like support with command line toolSQL-like query languagenoyes infobut no triggers and foreign keysSolr Parallel SQL Interface
APIs and other access methodsProprietary protocol
RESTful HTTP API
gRPC
HTTP REST
JDBC
MQTT (Message Queue Telemetry Transport)
ODBC
HTTP API
Native Erlang Interface
Cluster Management API infoas HTTP Rest and CLI
HTTP API
JDBC
MongoDB API
ODBC
Java API
RESTful HTTP/JSON API
Supported programming languagesC
C#
C++
Java
Python
C
C#
C++
Go
Java
JavaScript
PHP infovia ODBC
Python
R infovia ODBC
Scala
C infounofficial client library
C#
C++ infounofficial client library
Clojure infounofficial client library
Dart infounofficial client library
Erlang
Go infounofficial client library
Groovy infounofficial client library
Haskell infounofficial client library
Java
JavaScript infounofficial client library
Lisp infounofficial client library
Perl infounofficial client library
PHP
Python
Ruby
Scala infounofficial client library
Smalltalk infounofficial client library
Bash
C
C#
Java
JavaScript (Node.js)
Python
.Net
Erlang
Java
JavaScript
any language that supports sockets and either XML or JSON
Perl
PHP
Python
Ruby
Scala
Server-side scripts infoStored proceduresnonoErlangyesJava plugins
Triggersyes, Notifications (with Streaming only)noyes infopre-commit hooks and post-commit hooksnoyes infoUser configurable commands triggered on index changes
Partitioning methods infoMethods for storing different data on different nodesSharding (enterprise version only). P2P based virtual network overlay with consistent hashing and chord algorithmShardingSharding infono "single point of failure"Sharding infohash partitioningSharding
Replication methods infoMethods for redundantly storing data on multiple nodesselectable replication factor, Knob for CAP (enterprise version only)selectable replication factorselectable replication factorSource-replica replication infostores two copies of each physical data partition on two separate nodesyes
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonoyesno infocan define user-defined aggregate functions for map-reduce-style calculationsspark-solr: github.com/­lucidworks/­spark-solr and streaming expressions to reduce
Consistency concepts infoMethods to ensure consistency in a distributed systemTunable consistency, set CAP knob accordinglyEventual ConsistencyImmediate ConsistencyEventual Consistency
Foreign keys infoReferential integritynonono infolinks between data sets can be storednono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDnonoACIDoptimistic locking
Concurrency infoSupport for concurrent manipulation of datayes, optimistic concurrency controlyesyesyes, multi-version concurrency control (MVCC)yes
Durability infoSupport for making data persistentyes, implements WAL (Write ahead log) as wellnoyesyes infoAll updates are persistent, including those to disk-based columnstores and memory-based row stores. Transaction commits are supported via write-ahead log.yes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yes, run db with in-memory only modeyes infovolatile and lookup tableyesyes
User concepts infoAccess controlyes (enterprise version only)simple password-based access controlyes, using Riak SecurityFine grained access control via users, groups and rolesyes
More information provided by the system vendor
BangdbMachbase Neo infoFormer name was InfinifluxRiak KVSingleStore infoformer name was MemSQLSolr
Specific characteristicsSingleStore offers a fully-managed , distributed, highly-scalable SQL database designed...
» more
Competitive advantagesSingleStore’s competitive advantages include: Easy and Simplified Architecture with...
» more
Typical application scenariosDriving Fast Analytics: SingleStore delivers the fastest and most scalable reporting...
» more
Key customersIEX Cloud : Improves Financial Data Distribution Speed 15x with Singlestore DB Comcast,...
» more
Market metricsCustomers in various industries worldwide including US and International Industry...
» more
Licensing and pricing modelsF ree Tier and Enterprise Edition
» 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

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

More resources
BangdbMachbase Neo infoFormer name was InfinifluxRiak KVSingleStore infoformer name was MemSQLSolr
DB-Engines blog posts

Turbocharge Your Application Development Using WebAssembly With SingleStoreDB
17 October 2022,  Akmal Chaudhri, SingleStore (sponsor) 

Cloud-Based Analytics With SingleStoreDB
9 June 2022,  Akmal Chaudhri, SingleStore (sponsor) 

SingleStore: The Increasing Momentum of Multi-Model Database Systems
14 February 2022,  Akmal Chaudhri, SingleStore (sponsor) 

show all

Elasticsearch replaced Solr as the most popular search engine
12 January 2016, Paul Andlinger

Enterprise Search Engines almost double their popularity in the last 12 months
2 July 2014, Paul Andlinger

The DB-Engines ranking includes now search engines
4 February 2013, Paul Andlinger

show all

Recent citations in the news

Basho Revamps Riak Open-Source Database
22 September 2023, InformationWeek

Basho, Maker of Riak NoSQL Database, Raises $25M
13 January 2015, Data Center Knowledge

A Critique of Resizable Hash Tables: Riak Core & Random Slicing
26 August 2018, InfoQ.com

Riak NoSQL snapped up by Bet365
12 September 2017, ComputerWeekly.com

Riak Taps Mesos for 'Push Button' NoSQL Scalability
20 August 2015, Datanami

provided by Google News

SingleStore CEO sees little future for purpose-built vector databases
24 January 2024, VentureBeat

SingleStore Announces Real-time Data Platform to Further Accelerate AI, Analytics and Application Development
24 January 2024, Business Wire

Building a Modern Database: Nikita Shamgunov on Postgres and Beyond
18 April 2024, Madrona Venture Group

SingleStore adds indexed vector search to Pro Max release for faster AI work – Blocks and Files
29 January 2024, Blocks & Files

SingleStore CEO on High-Speed Database Currents
30 January 2024, Bloomberg

provided by Google News

(SOLR) Proactive Strategies
27 May 2024, news.stocktradersdaily.com

SOLR-led walkout demands better conditions for Compass workers
27 February 2024, Daily Northwestern

Have Insiders Been Buying Solar Alliance Energy Inc. (CVE:SOLR) Shares?
25 May 2024, Yahoo Movies UK

Closing Bell: Solar Alliance Energy Inc flat on Tuesday (SOLR)
24 May 2024, The Globe and Mail

SOLR hosts teach-in of labor movements at Northwestern
28 January 2024, Daily Northwestern

provided by Google News



Share this page

Featured Products

Milvus logo

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

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online for free.

SingleStore logo

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

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