DB-EnginesExtremeDB for everyone with an RTOSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > EJDB vs. GraphDB vs. SQLite vs. Vertica vs. VictoriaMetrics

System Properties Comparison EJDB vs. GraphDB vs. SQLite vs. Vertica vs. VictoriaMetrics

Editorial information provided by DB-Engines
NameEJDB  Xexclude from comparisonGraphDB infoformer name: OWLIM  Xexclude from comparisonSQLite  Xexclude from comparisonVertica infoOpenText™ Vertica™  Xexclude from comparisonVictoriaMetrics  Xexclude from comparison
DescriptionEmbeddable document-store database library with JSON representation of queries (in MongoDB style)Enterprise-ready RDF and graph database with efficient reasoning, cluster and external index synchronization support. It supports also SQL JDBC access to Knowledge Graph and GraphQL over SPARQL.Widely used embeddable, in-process RDBMSCloud or off-cloud analytical database and query engine for structured and semi-structured streaming and batch data. Machine learning platform with built-in algorithms, data preparation capabilities, and model evaluation and management via SQL or Python.A fast, cost-effective and scalable Time Series DBMS and monitoring solution
Primary database modelDocument storeGraph DBMS
RDF store
Relational DBMSRelational DBMS infoColumn orientedTime Series DBMS
Secondary database modelsSpatial DBMS
Time Series DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.27
Rank#297  Overall
#44  Document stores
Score3.32
Rank#91  Overall
#6  Graph DBMS
#4  RDF stores
Score114.32
Rank#10  Overall
#7  Relational DBMS
Score10.68
Rank#43  Overall
#27  Relational DBMS
Score1.32
Rank#162  Overall
#14  Time Series DBMS
Websitegithub.com/­Softmotions/­ejdbwww.ontotext.comwww.sqlite.orgwww.vertica.comvictoriametrics.com
Technical documentationgithub.com/­Softmotions/­ejdb/­blob/­master/­README.mdgraphdb.ontotext.com/­documentationwww.sqlite.org/­docs.htmlvertica.com/­documentationdocs.victoriametrics.com
github.com/­VictoriaMetrics/­VictoriaMetrics/­wiki
Social network pagesLinkedInTwitterYouTubeGitHubMedium
DeveloperSoftmotionsOntotextDwayne Richard HippOpenText infopreviously Micro Focus and Hewlett PackardVictoriaMetrics
Initial release20122000200020052018
Current release10.4, October 20233.45.3  (15 April 2024), April 202412.0.3, January 2023v1.91, May 2023
License infoCommercial or Open SourceOpen Source infoGPLv2commercial infoSome plugins of GraphDB Workbench are open sourcedOpen Source infoPublic Domaincommercial infoLimited community edition freeOpen Source infoApache Version 2.0
Cloud-based only infoOnly available as a cloud servicenononono infoon-premises, all major clouds - Amazon AWS, Microsoft Azure, Google Cloud Platform and containersno
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageCJavaCC++Go
Server operating systemsserver-lessAll OS with a Java VM
Linux
OS X
Windows
server-lessLinuxFreeBSD
Linux
macOS
OpenBSD
Data schemeschema-freeschema-free and OWL/RDFS-schema support; RDF shapesyes infodynamic column typesYes, but also semi-structure/unstructured data storage, and complex hierarchical data (like Parquet) stored and/or queried.
Typing infopredefined data types such as float or dateyes infostring, integer, double, bool, date, object_idyesyes infonot rigid because of 'dynamic typing' concept.yes
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 indexesnoyes, supports real-time synchronization and indexing in SOLR/Elastic search/Lucene and GeoSPARQL geometry data indexesyesNo Indexes Required. Different internal optimization strategy, but same functionality included.
SQL infoSupport of SQLnostored SPARQL accessed as SQL using Apache Calcite through JDBC/ODBCyes infoSQL-92 is not fully supportedFull 1999 standard plus machine learning, time series and geospatial. Over 650 functions.no
APIs and other access methodsin-process shared libraryGeoSPARQL
GraphQL
GraphQL Federation
Java API
JDBC
RDF4J API
RDFS
RIO
Sail API
Sesame REST HTTP Protocol
SPARQL 1.1
ADO.NET infoinofficial driver
JDBC infoinofficial driver
ODBC infoinofficial driver
ADO.NET
JDBC
Kafka Connector
ODBC
RESTful HTTP API
Spark Connector
vSQL infocharacter-based, interactive, front-end utility
Graphite protocol
InfluxDB Line Protocol
OpenTSDB
Prometheus Query API
Prometheus Remote Read/Write
Supported programming languagesActionscript
C
C#
C++
Go
Java
JavaScript (Node.js)
Lua
Objective-C
Pike
Python
Ruby
.Net
C#
Clojure
Java
JavaScript (Node.js)
PHP
Python
Ruby
Scala
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++
Go
Java
JavaScript (Node.js)
Perl
PHP
Python
R
Server-side scripts infoStored proceduresnowell-defined plugin interfaces; JavaScript server-side extensibilitynoyes, PostgreSQL PL/pgSQL, with minor differencesno
Triggersnonoyesyes, called Custom Alertsno
Partitioning methods infoMethods for storing different data on different nodesnonenonenonehorizontal partitioning, hierarchical partitioning
Replication methods infoMethods for redundantly storing data on multiple nodesnoneMulti-source replicationnoneMulti-source replication infoOne, or more copies of data replicated across nodes, or object-store used for repository.Synchronous replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnononono infoBi-directional Spark integrationno
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate Consistency, Eventual consistency (configurable in cluster mode per master or individual client request)Immediate ConsistencyEventual Consistency
Foreign keys infoReferential integrityno infotypically not needed, however similar functionality with collection joins possibleyes infoConstraint checkingyesyesno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoACIDACIDACIDno
Concurrency infoSupport for concurrent manipulation of datayes infoRead/Write Lockingyesyes infovia file-system locksyesyes
Durability infoSupport for making data persistentyesyesyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesnono
User concepts infoAccess controlnoDefault Basic authentication through RDF4J client, or via Java when run with cURL, default token-based in the Workbench or via Rest API, optional access through OpenID or Kerberos single sign-on.nofine grained access rights according to SQL-standard; supports Kerberos, LDAP, Ident and hash
More information provided by the system vendor
EJDBGraphDB infoformer name: OWLIMSQLiteVertica infoOpenText™ Vertica™VictoriaMetrics
Specific characteristicsOntotext GraphDB is a semantic database engine that allows organizations to build...
» more
Deploy-anywhere database for large-scale analytical deployments. Deploy off-cloud,...
» more
Competitive advantagesGraphDB allows you to link text and data in big knowledge graphs. It’s easy to experiment...
» more
Fast, scalable, and capable of high concurrency. Separation of compute/storage leverages...
» more
Typical application scenariosMetadata enrichment and management, linked data publishing, semantic inferencing...
» more
Communication and network analytics, Embedded analytics, Fraud monitoring and Risk...
» more
Key customers​ GraphDB provides a platform for building next-generation AI and Knowledge Graph...
» more
Abiba Systems, Adform, adMarketplace, AmeriPride, Anritsu, AOL, Avito, Auckland Transport,...
» more
Market metricsGraphDB is the most utilized semantic triplestore for mission-critical enterprise...
» more
Licensing and pricing modelsGraphDB Free is a non-commercial version and is free to use. GraphDB Enterprise edition...
» more
Cost-based models and subscription-based models are both available. One license is...
» more
News

