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 > AllegroGraph vs. CockroachDB vs. Faircom EDGE vs. Percona Server for MySQL vs. TimesTen

System Properties Comparison AllegroGraph vs. CockroachDB vs. Faircom EDGE vs. Percona Server for MySQL vs. TimesTen

Editorial information provided by DB-Engines
NameAllegroGraph  Xexclude from comparisonCockroachDB  Xexclude from comparisonFaircom EDGE infoformerly c-treeEDGE  Xexclude from comparisonPercona Server for MySQL  Xexclude from comparisonTimesTen  Xexclude from comparison
DescriptionHigh performance, persistent RDF store with additional support for Graph DBMSCockroachDB 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.FairCom EDGE is an Industry 4.0 solution built to integrate, collect, aggregate and synchronize mission-critical data in edge computing environmentsEnhanced drop-in replacement for MySQL based on XtraDB or TokuDB storage engines with improved performance and additional diagnostic and management features.In-Memory RDBMS compatible to Oracle
Primary database modelDocument store infowith version 6.5
Graph DBMS
RDF store
Vector DBMS
Relational DBMSKey-value store
Relational DBMS
Relational DBMSRelational DBMS
Secondary database modelsSpatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score1.06
Rank#187  Overall
#30  Document stores
#17  Graph DBMS
#7  RDF stores
#7  Vector DBMS
Score6.15
Rank#55  Overall
#33  Relational DBMS
Score0.02
Rank#368  Overall
#54  Key-value stores
#156  Relational DBMS
Score2.03
Rank#122  Overall
#57  Relational DBMS
Score1.31
Rank#163  Overall
#74  Relational DBMS
Websiteallegrograph.comwww.cockroachlabs.comwww.faircom.com/­products/­faircom-edgewww.percona.com/­software/­mysql-database/­percona-serverwww.oracle.com/­database/­technologies/­related/­timesten.html
Technical documentationfranz.com/­agraph/­support/­documentation/­current/­agraph-introduction.htmlwww.cockroachlabs.com/­docsdocs.faircom.com/­docs/­en/­UUID-23d4f1fd-d213-f6d5-b92e-9b7475baa14e.htmlwww.percona.com/­downloads/­Percona-Server-LATESTdocs.oracle.com/­database/­timesten-18.1
DeveloperFranz Inc.Cockroach LabsFairCom CorporationPerconaOracle, TimesTen Performance Software, HP infooriginally founded in HP Labs it was acquired by Oracle in 2005
Initial release20042015197920081998
Current release8.0, December 202323.1.1, May 2023V3, October 20208.0.36-28, 202411 Release 2 (11.2.2.8.0)
License infoCommercial or Open Sourcecommercial infoLimited community edition freeOpen Source infoApache 2.0, commercial license availablecommercial infoRestricted, free version availableOpen Source infoGPL version 2commercial
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.
Implementation languageGoANSI C, C++C and C++
Server operating systemsLinux
OS X
Windows
Linux
macOS
Windows
Android
Linux infoARM, x86
Raspbian
Windows
LinuxAIX
HP-UX
Linux
OS X
Solaris SPARC/x86
Windows
Data schemeyes infoRDF schemasdynamic schemaFlexible Schema (defined schema, partial schema, schema free)yesyes
Typing infopredefined data types such as float or dateyesyesyes, ANSI Standard SQL Typesyesyes
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.no infobulk load of XML files possiblenoyesyesno
Secondary indexesyesyesyesyesyes
SQL infoSupport of SQLSPARQL is used as query languageyes, wire compatible with PostgreSQLyes infoANSI SQL queriesyesyes
APIs and other access methodsRESTful HTTP API
SPARQL
JDBCADO.NET
Direct SQL
IoT Microservice layer
JDBC
MQTT (Message Queue Telemetry Transport)
ODBC
RESTful HTTP API
ADO.NET
JDBC
ODBC
JDBC
ODBC
ODP.NET
Oracle Call Interface (OCI)
Supported programming languagesC#
Clojure
Java
Lisp
Perl
Python
Ruby
Scala
C#
C++
Clojure
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
Rust
C
C#
C++
Java
JavaScript
PHP
Python
VB.Net
Ada
C
C#
C++
D
Eiffel
Erlang
Haskell
Java
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
C
C++
Java
PL/SQL
Server-side scripts infoStored proceduresyes infoJavaScript or Common Lispnoyes info.Net, JavaScript, C/C++yesPL/SQL
Triggersyesnoyesyesno
Partitioning methods infoMethods for storing different data on different nodeswith Federationhorizontal 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 infoCustomizable business rules for partitioningnone
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-source replication
Source-replica replication
Multi-source replication using RAFTyes infoSynchronous and asynchronous realtime replication based on transaction logsMulti-source replication
Source-replica replication
XtraDB Cluster
Multi-source replication
Source-replica replication
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 ConsistencyImmediate Consistency
Tunable Consistency
Immediate ConsistencyImmediate Consistency or Eventual Consistency depending on configuration
Foreign keys infoReferential integritynoyesyes infowhen using SQLyesyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDACIDACIDACIDACID
Concurrency infoSupport for concurrent manipulation of datayesyesyes infoacross SQL and NoSQLyesyes
Durability infoSupport for making data persistentyesyesyesyesyes infoby means of logfiles and checkpoints
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.nonoyesyesyes
User concepts infoAccess controlUsers with fine-grained authorization concept, user roles and pluggable authenticationRole-based access controlFine grained user, group and file access rights managed across SQL (per ANSI standard) and NoSQL.Users with fine-grained authorization concept infono user groups or rolesfine grained access rights according to SQL-standard
More information provided by the system vendor
AllegroGraphCockroachDBFaircom EDGE infoformerly c-treeEDGEPercona Server for MySQLTimesTen
Specific characteristicsKnowledge Graph Platform Leader FedShard - Designed for Entity-Event Knowledge Graph...
» more
Competitive advantagesAllegroGraph is uniquely suited to support adhoc queries through SPARQL, Prolog and...
» more
News

