DB-EnginesExtremeDB: mitigate connectivity issues in a DBMSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > Faircom DB vs. FileMaker vs. SingleStore vs. ToroDB vs. YugabyteDB

System Properties Comparison Faircom DB vs. FileMaker vs. SingleStore vs. ToroDB vs. YugabyteDB

Editorial information provided by DB-Engines
NameFaircom DB infoformerly c-treeACE  Xexclude from comparisonFileMaker  Xexclude from comparisonSingleStore infoformer name was MemSQL  Xexclude from comparisonToroDB  Xexclude from comparisonYugabyteDB  Xexclude from comparison
ToroDB seems to be discontinued. Therefore it is excluded from the DB-Engines Ranking.
DescriptionNative high-speed multi-model DBMS for relational and key-value store data simultaneously accessible through SQL and NoSQL APIs.FileMaker is a cross-platform RDBMS that includes a GUI frontend.MySQL 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 typeA MongoDB-compatible JSON document store, built on top of PostgreSQLHigh-performance distributed SQL database for global, internet-scale applications. Wire and feature compatible with PostgreSQL.
Primary database modelKey-value store
Relational DBMS
Relational DBMSRelational DBMSDocument storeRelational DBMS
Secondary database modelsDocument store
Spatial DBMS
Time Series DBMS
Vector DBMS
Document store
Wide column store
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.24
Rank#311  Overall
#44  Key-value stores
#140  Relational DBMS
Score49.73
Rank#20  Overall
#14  Relational DBMS
Score5.91
Rank#61  Overall
#34  Relational DBMS
Score3.11
Rank#99  Overall
#51  Relational DBMS
Websitewww.faircom.com/­products/­faircom-dbwww.claris.com/­filemakerwww.singlestore.comgithub.com/­torodb/­serverwww.yugabyte.com
Technical documentationdocs.faircom.com/­docs/­en/­UUID-7446ae34-a1a7-c843-c894-d5322e395184.htmlwww.claris.com/­resources/­documentationdocs.singlestore.comdocs.yugabyte.com
github.com/­yugabyte/­yugabyte-db
DeveloperFairCom CorporationClaris infoa subsidiary of AppleSingleStore Inc.8KdataYugabyte Inc.
Initial release19791983201320162017
Current releaseV12, November 202019.4.1, November 20218.5, January 20242.19, September 2023
License infoCommercial or Open Sourcecommercial infoRestricted, free version availablecommercialcommercial infofree developer edition availableOpen Source infoAGPL-V3Open 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.
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 capabilitiesYugabyteDB Managed is the fully managed database-as-a-service offering of YugabyteDB. Get started quickly, and effortlessly ensure continuous availability and limitless scale of your cloud native applications.
Implementation languageANSI C, C++C++, GoJavaC and C++
Server operating systemsAIX
FreeBSD
HP-UX
Linux
NetBSD
OS X
QNX
SCO
Solaris
VxWorks
Windows infoeasily portable to other OSs
iOS infoclient part only
Linux
OS X
Windows
Linux info64 bit version requiredAll OS with a Java 7 VMLinux
OS X
Data schemeschema free, schema optional, schema required, partial schema,yesyesschema-freedepending on used data model
Typing infopredefined data types such as float or dateyes, ANSI SQL Types, JSON, typed binary structuresyesyesyes infostring, integer, double, boolean, date, object_idyes
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.noyes infoA http query request can return the data in XML formatnonono
Secondary indexesyesyesyesyes
SQL infoSupport of SQLyes, ANSI SQL with proprietary extensionsyes infovia pluginsyes infobut no triggers and foreign keysyes, PostgreSQL compatible
APIs and other access methodsADO.NET
Direct SQL
JDBC
JPA
ODBC
RESTful HTTP/JSON API
RESTful MQTT/JSON API
RPC
Filemaker WebDirect
JDBC
ODBC
Cluster Management API infoas HTTP Rest and CLI
HTTP API
JDBC
MongoDB API
ODBC
JDBC
YCQL, an SQL-based flexible-schema API with its roots in Cassandra Query Language
YSQL - a fully relational SQL API that is wire compatible with the SQL language in PostgreSQL
Supported programming languages.Net
C
C#
C++
Java
JavaScript (Node.js and browser)
PHP
Python
Visual Basic
PHPBash
C
C#
Java
JavaScript (Node.js)
Python
C
C#
C++
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
Rust
Scala
Server-side scripts infoStored proceduresyes info.Net, JavaScript, C/C++yesyesyes infosql, plpgsql, C
Triggersyesyesnonoyes
Partitioning methods infoMethods for storing different data on different nodesFile partitioning, horizontal partitioning, sharding infoCustomizable business rules for table partitioningnoneSharding infohash partitioningShardingHash and Range Sharding, row-level geo-partitioning
Replication methods infoMethods for redundantly storing data on multiple nodesyes, configurable to be parallel or serial, synchronous or asynchronous, uni-directional or bi-directional, ACID-consistent or eventually consistent (with custom conflict resolution).Source-replica replication, warm standby infosince Version 14Source-replica replication infostores two copies of each physical data partition on two separate nodesSource-replica replicationBased on Raft distributed consensus protocol, minimum 3 replicas for continuous availability
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonono infocan define user-defined aggregate functions for map-reduce-style calculationsno
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Immediate Consistency
Tunable consistency per server, database, table, and transaction
Immediate ConsistencyEventual Consistency
Immediate Consistency
Strong consistency on writes and tunable consistency on reads
Foreign keys infoReferential integrityyesyesnonoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datatunable from ACID to Eventually ConsistentnoACIDnoDistributed ACID with Serializable & Snapshot Isolation. Inspired by Google Spanner architecture.
Concurrency infoSupport for concurrent manipulation of datayesyesyes, multi-version concurrency control (MVCC)yesyes
Durability infoSupport for making data persistentYes, 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.yesyes infobased on RocksDB
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyesno
User concepts infoAccess controlFine grained access rights according to SQL-standard with additional protections for filessimple rights management via user accounts and connection to external directory servicesFine grained access control via users, groups and rolesAccess rights for users and rolesyes
More information provided by the system vendor
Faircom DB infoformerly c-treeACEFileMakerSingleStore infoformer name was MemSQLToroDBYugabyteDB
Specific characteristicsSingleStore offers a fully-managed , distributed, highly-scalable SQL database designed...
» more
YugabyteDB is an open source distributed SQL database for cloud native transactional...
» more
Competitive advantagesSingleStore’s competitive advantages include: Easy and Simplified Architecture with...
» more
PostgreSQL compatible: Get instantly productive with a PostgreSQL compatible RDBMS....
» more
Typical application scenariosDriving Fast Analytics: SingleStore delivers the fastest and most scalable reporting...
» more
Systems of record and engagement for cloud native applications that require resilience,...
» 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
2 Million+ lifetime clusters deployed, 6.5K+ GitHub stars, 7K YugabyteDB Community...
» more
Licensing and pricing modelsF ree Tier and Enterprise Edition
» more
Apache 2.0 license for the database
» 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
Faircom DB infoformerly c-treeACEFileMakerSingleStore infoformer name was MemSQLToroDBYugabyteDB
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

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

