DB-EnginesextremeDB - solve IoT connectivity disruptionsEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by Redgate Software

DBMS > AllegroGraph vs. InterSystems IRIS vs. SAP Adaptive Server vs. SQLite vs. Tarantool

System Properties Comparison AllegroGraph vs. InterSystems IRIS vs. SAP Adaptive Server vs. SQLite vs. Tarantool

Editorial information provided by DB-Engines
NameAllegroGraph  Xexclude from comparisonInterSystems IRIS  Xexclude from comparisonSAP Adaptive Server infoformer name: Sybase ASE  Xexclude from comparisonSQLite  Xexclude from comparisonTarantool  Xexclude from comparison
DescriptionHigh performance, persistent RDF store with additional support for Graph DBMSA containerised multi-model DBMS, interoperability and analytics data platform with wide capabilities for vertical and horizontal scalabilityThe SAP (Sybase) Adaptive Server Enterprise (ASE) is an enterprise-class RDBMSWidely used embeddable, in-process RDBMSIn-memory computing platform with a flexible data schema for efficiently building high-performance applications
Primary database modelDocument store infowith version 6.5
Graph DBMS
RDF store
Vector DBMS
Document store
Key-value store
Object oriented DBMS
Relational DBMS
Relational DBMSRelational DBMSDocument store
Key-value store
Relational DBMS
Secondary database modelsSpatial DBMSSpatial DBMS infowith Boeing's Spatial Query ServerSpatial DBMS infowith Tarantool/GIS extension
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.75
Rank#215  Overall
#36  Document stores
#19  Graph DBMS
#9  RDF stores
#11  Vector DBMS
Score2.76
Rank#96  Overall
#17  Document stores
#16  Key-value stores
#1  Object oriented DBMS
#49  Relational DBMS
Score31.48
Rank#25  Overall
#17  Relational DBMS
Score99.49
Rank#10  Overall
#7  Relational DBMS
Score1.50
Rank#143  Overall
#25  Document stores
#24  Key-value stores
#65  Relational DBMS
Websiteallegrograph.comwww.intersystems.com/­products/­intersystems-iriswww.sap.com/­products/­technology-platform/­sybase-ase.htmlwww.sqlite.orgwww.tarantool.io
Technical documentationfranz.com/­agraph/­support/­documentation/­current/­agraph-introduction.htmldocs.intersystems.com/­irislatest/­csp/­docbook/­DocBook.UI.Page.clshelp.sap.com/­docs/­SAP_ASEwww.sqlite.org/­docs.htmlwww.tarantool.io/­en/­doc
DeveloperFranz Inc.InterSystemsSAP, SybaseDwayne Richard HippVK
Initial release20042018198720002008
Current release8.0, December 20232023.3, June 202316.03.46.1  (13 August 2024), August 20242.10.0, May 2022
License infoCommercial or Open Sourcecommercial infoLimited community edition freecommercialcommercialOpen Source infoPublic DomainOpen Source infoBSD-2, source-available extensions (modules), commercial licenses for Tarantool Enterprise
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 languageC and C++CC and C++
Server operating systemsLinux
OS X
Windows
AIX
Linux
macOS
Ubuntu
Windows
AIX
HP-UX
Linux
Solaris
Unix
Windows
server-lessBSD
Linux
macOS
Data schemeyes infoRDF schemasdepending on used data modelyesyes infodynamic column typesFlexible data schema: relational definition for tables with ability to store json-like documents in columns
Typing infopredefined data types such as float or dateyesyesyesyes infonot rigid because of 'dynamic typing' concept.string, 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.no infobulk load of XML files possibleyesnonono
Secondary indexesyesyesyesyesyes
SQL infoSupport of SQLSPARQL is used as query languageyesyesyes infoSQL-92 is not fully supportedFull-featured ANSI SQL support
APIs and other access methodsRESTful HTTP API
SPARQL
JDBC
ODBC
RESTful HTTP API
ADO.NET
JDBC
ODBC
OLE DB
Tabular Data Stream (TDS)
ADO.NET infoinofficial driver
JDBC infoinofficial driver
ODBC infoinofficial driver
Open binary protocol
Supported programming languagesC#
Clojure
Java
Lisp
Perl
Python
Ruby
Scala
.Net
C++
Java
JavaScript (Node.js)
Python
C
C++
Cobol
Java
Java
Perl
PHP
Python
Actionscript
Ada
Basic
C
C#
C++
D
Delphi
Forth
Fortran
Haskell
Java
JavaScript
Lisp
Lua
MatLab
Objective-C
OCaml
Perl
PHP
PL/SQL
Python
R
Ruby
Scala
Scheme
Smalltalk
Tcl
C
C#
C++
Erlang
Go
Java
JavaScript
Lua
Perl
PHP
Python
Rust
Server-side scripts infoStored proceduresyes infoJavaScript or Common LispyesJava and Transact-SQLnoLua, C and SQL stored procedures
Triggersyesyesyesyesyes, before/after data modification events, on replication events, client session events
Partitioning methods infoMethods for storing different data on different nodeswith FederationShardinghorizontal partitioningnoneSharding, 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 nodesMulti-source replication
Source-replica replication
Source-replica replicationMulti-source replication
Source-replica replication
noneAsynchronous 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 methodsnononono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate Consistency or Eventual Consistency depending on configurationImmediate 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 integritynoyesyesyesyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDACIDACIDACIDACID, with serializable isolation and linearizable read (within partition); Configurable MVCC (within partition); No cross-shard distributed transactions
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes infovia file-system locksyes, 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.noyesyesyes, full featured in-memory storage engine with persistence
User concepts infoAccess controlUsers with fine-grained authorization concept, user roles and pluggable authenticationyesfine grained access rights according to SQL-standardnoAccess 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
AllegroGraphInterSystems IRISSAP Adaptive Server infoformer name: Sybase ASESQLiteTarantool
Specific characteristicsInterSystems IRIS is a complete cloud-first data platform which includes a multi-model...
» more
News

