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 > Faircom EDGE vs. JaguarDB vs. SAP IQ vs. Snowflake vs. Tarantool

System Properties Comparison Faircom EDGE vs. JaguarDB vs. SAP IQ vs. Snowflake vs. Tarantool

Editorial information provided by DB-Engines
NameFaircom EDGE infoformerly c-treeEDGE  Xexclude from comparisonJaguarDB  Xexclude from comparisonSAP IQ infoformer name: Sybase IQ  Xexclude from comparisonSnowflake  Xexclude from comparisonTarantool  Xexclude from comparison
DescriptionFairCom EDGE is an Industry 4.0 solution built to integrate, collect, aggregate and synchronize mission-critical data in edge computing environmentsPerformant, highly scalable DBMS for AI and IoT applicationsColumnar RDBMS optimized for Big Data analyticsCloud-based data warehousing service for structured and semi-structured dataIn-memory computing platform with a flexible data schema for efficiently building high-performance applications
Primary database modelKey-value store
Relational DBMS
Key-value store
Vector DBMS
Relational DBMS infocolumn-orientedRelational DBMSDocument store
Key-value store
Relational DBMS
Secondary database modelsSpatial DBMS infowith Tarantool/GIS extension
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.02
Rank#368  Overall
#54  Key-value stores
#156  Relational DBMS
Score0.00
Rank#383  Overall
#60  Key-value stores
#13  Vector DBMS
Score2.75
Rank#104  Overall
#53  Relational DBMS
Score121.33
Rank#9  Overall
#6  Relational DBMS
Score1.72
Rank#144  Overall
#25  Document stores
#25  Key-value stores
#66  Relational DBMS
Websitewww.faircom.com/­products/­faircom-edgewww.jaguardb.comwww.sap.com/­products/­technology-platform/­sybase-iq-big-data-management.htmlwww.snowflake.comwww.tarantool.io
Technical documentationdocs.faircom.com/­docs/­en/­UUID-23d4f1fd-d213-f6d5-b92e-9b7475baa14e.htmlwww.jaguardb.com/­support.htmlhelp.sap.com/­docs/­SAP_IQdocs.snowflake.net/­manuals/­index.htmlwww.tarantool.io/­en/­doc
DeveloperFairCom CorporationDataJaguar, Inc.SAP, formerly SybaseSnowflake Computing Inc.VK
Initial release19792015199420142008
Current releaseV3, October 20203.3 July 202316.1 SPS04, April 20192.10.0, May 2022
License infoCommercial or Open Sourcecommercial infoRestricted, free version availableOpen Source infoGPL V3.0commercialcommercialOpen Source infoBSD-2, source-available extensions (modules), commercial licenses for Tarantool Enterprise
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.
Implementation languageANSI C, C++C++ infothe server part. Clients available in other languagesC and C++
Server operating systemsAndroid
Linux infoARM, x86
Raspbian
Windows
LinuxAIX
HP-UX
Linux
Solaris
Windows
hostedBSD
Linux
macOS
Data schemeFlexible Schema (defined schema, partial schema, schema free)yesyesyes infosupport of semi-structured data formats (JSON, XML, Avro)Flexible data schema: relational definition for tables with ability to store json-like documents in columns
Typing infopredefined data types such as float or dateyes, ANSI Standard SQL Typesyesyesyesstring, double, decimal, uuid, integer, blob, boolean, datetime
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.yesnonoyesno
Secondary indexesyesyesyesyes
SQL infoSupport of SQLyes infoANSI SQL queriesA subset of ANSI SQL is implemented infobut no views, foreign keys, triggersyesyesFull-featured ANSI SQL support
APIs and other access methodsADO.NET
Direct SQL
IoT Microservice layer
JDBC
MQTT (Message Queue Telemetry Transport)
ODBC
RESTful HTTP API
JDBC
ODBC
ADO.NET
JDBC
ODBC
RESTful HTTP API
CLI Client
JDBC
ODBC
Open binary protocol
Supported programming languagesC
C#
C++
Java
JavaScript
PHP
Python
VB.Net
C
C++
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
Scala
C
C#
C++
Java
Perl
PHP
Python
Ruby
JavaScript (Node.js)
Python
C
C#
C++
Erlang
Go
Java
JavaScript
Lua
Perl
PHP
Python
Rust
Server-side scripts infoStored proceduresyes info.Net, JavaScript, C/C++noyesuser defined functionsLua, C and SQL stored procedures
Triggersyesnoyesno infosimilar concept for controling cloud resourcesyes, before/after data modification events, on replication events, client session events
Partitioning methods infoMethods for storing different data on different nodesFile partitioning infoCustomizable business rules for partitioningShardingshared disk or shared nothing architectures with SAP IQ MultiplexeryesSharding, partitioned with virtual buckets by user defined affinity key. Live resharding for scale up and scale down without maintenance downtime.
Replication methods infoMethods for redundantly storing data on multiple nodesyes infoSynchronous and asynchronous realtime replication based on transaction logsMulti-source replicationSAP/Sybase Replication ServeryesAsynchronous replication with multi-master option
Configurable replication topology (full-mesh, chain, star)
Synchronous quorum replication (with Raft)
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonoHadoop integrationno
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate Consistency
Tunable Consistency
Eventual ConsistencyImmediate ConsistencyImmediate 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
Foreign keys infoReferential integrityyes infowhen using SQLnoyesyesyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDnoACIDACIDACID, with serializable isolation and linearizable read (within partition); Configurable MVCC (within partition); No cross-shard distributed transactions
Concurrency infoSupport for concurrent manipulation of datayes infoacross SQL and NoSQLyesyesyesyes, cooperative multitasking
Durability infoSupport for making data persistentyesyesyesyesyes, write ahead logging
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesnononoyes, full featured in-memory storage engine with persistence
User concepts infoAccess controlFine grained user, group and file access rights managed across SQL (per ANSI standard) and NoSQL.rights management via user accountsfine grained access rights according to SQL-standardUsers with fine-grained authorization concept, user roles and pluggable authenticationAccess Control Lists
Mutual TLS authentication for Tarantol Enterprise
Password based authentication
Role-based access control (RBAC) and LDAP for Tarantol Enterprise
Users and Roles