Migrating From LPG to RDF Graph Model
8 May 2024

Case study: Policy Enforcement Automation With Semantics
2 May 2024

Okay, RAG… We Have a Problem
26 April 2024

Scaling Understanding with the Help of Feedback Loops, Knowledge Graphs and NLP
19 April 2024

How Knowledge Graphs Power Data Mesh and Data Fabric
10 April 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
3rd partiesNavicat for SQLite is a powerful and comprehensive SQLite GUI that provides a complete set of functions for database management and development.
» more

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

More resources
EJDBGraphDB infoformer name: OWLIMSQLiteVertica infoOpenText™ Vertica™VictoriaMetrics
DB-Engines blog posts

Big gains for Relational Database Management Systems in DB-Engines Ranking
2 February 2016, Matthias Gelbmann

show all

Recent citations in the news

Ontotext's GraphDB Solution is Now Available on the Microsoft Azure Marketplace
16 January 2024, PR Newswire

Ontotext Unveils GraphDB 10.4 with Enhanced AWS Integration and ChatGPT Connector
24 October 2023, Datanami

Ontotext Platform 3.0 for Enterprise Knowledge Graphs Released
18 December 2019, KDnuggets

It's just semantics: Bulgarian software dev Ontotext squeezes out GraphDB 9.1
15 January 2020, The Register

Ontotext's GraphDB 10 Brings Modern Data Architectures to the Mainstream with Better Resilience and Еаsier Operations
5 July 2022, PR Newswire

provided by Google News

How to work with Dapper and SQLite in ASP.NET Core
10 May 2024, InfoWorld

SQLite's new support for binary JSON is similar but different from a PostgreSQL feature • DEVCLASS
16 January 2024, DevClass

Stanchion Turns SQLite Into A Column Store
15 February 2024, iProgrammer

Universal API Access from Postgres and SQLite
27 February 2024, O'Reilly Media

Another Look At The Bcachefs Performance on Linux 6.7 Review
30 November 2023, Phoronix

provided by Google News

OCI Object Storage Completes Technical Validation of Vertica in Eon Mode
16 October 2023, blogs.oracle.com

Stonebraker Seeks to Invert the Computing Paradigm with DBOS
12 March 2024, Datanami

Vertica by OpenText and Anritsu Sign New Deal for Next-Gen Architecture and 5G Network Capabilities
17 May 2023, PR Newswire

OpenText expands enterprise portfolio with AI and Micro Focus integrations
25 July 2023, VentureBeat

OpenText integrates Micro Focus tech through Cloud Editions 23.3
26 July 2023, Techzine Europe

provided by Google News

OpenTelemetry Is Too Complicated, VictoriaMetrics Says
1 April 2024, Datanami

KubeCon24: VictoriaMetrics' Simpler Alternative to Prometheus
20 March 2024, The New Stack

How VictoriaMetrics' open source approach led to mass industry adoption
3 May 2024, Tech.eu

VictoriaMetrics Machine Learning takes monitoring to the next level
19 March 2024, Business Wire

VictoriaMetrics takes organic growth over investor pressure
11 December 2023, The Register

provided by Google News



Share this page

Featured Products

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.

SingleStore logo

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

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

Present your product here