Reviews - Features
1 March 2024, Reverse Shot

Tilda Swinton on 'Problemista' Fan Horror Stories About Her Character
1 March 2024, IndieWire

Apple Filed for new Trademarks in the U.S. and Hong Kong this week for the Figurative Version of 'Reality Composer ...
15 October 2023, Patently Apple

Apple subsidiary FileMaker returns to its original name from the '80s
6 August 2019, The Verge

Claris FileMaker Pro 19 review
2 March 2022, TechRadar

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 and Files

SingleStore Accelerates Go-to-Market Strategy with AWS
5 March 2024, Business Wire

New AI features for developers in SingleStoreDB
29 January 2024, InfoWorld

SingleStore, Snowflake Help Customers Build Enterprise-Ready Generative AI Apps
3 January 2024, Acceleration Economy

provided by Google News

Yugabyte Achieves PCI DSS Level 1 Compliance, Validating Secure and Scalable Distributed PostgreSQL for ...
14 March 2024, Business Wire

YugabyteDB Becomes First Distributed SQL Database Vendor to Complete CIS Benchmark
1 February 2024, Datanami

Scout24 Selects YugabyteDB to Upscale Global Hospitality Management System with Global Distribution and High ...
6 February 2024, Yahoo Finance

Yugabyte adds multiregion Kubernetes support to YugabyteDB 2.18
24 May 2023, InfoWorld

YugabyteDB Managed Introduces Product Labs Experience for Immersive Distributed SQL Learning
16 November 2023, Business Wire

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

AllegroGraph logo

Graph Database Leader for AI Knowledge Graph Applications - The Most Secure Graph Database Available.
Free Download

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.

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