More information provided by the system vendor

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

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

More resources
Faircom EDGE infoformerly c-treeEDGEJaguarDBSAP IQ infoformer name: Sybase IQSnowflakeTarantool
DB-Engines blog posts

Snowflake is the DBMS of the Year 2022, defending the title from last year
3 January 2023, Matthias Gelbmann, Paul Andlinger

Snowflake is the DBMS of the Year 2021
3 January 2022, Paul Andlinger, Matthias Gelbmann

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

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

New Services in SAP HANA Cloud Lower TCO for Customers in Data-Intensive, Highly Regulated Industries
7 April 2021, SAP News

SAP Again Named a Leader in 2021 Gartner® Magic Quadrant™ for Cloud Database Management Systems
16 December 2021, SAP News

Independent Research Firm Names SAP a Leader in Data Management for Analytics
17 February 2020, SAP News

SAP Scales Out HANA In-Memory For Clouds
6 March 2014, EnterpriseAI

provided by Google News

Stream data into Snowflake using Amazon Data Firehose and Snowflake Snowpipe Streaming
17 April 2024, AWS Blog

Infosys at Snowflake Data Cloud Summit 2024
3 May 2024, Infosys

Snowflake Data Clean Rooms Democratize Secure Data Sharing Across Clouds
24 April 2024, Acceleration Economy

ZettaBlock Enhances Snowflake Data Share to Include Sui Blockchain Data
2 May 2024, CoinTrust

Snowflake sees surge in AI analysis in cloud data warehouse – Blocks and Files
25 March 2024, Blocks & Files

provided by Google News

In-Memory Showdown: Redis vs. Tarantool
4 April 2023, Хабр

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

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



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

SingleStore logo

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

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