DB-EnginesextremeDB - Data management wherever you need itEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by Redgate Software

DBMS > Apache Cassandra vs. Apache Jena - TDB vs. CrateDB vs. Manticore Search vs. Milvus

System Properties Comparison Apache Cassandra vs. Apache Jena - TDB vs. CrateDB vs. Manticore Search vs. Milvus

Editorial information provided by DB-Engines
NameApache Cassandra  Xexclude from comparisonApache Jena - TDB  Xexclude from comparisonCrateDB  Xexclude from comparisonManticore Search  Xexclude from comparisonMilvus  Xexclude from comparison
DescriptionWide-column store based on ideas of BigTable and DynamoDB infoOptimized for write accessA RDF storage and query DBMS, shipped as an optional-use component of the Apache Jena frameworkDistributed Database based on LuceneMulti-storage database for search, including full-text search.A DBMS designed for efficient storage of vector data and vector similarity searches
Primary database modelWide column storeRDF storeDocument store
Spatial DBMS
Search engine
Time Series DBMS
Vector DBMS
Search engineVector DBMS
Secondary database modelsVector DBMS infostarting with release V5Relational DBMSTime Series DBMS infousing the Manticore Columnar Library
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score98.94
Rank#11  Overall
#1  Wide column stores
Score2.91
Rank#93  Overall
#3  RDF stores
Score0.69
Rank#226  Overall
#37  Document stores
#5  Spatial DBMS
#16  Search engines
#19  Time Series DBMS
#11  Vector DBMS
Score0.23
Rank#301  Overall
#21  Search engines
Score3.01
Rank#89  Overall
#4  Vector DBMS
Websitecassandra.apache.orgjena.apache.org/­documentation/­tdb/­index.htmlcratedb.commanticoresearch.commilvus.io
Technical documentationcassandra.apache.org/­doc/­latestjena.apache.org/­documentation/­tdb/­index.htmlcratedb.com/­docsmanual.manticoresearch.commilvus.io/­docs/­overview.md
DeveloperApache Software Foundation infoApache top level project, originally developped by FacebookApache Software Foundation infooriginally developed by HP LabsCrateManticore Software
Initial release20082000201320172019
Current release5.0-rc1, July 20244.9.0, July 20235.8.1, August 20246.0, February 20232.4.4, May 2024
License infoCommercial or Open SourceOpen Source infoApache version 2Open Source infoApache License, Version 2.0Open SourceOpen Source infoGPL version 2Open Source infoApache Version 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.
Astra DB: Multi-cloud DBaaS built on Apache Cassandra.Zilliz Cloud – Cloud-native service for Milvus
Implementation languageJavaJavaJavaC++C++, Go
Server operating systemsBSD
Linux
OS X
Windows
All OS with a Java VMAll Operating Systems, including Kubernetes with CrateDB Kubernetes Operator supportFreeBSD
Linux
macOS
Windows
Linux
macOS info10.14 or later
Windows infowith WSL 2 enabled
Data schemeschema-freeyes infoRDF SchemasFlexible Schema (defined schema, partial schema, schema free)Fixed schema
Typing infopredefined data types such as float or dateyesyesyesInt, Bigint, Float, Timestamp, Bit, Int array, Bigint array, JSON, BooleanVector, Numeric and String
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.nonoCan index from XMLno
Secondary indexesrestricted infoonly equality queries, not always the best performing solutionyesyesyes infofull-text index on all search fieldsno
SQL infoSupport of SQLSQL-like SELECT, DML and DDL statements (CQL)noyes, but no triggers and constraints, and PostgreSQL compatibilitySQL-like query languageno
APIs and other access methodsProprietary protocol infoCQL (Cassandra Query Language, an SQL-like language)
Thrift
Fuseki infoREST-style SPARQL HTTP Interface
Jena RDF API
RIO infoRDF Input/Output
ADO.NET
JDBC
ODBC
PostgreSQL wire protocol
Prometheus Remote Read/Write
RESTful HTTP API
Binary API
RESTful HTTP/JSON API
RESTful HTTP/SQL API
SQL over MySQL
RESTful HTTP API
Supported programming languagesC#
C++
Clojure
Erlang
Go
Haskell
Java
JavaScript infoNode.js
Perl
PHP
Python
Ruby
Scala
Java.NET
Erlang
Go infocommunity maintained client
Java
JavaScript (Node.js) infocommunity maintained client
Perl infocommunity maintained client
PHP
Python
R
Ruby infocommunity maintained client
Scala infocommunity maintained client
Elixir
Go
Java
JavaScript (Node.js)
Perl
PHP
Python
C++
Go
Java
JavaScript (Node.js)
Python
Server-side scripts infoStored proceduresnoyesuser defined functions (Javascript)user defined functionsno
Triggersyesyes infovia event handlernonono
Partitioning methods infoMethods for storing different data on different nodesSharding infono "single point of failure"noneShardingSharding infoPartitioning is done manually, search queries against distributed index is supportedSharding
Replication methods infoMethods for redundantly storing data on multiple nodesselectable replication factor infoRepresentation of geographical distribution of servers is possiblenoneConfigurable replication on table/partition-levelSynchronous replication based on Galera library
MapReduce infoOffers an API for user-defined Map/Reduce methodsyesnononono
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Immediate Consistency infocan be individually decided for each write operation
Eventual Consistency
Read-after-write consistency on record level
Bounded Staleness
Eventual Consistency
Immediate Consistency
Session Consistency
Tunable Consistency
Foreign keys infoReferential integritynononono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datano infoAtomicity and isolation are supported for single operationsACID infoTDB Transactionsno infounique row identifiers can be used for implementing an optimistic concurrency control strategyyes infoisolated transactions for atomic changes and binary logging for safe writesno
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyesyesyes infoThe original contents of fields are not stored in the Manticore index.yes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.nonoyes
User concepts infoAccess controlAccess rights for users can be defined per objectAccess control via Jena Securityrights management via user accountsnoRole based access control and fine grained access rights
More information provided by the system vendor
Apache CassandraApache Jena - TDBCrateDBManticore SearchMilvus
Specific characteristicsApache Cassandra is the leading NoSQL, distributed database management system, well...
» more
Milvus is an open-source and cloud-native vector database built for production-ready...
» more
Competitive advantagesNo single point of failure ensures 100% availability . Operational simplicity for...
» more
Highly available, versatile, and robust with millisecond latency. Supports batch...
» more
Typical application scenariosInternet of Things (IOT), fraud detection applications, recommendation engines, product...
» more
RAG: retrieval augmented generation Video media : video understanding, video deduplication....
» more
Key customersApple, Netflix, Uber, ING,, Intuit,Fidelity, NY Times, Outbrain, BazaarVoice, Best...
» more
Milvus is trusted by thousands of enterprises, including PayPal, eBay, IKEA, LINE,...
» more
Market metricsApache Cassandra is used by 40% of the Fortune 100.
» more
As of January 2024, 25k+ GitHub stars 10M+ downloads and installations​ ​ 3k+ enterprise...
» more
Licensing and pricing modelsApache license  Pricing for commercial distributions provided by DataStax and available...
» more
Milvus was released under the open-source Apache License 2.0 in October 2019. Fully-managed...
» more
News

