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 > Blazegraph vs. CockroachDB vs. Faircom DB vs. Microsoft Azure Synapse Analytics vs. Milvus

System Properties Comparison Blazegraph vs. CockroachDB vs. Faircom DB vs. Microsoft Azure Synapse Analytics vs. Milvus

Editorial information provided by DB-Engines
NameBlazegraph  Xexclude from comparisonCockroachDB  Xexclude from comparisonFaircom DB infoformerly c-treeACE  Xexclude from comparisonMicrosoft Azure Synapse Analytics infopreviously named Azure SQL Data Warehouse  Xexclude from comparisonMilvus  Xexclude from comparison
Amazon has acquired Blazegraph's domain and (probably) product. It is said that Amazon Neptune is based on Blazegraph.
DescriptionHigh-performance graph database supporting Semantic Web (RDF/SPARQL) and Graph Database (tinkerpop3, blueprints, vertex-centric) APIs with scale-out and High Availability.CockroachDB is a distributed database architected for modern cloud applications. It is wire compatible with PostgreSQL and backed by a Key-Value Store, which is either RocksDB or a purpose-built derivative, called Pebble.Native high-speed multi-model DBMS for relational and key-value store data simultaneously accessible through SQL and NoSQL APIs.Elastic, large scale data warehouse service leveraging the broad eco-system of SQL ServerA DBMS designed for efficient storage of vector data and vector similarity searches
Primary database modelGraph DBMS
RDF store
Relational DBMSKey-value store
Relational DBMS
Relational DBMSVector DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.77
Rank#222  Overall
#20  Graph DBMS
#8  RDF stores
Score6.10
Rank#58  Overall
#33  Relational DBMS
Score0.24
Rank#311  Overall
#44  Key-value stores
#140  Relational DBMS
Score22.71
Rank#30  Overall
#18  Relational DBMS
Score1.81
Rank#144  Overall
#5  Vector DBMS
Websiteblazegraph.comwww.cockroachlabs.comwww.faircom.com/­products/­faircom-dbazure.microsoft.com/­services/­synapse-analyticsmilvus.io
Technical documentationwiki.blazegraph.comwww.cockroachlabs.com/­docsdocs.faircom.com/­docs/­en/­UUID-7446ae34-a1a7-c843-c894-d5322e395184.htmldocs.microsoft.com/­azure/­synapse-analyticsmilvus.io/­docs/­overview.md
DeveloperBlazegraphCockroach LabsFairCom CorporationMicrosoft
Initial release20062015197920162019
Current release2.1.5, March 201923.1.1, May 2023V12, November 20202.3.4, January 2024
License infoCommercial or Open SourceOpen Source infoextended commercial license availableOpen Source infoApache 2.0, commercial license availablecommercial infoRestricted, free version availablecommercialOpen Source infoApache Version 2.0
Cloud-based only infoOnly available as a cloud servicenononoyesno
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
CockroachDB: A cloud-native, distributed SQL database designed for speed, scale, and survival. Get started for free today with a fully-managed CockroachDB cluster -- leave operations behind and get your app to market faster.Zilliz Cloud – Cloud-native service for Milvus
Implementation languageJavaGoANSI C, C++C++C++, Go
Server operating systemsLinux
OS X
Windows
Linux
macOS
Windows
AIX
FreeBSD
HP-UX
Linux
NetBSD
OS X
QNX
SCO
Solaris
VxWorks
Windows infoeasily portable to other OSs
hostedLinux
macOS info10.14 or later
Windows infowith WSL 2 enabled
Data schemeschema-freedynamic schemaschema free, schema optional, schema required, partial schema,yes
Typing infopredefined data types such as float or dateyes infoRDF literal typesyesyes, ANSI SQL Types, JSON, typed binary structuresyesVector, 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.nononono
Secondary indexesyesyesyesyesno
SQL infoSupport of SQLSPARQL is used as query languageyes, wire compatible with PostgreSQLyes, ANSI SQL with proprietary extensionsyesno
APIs and other access methodsJava API
RESTful HTTP API
SPARQL QUERY
SPARQL UPDATE
TinkerPop 3
JDBCADO.NET
Direct SQL
JDBC
JPA
ODBC
RESTful HTTP/JSON API
RESTful MQTT/JSON API
RPC
ADO.NET
JDBC
ODBC
RESTful HTTP API
Supported programming languages.Net
C
C++
Java
JavaScript
PHP
Python
Ruby
C#
C++
Clojure
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
Rust
.Net
C
C#
C++
Java
JavaScript (Node.js and browser)
PHP
Python
Visual Basic
C#
Java
PHP
C++
Go
Java
JavaScript (Node.js)
Python
Server-side scripts infoStored proceduresyesnoyes info.Net, JavaScript, C/C++Transact SQLno
Triggersnonoyesnono
Partitioning methods infoMethods for storing different data on different nodesShardinghorizontal partitioning (by key range) infoall tables are translated to an ordered KV store and then broken down into 64MB ranges, which are then used as replicas in RAFTFile partitioning, horizontal partitioning, sharding infoCustomizable business rules for table partitioningSharding, horizontal partitioningSharding
Replication methods infoMethods for redundantly storing data on multiple nodesyesMulti-source replication using RAFTyes, configurable to be parallel or serial, synchronous or asynchronous, uni-directional or bi-directional, ACID-consistent or eventually consistent (with custom conflict resolution).yes
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonononono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate Consistency or Eventual Consistency depending on configurationImmediate ConsistencyEventual Consistency
Immediate Consistency
Tunable consistency per server, database, table, and transaction
Immediate ConsistencyBounded Staleness
Eventual Consistency
Immediate Consistency
Session Consistency
Tunable Consistency
Foreign keys infoReferential integrityyes infoRelationships in Graphsyesyesno infodocs.microsoft.com/­en-us/­azure/­synapse-analytics/­sql-data-warehouse/­sql-data-warehouse-table-constraintsno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDACIDtunable from ACID to Eventually ConsistentACIDno
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyesYes, tunable from durable to delayed durability to in-memoryyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyesyes
User concepts infoAccess controlSecurity and Authentication via Web Application Container (Tomcat, Jetty)Role-based access controlFine grained access rights according to SQL-standard with additional protections for filesyesRole based access control and fine grained access rights
More information provided by the system vendor
BlazegraphCockroachDBFaircom DB infoformerly c-treeACEMicrosoft Azure Synapse Analytics infopreviously named Azure SQL Data WarehouseMilvus
Specific characteristicsCockroachDB is a cloud-native, distributed SQL database architected for modern applications....
» more
Milvus is an open-source and cloud-native vector database built for production-ready...
» more
Competitive advantages- EFFORTLESS SCALE: Scale your applications, not operational complexity. CockroachDB...
» more
Highly available, versatile, and robust with millisecond latency. Supports batch...
» more
Typical application scenariosPayment processing, user account management, metadata management, identity access...
» more
RAG: retrieval augmented generation Video media : video understanding, video deduplication....
» more
Key customersComcast, DoorDash, Mythical Games, Norfolk Southern, Netflix, LUSH, Bose, Shipt,...
» more
Milvus is trusted by thousands of enterprises, including PayPal, eBay, IKEA, LINE,...
» more
Market metrics12K+ long-running clusters 25K+ CockroachDB self-hosted clusters 75K+ CockroachDB...
» more
As of January 2024, 25k+ GitHub stars 10M+ downloads and installations​ ​ 3k+ enterprise...
» more
Licensing and pricing models- Apache 2.0 for core features released up to and including the 19.1 release - Time-limited...
» more
Milvus was released under the open-source Apache License 2.0 in October 2019. Fully-managed...
» 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
BlazegraphCockroachDBFaircom DB infoformerly c-treeACEMicrosoft Azure Synapse Analytics infopreviously named Azure SQL Data WarehouseMilvus
DB-Engines blog posts

