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 > Brytlyt vs. Datastax Enterprise vs. Solr vs. Tarantool vs. TinkerGraph

System Properties Comparison Brytlyt vs. Datastax Enterprise vs. Solr vs. Tarantool vs. TinkerGraph

Editorial information provided by DB-Engines
NameBrytlyt  Xexclude from comparisonDatastax Enterprise  Xexclude from comparisonSolr  Xexclude from comparisonTarantool  Xexclude from comparisonTinkerGraph  Xexclude from comparison
DescriptionScalable GPU-accelerated RDBMS for very fast analytic and streaming workloads, leveraging PostgreSQLDataStax Enterprise (DSE) is the always-on, scalable data platform built on Apache Cassandra and designed for hybrid Cloud. DSE integrates graph, search, analytics, administration, developer tooling, and monitoring into a unified platform.A widely used distributed, scalable search engine based on Apache LuceneIn-memory computing platform with a flexible data schema for efficiently building high-performance applicationsA lightweight, in-memory graph engine that serves as a reference implementation of the TinkerPop3 API
Primary database modelRelational DBMSWide column storeSearch engineDocument store
Key-value store
Relational DBMS
Graph DBMS
Secondary database modelsDocument store
Graph DBMS
Spatial DBMS
Search engine
Vector DBMS
Spatial DBMSSpatial DBMS infowith Tarantool/GIS extension
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.38
Rank#279  Overall
#126  Relational DBMS
Score6.31
Rank#57  Overall
#4  Wide column stores
Score44.28
Rank#24  Overall
#3  Search engines
Score1.67
Rank#150  Overall
#25  Document stores
#25  Key-value stores
#69  Relational DBMS
Score0.12
Rank#344  Overall
#34  Graph DBMS
Websitebrytlyt.iowww.datastax.com/­products/­datastax-enterprisesolr.apache.orgwww.tarantool.iotinkerpop.apache.org/­docs/­current/­reference/­#tinkergraph-gremlin
Technical documentationdocs.brytlyt.iodocs.datastax.comsolr.apache.org/­resources.htmlwww.tarantool.io/­en/­doc
DeveloperBrytlytDataStaxApache Software FoundationVK
Initial release20162011200620082009
Current release5.0, August 20236.8, April 20209.5.0, February 20242.10.0, May 2022
License infoCommercial or Open SourcecommercialcommercialOpen Source infoApache Version 2Open Source infoBSD-2, source-available extensions (modules), commercial licenses for Tarantool EnterpriseOpen Source infoApache 2.0
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.
Datastax Astra DB: Astra DB simplifies cloud-native Cassandra application development for your apps, microservices and functions. Deploy in minutes on AWS, Google Cloud, Azure, and have it managed for you by the experts, with serverless, pay-as-you-go pricing.
Implementation languageC, C++ and CUDAJavaJavaC and C++Java
Server operating systemsLinux
OS X
Windows
Linux
OS X
All OS with a Java VM inforuns as a servlet in servlet container (e.g. Tomcat, Jetty is included)BSD
Linux
macOS
Data schemeyesschema-freeyes infoDynamic Fields enables on-the-fly addition of new fieldsFlexible data schema: relational definition for tables with ability to store json-like documents in columnsschema-free
Typing infopredefined data types such as float or dateyesyesyes infosupports customizable data types and automatic typingstring, double, decimal, uuid, integer, blob, boolean, datetimeyes
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.yes infospecific XML-type available, but no XML query functionality.noyesnono
Secondary indexesyesyesyes infoAll search fields are automatically indexedyesno
SQL infoSupport of SQLyesSQL-like DML and DDL statements (CQL); Spark SQLSolr Parallel SQL InterfaceFull-featured ANSI SQL supportno
APIs and other access methodsADO.NET
JDBC
native C library
ODBC
streaming API for large objects
Proprietary protocol infoCQL (Cassandra Query Language)
TinkerPop Gremlin infowith DSE Graph
Java API
RESTful HTTP/JSON API
Open binary protocolTinkerPop 3
Supported programming languages.Net
C
C++
Delphi
Java
Perl
Python
Tcl
C
C#
C++
Java
JavaScript (Node.js)
PHP
Python
Ruby
.Net
Erlang
Java
JavaScript
any language that supports sockets and either XML or JSON
Perl
PHP
Python
Ruby
Scala
C
C#
C++
Erlang
Go
Java
JavaScript
Lua
Perl
PHP
Python
Rust
Groovy
Java
Server-side scripts infoStored proceduresuser defined functions infoin PL/pgSQLnoJava pluginsLua, C and SQL stored proceduresno
Triggersyesyesyes infoUser configurable commands triggered on index changesyes, before/after data modification events, on replication events, client session eventsno
Partitioning methods infoMethods for storing different data on different nodesSharding infono "single point of failure"ShardingSharding, partitioned with virtual buckets by user defined affinity key. Live resharding for scale up and scale down without maintenance downtime.none
Replication methods infoMethods for redundantly storing data on multiple nodesSource-replica replicationconfigurable replication factor, datacenter aware, advanced replication for edge computingyesAsynchronous replication with multi-master option
Configurable replication topology (full-mesh, chain, star)
Synchronous quorum replication (with Raft)
none
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoyesspark-solr: github.com/­lucidworks/­spark-solr and streaming expressions to reduceno
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyImmediate Consistency
Tunable Consistency infoconsistency level can be individually decided with each write operation
Eventual ConsistencyCasual consistency across sharding partitions
Eventual consistency within replicaset partition infowhen using asyncronous replication
Immediate Consistency within single instance
Sequential consistency including linearizable read within replicaset partition infowhen using Raft
none
Foreign keys infoReferential integrityyesnonoyesyes infoRelationships in graphs
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDno infoAtomicity and isolation are supported for single operationsoptimistic lockingACID, with serializable isolation and linearizable read (within partition); Configurable MVCC (within partition); No cross-shard distributed transactionsno
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes, cooperative multitaskingno
Durability infoSupport for making data persistentyesyesyesyes, write ahead loggingoptional
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyesyes, full featured in-memory storage engine with persistenceyes
User concepts infoAccess controlfine grained access rights according to SQL-standardAccess rights for users can be defined per objectyesAccess Control Lists
Mutual TLS authentication for Tarantol Enterprise
Password based authentication
Role-based access control (RBAC) and LDAP for Tarantol Enterprise
Users and Roles
no
More information provided by the system vendor
BrytlytDatastax EnterpriseSolrTarantoolTinkerGraph
Specific characteristicsDataStax Enterprise is scale-out data infrastructure for enterprises that need to...
» more
Competitive advantagesSupporting the following application requirements: Zero downtime - Built on Apache...
» more
Typical application scenariosApplications that must be massively and linearly scalable with 100% uptime and able...
» more
Key customersCapital One, Cisco, Comcast, eBay, McDonald's, Microsoft, Safeway, Sony, UBS, and...
» more
Market metricsAmong the Forbes 100 Most Innovative Companies, DataStax is trusted by 5 of the top...
» more
Licensing and pricing modelsAnnual subscription
» 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
BrytlytDatastax EnterpriseSolrTarantoolTinkerGraph
DB-Engines blog posts

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

