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 > Apache Kylin vs. EJDB vs. Faircom DB vs. RavenDB vs. SingleStore

System Properties Comparison Apache Kylin vs. EJDB vs. Faircom DB vs. RavenDB vs. SingleStore

Editorial information provided by DB-Engines
NameApache Kylin  Xexclude from comparisonEJDB  Xexclude from comparisonFaircom DB infoformerly c-treeACE  Xexclude from comparisonRavenDB  Xexclude from comparisonSingleStore infoformer name was MemSQL  Xexclude from comparison
DescriptionA distributed analytics engine for big data, providing a SQL interface and multi-dimensional analysis (OLAP) and leveraging the Hadoop stackEmbeddable document-store database library with JSON representation of queries (in MongoDB style)Native high-speed multi-model DBMS for relational and key-value store data simultaneously accessible through SQL and NoSQL APIs.Open Source Operational and Transactional Enterprise NoSQL Document DatabaseMySQL 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 type
Primary database modelRelational DBMSDocument storeKey-value store
Relational DBMS
Document storeRelational DBMS
Secondary database modelsGraph DBMS
Spatial DBMS
Time Series DBMS
Document store
Spatial DBMS
Time Series DBMS
Vector DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score1.20
Rank#175  Overall
#80  Relational DBMS
Score0.30
Rank#294  Overall
#44  Document stores
Score0.24
Rank#311  Overall
#44  Key-value stores
#140  Relational DBMS
Score3.01
Rank#101  Overall
#17  Document stores
Score5.91
Rank#61  Overall
#34  Relational DBMS
Websitekylin.apache.orggithub.com/­Softmotions/­ejdbwww.faircom.com/­products/­faircom-dbravendb.netwww.singlestore.com
Technical documentationkylin.apache.org/­docsgithub.com/­Softmotions/­ejdb/­blob/­master/­README.mddocs.faircom.com/­docs/­en/­UUID-7446ae34-a1a7-c843-c894-d5322e395184.htmlravendb.net/­docsdocs.singlestore.com
DeveloperApache Software Foundation, originally contributed from eBay IncSoftmotionsFairCom CorporationHibernating RhinosSingleStore Inc.
Initial release20152012197920102013
Current release3.1.0, July 2020V12, November 20205.4, July 20228.5, January 2024
License infoCommercial or Open SourceOpen Source infoApache Version 2.0Open Source infoGPLv2commercial infoRestricted, free version availableOpen Source infoAGPL version 3, commercial license availablecommercial infofree developer edition available
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 languageJavaCANSI C, C++C#C++, Go
Server operating systemsLinuxserver-lessAIX
FreeBSD
HP-UX
Linux
NetBSD
OS X
QNX
SCO
Solaris
VxWorks
Windows infoeasily portable to other OSs
Linux
macOS
Raspberry Pi
Windows
Linux info64 bit version required
Data schemeyesschema-freeschema free, schema optional, schema required, partial schema,schema-freeyes
Typing infopredefined data types such as float or dateyesyes infostring, integer, double, bool, date, object_idyes, ANSI SQL Types, JSON, typed binary structuresnoyes
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.nonono
Secondary indexesyesnoyesyesyes
SQL infoSupport of SQLANSI SQL for queries (using Apache Calcite)noyes, ANSI SQL with proprietary extensionsSQL-like query language (RQL)yes infobut no triggers and foreign keys
APIs and other access methodsJDBC
ODBC
RESTful HTTP API
in-process shared libraryADO.NET
Direct SQL
JDBC
JPA
ODBC
RESTful HTTP/JSON API
RESTful MQTT/JSON API
RPC
.NET Client API
F# Client API
Go Client API
Java Client API
NodeJS Client API
PHP Client API
Python Client API
RESTful HTTP API
Cluster Management API infoas HTTP Rest and CLI
HTTP API
JDBC
MongoDB API
ODBC
Supported programming languagesActionscript
C
C#
C++
Go
Java
JavaScript (Node.js)
Lua
Objective-C
Pike
Python
Ruby
.Net
C
C#
C++
Java
JavaScript (Node.js and browser)
PHP
Python
Visual Basic
.Net
C#
F#
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
Bash
C
C#
Java
JavaScript (Node.js)
Python
Server-side scripts infoStored proceduresnoyes info.Net, JavaScript, C/C++yesyes
Triggersnoyesyesno
Partitioning methods infoMethods for storing different data on different nodesnoneFile partitioning, horizontal partitioning, sharding infoCustomizable business rules for table partitioningShardingSharding infohash partitioning
Replication methods infoMethods for redundantly storing data on multiple nodesnoneyes, configurable to be parallel or serial, synchronous or asynchronous, uni-directional or bi-directional, ACID-consistent or eventually consistent (with custom conflict resolution).Multi-source replicationSource-replica replication infostores two copies of each physical data partition on two separate nodes
MapReduce infoOffers an API for user-defined Map/Reduce methodsyesnonoyesno infocan define user-defined aggregate functions for map-reduce-style calculations
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyEventual Consistency
Immediate Consistency
Tunable consistency per server, database, table, and transaction
Default ACID transactions on the local node (eventually consistent across the cluster). Atomic operations with cluster-wide ACID transactions. Eventual consistency for indexes and full-text search indexes.Immediate Consistency
Foreign keys infoReferential integrityno infotypically not needed, however similar functionality with collection joins possibleyesnono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanotunable from ACID to Eventually ConsistentACID, Cluster-wide transaction availableACID
Concurrency infoSupport for concurrent manipulation of datayesyes infoRead/Write Lockingyesyesyes, multi-version concurrency control (MVCC)
Durability infoSupport for making data persistentyesyesYes, tunable from durable to delayed durability to in-memoryyesyes infoAll updates are persistent, including those to disk-based columnstores and memory-based row stores. Transaction commits are supported via write-ahead log.
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-standard with additional protections for filesAuthorization levels configured per client per databaseFine grained access control via users, groups and roles
More information provided by the system vendor
Apache KylinEJDBFaircom DB infoformerly c-treeACERavenDBSingleStore infoformer name was MemSQL
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
Apache KylinEJDBFaircom DB infoformerly c-treeACERavenDBSingleStore infoformer name was MemSQL
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