Vector databases
2 June 2023, Matthias Gelbmann

show all

Recent citations in the news

Back to the future: Does graph database success hang on query language?
5 March 2018, ZDNet

Harnessing GPUs Delivers a Big Speedup for Graph Analytics
15 December 2015, Datanami

This AI Paper Introduces A Comprehensive RDF Dataset With Over 26 Billion Triples Covering Scholarly Data Across All Scientific Disciplines
19 August 2023, MarkTechPost

Faster with GPUs: 5 turbocharged databases
26 September 2016, InfoWorld

provided by Google News

Cockroach Labs Deepens Partnership with Google Cloud, CockroachDB Selected to Join Google Distributed Cloud
9 April 2024, PR Newswire

CockroachDB tempts legacy databases to crawl into the cloud age
29 January 2024, The Register

How DoorDash Migrated from Aurora Postgres to CockroachDB
5 December 2023, The New Stack

How to Unlock Real-Time Data Streams with CockroachDB and Amazon MSK | Amazon Web Services
6 November 2023, AWS Blog

CockroachDB's Latest Enhancements Focus on Resilience
18 January 2024, Database Trends and Applications

provided by Google News

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

World's First Converged IIoT Hub to be Showcased at IoT Tech Expo
3 September 2021, Automation.com

provided by Google News

Migrate Microsoft Azure Synapse Analytics to Amazon Redshift using AWS SCT | Amazon Web Services
18 October 2023, AWS Blog

Azure Synapse vs. Databricks: Data Platform Comparison 2024
26 March 2024, eWeek

Azure Synapse Analytics: Everything you need to know about Microsoft's cloud analytics platform
24 September 2023, DataScientest

Azure Synapse Runtime for Apache Spark 3.2 End of Support | Azure updates
22 March 2024, Microsoft

Azure Synapse Link for Cosmos DB: New Analytics Capabilities
10 November 2023, InfoQ.com

provided by Google News

Zilliz Unveils Game-Changing Features for Vector Search
22 March 2024, Datanami

What Is Milvus Vector Database?
6 October 2023, The New Stack

AI-Powered Search Engine With Milvus Vector Database on Vultr
31 January 2024, SitePoint

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

Zilliz Cloud boosts vector database performance
31 January 2024, InfoWorld

provided by Google News



Share this page

Featured Products

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.

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.

SingleStore logo

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

Milvus logo

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

Present your product here