AllegroGraph Named a 2024 Trend Setting Product
16 September 2024

Gartner recognized Franz Inc. as a Key Neuro-Symbolic AI Provider in 2024 Hype Cycle for AI
10 September 2024

Next-Generation Cybersecurity: Integrating Knowledge Graphs and Neuro-Symbolic AI with STIX and TAXII
10 September 2024

Pruning Cycles in UMLS Metathesaurus: A Neuro Symbolic AI Approach
9 September 2024

Podcast – Gartner AI Hype Cycle – Knowledge Graphs and Neuro-Symbolic AI
24 August 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
AllegroGraphInterSystems IRISSAP Adaptive Server infoformer name: Sybase ASESQLiteTarantool
DB-Engines blog posts

Big gains for Relational Database Management Systems in DB-Engines Ranking
2 February 2016, 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

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

Embracing the Power of Knowledge Graphs at Data Summit 2023
10 May 2023, Database Trends and Applications

Why dynamically visualizing relationships in data matters
21 June 2018, InfoWorld

Is Deep Learning too superficial?
27 September 2018, AI Business

Putting data back into the hands of owners
19 December 2016, TechCrunch

provided by Google News

InterSystems TrakCare and InterSystems IRIS for Health to underpin deployment of fully unified future-ready AI-driven healthcare ecosystem at NEOM
24 July 2024, PR Newswire

Consultmed moving its e-referral software to InterSystems's IRIS for Health and more briefs
5 May 2024, Mobihealth News

NEOM partners with InterSystems to enable AI-driven healthcare experience
25 July 2024, Yahoo Finance

InterSystems collaborates with Imagelink Software to accelerate digital transformation for Malaysian government and businesses with next-generation document management solution
24 April 2024, PR Newswire

Epic to use InterSystems as data foundation for latest EHR release
13 October 2020, Healthcare IT News

provided by Google News

Achieve zero RPO for your SAP ASE (Sybase) databases with Amazon FSx for NetApp ONTAP
7 May 2024, AWS Blog

Unlock AI innovation with new joint capabilities from Microsoft and SAP
4 June 2024, azure.microsoft.com

Newly Patched SAP ASE Flaws Could Let Attackers Hack Database Servers
3 June 2020, The Hacker News

SAP Sapphire 2024 - why does SAP plan to acquire WalkMe? An early unvarnished take
6 June 2024, diginomica

This global bank is testing a move from Sybase to MongoDB
24 January 2024, The Stack

provided by Google News

Google’s AI Tool Big Sleep Finds Zero-Day Vulnerability in SQLite Database Engine
4 November 2024, The Hacker News

Google: Big Sleep AI Agent Puts SQLite Software Bug to Bed
4 November 2024, Dark Reading

Google claims Big Sleep 'first' AI to spot freshly committed security bug that fuzzing missed
5 November 2024, The Register

Google uses large language model to discover real-world vulnerability
4 November 2024, The Record from Recorded Future News

Google Claims World First As AI Finds 0-Day Security Vulnerability
5 November 2024, Forbes

provided by Google News

Deploying Tarantool Cartridge applications with zero effort (Part 1)
16 December 2019, Хабр

VShard — horizontal scaling in Tarantool
7 March 2019, Хабр

Accelerating PHP connectors for Tarantool using Async, Swoole, and Parallel
18 December 2019, Хабр

IIoT platform databases – How Mail.ru Cloud Solutions deals with petabytes of data coming from a multitude of devices
11 August 2020, Хабр

provided by Google News



Share this page

Featured Products

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online 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

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB 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