Recent citations in the news

Migrating from ClickHouse to Apache Doris: Boosting OLAP Performance
9 October 2023, hackernoon.com

Introducing Kyligence Copilot: The AI Copilot for Data to Excel Your KPIs
23 August 2023, insideBIGDATA

Overhauling Apache Kylin for the cloud
18 November 2021, InfoWorld

eBay's Kylin Becomes a Top-Level Apache Open Source Project
9 December 2015, eBay Inc.

The Apache Software Foundation Announces Apache™ Kylin™ as a Top-Level Project
8 December 2015, GlobeNewswire

provided by Google News

FairCom kicks off new era of database technology USA - English
10 November 2020, PR Newswire

provided by Google News

RavenDB Welcomes David Baruc as Chief Revenue Officer: Seasoned Tech Leader to Drive Global Sales and ...
13 June 2023, PR Newswire

Install the NoSQL RavenDB Data System
14 May 2021, The New Stack

How I Created a RavenDB Python Client
23 September 2016, Visual Studio Magazine

RavenDB Adds Graph Queries
15 May 2019, Datanami

Review: NoSQL database RavenDB
20 March 2019, TechGenix

provided by Google News

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

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

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

Leveraging SingleStoreDB Cloud Private Connectivity Using AWS PrivateLink | Amazon Web Services
6 December 2023, AWS Blog

Announcing watsonx.ai and SingleStore for generative AI applications
15 November 2023, IBM

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.

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

SingleStore logo

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

Milvus logo

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

Ontotext logo

GraphDB allows you to link diverse data, index it for semantic search and enrich it via text analysis to build big knowledge graphs. Get it free.

Present your product here