Can Neuro-Symbolic AI Solve AI’s Weaknesses?
17 April 2024

100 Companies That Matter in KM – Franz Inc.
3 April 2024

Exploring AllegroGraph v8 – Unleashing the Power of Neuro-Symbolic AI (Recorded Webinar)
9 February 2024

What is Neuro-Symbolic AI?
23 January 2024

Allegro CL v11 – Now Available! – The Neuro-Symbolic AI Programming Platform
8 January 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

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

More resources
AllegroGraphCockroachDBFaircom EDGE infoformerly c-treeEDGEPercona Server for MySQLTimesTen
Recent citations in the news

Q&A: Can Neuro-Symbolic AI Solve AI’s Weaknesses?
8 April 2024, TDWI

AI predictions for 2024 unveil exciting technological horizons
21 November 2023, Wire19

Neuro-Symbolic AI: The Peak of Artificial Intelligence
16 November 2021, AiThority

Fuse Graph Neural Networks with Semantic Reasoning to Produce Complimentary Predictions
21 September 2021, Towards Data Science

Franz Releases the First Neuro-Symbolic AI Platform Merging Knowledge Graphs, Generative AI, and Vector Storage
11 December 2023, Datanami

provided by Google News

CockroachDB 23.2 Enhances Enterprise Architectures with Improved Postgres Compatibility and Built-in Resilience
18 January 2024, PR Newswire

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

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

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

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

Winners of the 2021 IoT Evolution Product of the Year Awards Announced
6 July 2021, IoT Evolution World

Trend-Setting Products in Data and Information Management for 2023
8 December 2022, Database Trends and Applications

How To Collect, Store, and Query IoT Data With MQTT + SQL
16 June 2022, IoT For All

Trend-Setting Products in Data and Information Management for 2024
6 December 2023, Database Trends and Applications

provided by Google News

A Momentous 2023, Headlined by a 19% increase of ARR, Positions Percona for Even Greater Success in the Year ...
27 March 2024, Business Wire

Update or migrate? Planning for MySQL 5.7 EOL
22 June 2023, InfoWorld

Sizing Up Servers: Intel's Skylake-SP Xeon versus AMD's EPYC 7000 - The Server CPU Battle of the Decade?
11 July 2017, AnandTech

How to deploy the Percona database performance monitor with Docker
24 February 2023, TechRepublic

ScaleFlux computational storage makes Percona MySQL faster – Blocks and Files
5 August 2020, Blocks & Files

provided by Google News

In-memory databases with Emulex Gen 7
25 October 2023, Broadcom Inc.

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.

Milvus logo

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

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB for free.

SingleStore logo

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

Present your product here