How to Monitor DataStax-Powered RAG Applications with Fiddler
19 September 2024

How Knowledge Graph RAG Boosts LLM Results
18 September 2024

How to Chunk Text in JavaScript for Your RAG Application
18 September 2024

Precision and Efficiency in Domain-Specific Text2SQL Conversion: Introducing Skypoint AI Platform’s SherloQ
11 September 2024

Now in LangChain: Graph Vector Store, a Simple Way to Add Structured Data to RAG Applications
11 September 2024

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 partiesCData: Connect to Big Data & NoSQL through standard Drivers.
» more

Cassandra Forward event: Want to level up your Cassandra game? Watch now replays of the March 2023 sessions.
» more

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

More resources
Apache CassandraApache Jena - TDBCrateDBManticore SearchMilvus
DB-Engines blog posts

Vector databases
2 June 2023, Matthias Gelbmann

show all

Recent citations in the news

New Apache Cassandra 5.0 gives open source NoSQL database a scalability and performance boost
6 September 2024, VentureBeat

Apache Cassandra introduces version 5.0 of open-source NoSQL database
9 September 2024, Techzine Europe

Migrate Cassandra workloads to Amazon Keyspaces using CQLReplicator
4 September 2024, AWS Blog

Cassandra redesigns indexing, storage management for 5.0 release
10 September 2024, The Register

How Uber ensures Apache Cassandra®’s tolerance for single-zone failure
20 June 2024, Uber

provided by Google News

Sparql Secrets In Jena-Fuseki
24 July 2022, Data Science Central

Extract and query knowledge graphs using Apache Jena (SPARQL Engine)
4 December 2019, Towards Data Science

Introducing Graph Store Protocol support for Amazon Neptune
2 August 2021, AWS Blog

A Semantic Knowledge Graph of European Mountain Value Chains
7 September 2024, Nature.com

6 Java Libraries for Machine Learning
3 October 2023, AIM

provided by Google News

CrateDB Appoints Jeff Olson as New CRO
9 July 2024, PR Newswire

CrateDB Announces Availability of CrateDB on Google Cloud Marketplace
8 April 2024, Datanami

Taleo Consulting and CrateDB Announce Strategic Partnership to Transform Data Management and Analytics in Financial Services markets
29 July 2024, PR Newswire

How We Designed CrateDB as a Realtime SQL DBMS for the Internet of Things
29 August 2017, The New Stack

CrateDB Appoints Sergey Gerasimenko as New CTO
19 February 2024, PR Newswire

provided by Google News

Comparing Meilisearch and Manticore Search Using Key Benchmarks
2 May 2023, hackernoon.com

Manticore is a Faster Alternative to Elasticsearch in C++
25 July 2022, hackernoon.com

Highlighting in Search Results
24 May 2020, hackernoon.com

40 Stories To Learn About Elasticsearch
27 April 2023, hackernoon.com

Optimizing Elastic Search for High-Load Applications
18 August 2023, hackernoon.com

provided by Google News

How NVIDIA GPU Acceleration Supercharged Milvus Vector Database
26 March 2024, The New Stack

AI-Powered Search Engine With Milvus Vector Database on Vultr - SitePoint
30 August 2024, SitePoint

IBM watsonx.data’s integrated vector database: unify, prepare, and deliver your data for AI
9 April 2024, IBM

10 top vector database options for similarity searches
8 August 2024, TechTarget

Milvus 2.4 Unveils Game-Changing Features for Enhanced Vector Search
20 March 2024, GlobeNewswire

provided by Google News



Share this page

Featured Products

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

Neo4j logo

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

SingleStore logo

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

Milvus logo

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

Present your product here