Data processing speed and reliability: in-memory synchronous replication
9 November 2021,  Vladimir Perepelytsya, Tarantool (sponsor) 

show all

Recent citations in the news

Brytlyt releases version 5.0, introducing a more intuitive, intelligent and flexible analytics platform
1 August 2023, PR Newswire

London data analytics startup Brytlyt raises €4.43M from Amsterdam-based Finch Capital, others
22 December 2021, Silicon Canals

London’s Brytlyt raises €4.4 million for its data analytics and visualisation technology
22 December 2021, EU-Startups

Brytlyt becomes NVIDIA Inception Premier Partner
31 January 2023, PR Newswire

Bringing GPUs To Bear On Bog Standard Relational Databases
26 February 2018, The Next Platform

provided by Google News

DataStax and LlamaIndex Partner to Make Building RAG Applications Easier than Ever for GenAI Developers
20 February 2024, Business Wire

DataStax Introduces Enhanced RAG Capabilities Through Astra DB and NVIDIA Tech
19 March 2024, Datanami

DataStax goes vector searching with Astra DB – Blocks and Files
20 July 2023, Blocks & Files

DataStax delivers HIPAA-enabled, PCI compliant vector database to fuel enterprise-wide generative AI applications
20 July 2023, Express Computer

DataStax taps ThirdAI to bring generative AI to its database offerings
24 May 2023, InfoWorld

provided by Google News

Closing Bell: Solar Alliance Energy Inc flat on Monday (SOLR)
23 April 2024, The Globe and Mail

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

Best Practices from Rackspace for Modernizing a Legacy HBase/Solr Architecture Using AWS Services | Amazon Web ...
9 October 2023, AWS Blog

Long Term Trading Analysis for (SOLR)
28 March 2024, News Stock Traders Daily

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

provided by Google News

TaranHouse: New Big Data Warehouse Announced by Tarantool
4 April 2018, Newswire

In-Memory Showdown: Redis vs. Tarantool
1 September 2021, Хабр

Tarantool Announces New Enterprise Version With Enhanced Scaling and Monitoring Capabilities
18 May 2018, Newswire

Deploying Tarantool Cartridge applications with zero effort (Part 1)
16 December 2019, Хабр

Deploying Tarantool Cartridge applications with zero effort (Part 2)
13 April 2020, Хабр

provided by Google News

Automated testing of Amazon Neptune data access with Apache TinkerPop Gremlin | Amazon Web Services
28 September 2022, AWS Blog

Simple Deployment of a Graph Database: JanusGraph | by Edward Elson Kosasih
12 October 2020, Towards Data Science

Why developers like Apache TinkerPop, an open source framework for graph computing | Amazon Web Services
27 September 2021, AWS Blog

InfiniteGraph Gets Support for Common Graph Database Language and More
21 February 2012, SiliconANGLE News

Introducing Gremlin query hints for Amazon Neptune
26 February 2019, AWS Blog

provided by Google News



Share this page

Featured Products

SingleStore logo

The database to transact, analyze and contextualize your data in real time.
Try it today.

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.

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

Neo4j logo

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

Present your product here