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 > Derby vs. Dgraph vs. ObjectBox vs. Solr vs. Transbase

System Properties Comparison Derby vs. Dgraph vs. ObjectBox vs. Solr vs. Transbase

Editorial information provided by DB-Engines
NameDerby infooften called Apache Derby, originally IBM Cloudscape; contained in the Java SDK as JavaDB  Xexclude from comparisonDgraph  Xexclude from comparisonObjectBox  Xexclude from comparisonSolr  Xexclude from comparisonTransbase  Xexclude from comparison
DescriptionFull-featured RDBMS with a small footprint, either embedded into a Java application or used as a database server.Distributed and scalable native Graph DBMSExtremely fast embedded database for small devices, IoT and MobileA widely used distributed, scalable search engine based on Apache LuceneA resource-optimized, high-performance, universally applicable RDBMS
Primary database modelRelational DBMSGraph DBMSObject oriented DBMSSearch engineRelational DBMS
Secondary database modelsTime Series DBMSSpatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score4.71
Rank#69  Overall
#37  Relational DBMS
Score1.45
Rank#156  Overall
#15  Graph DBMS
Score1.20
Rank#170  Overall
#5  Object oriented DBMS
Score42.91
Rank#24  Overall
#3  Search engines
Score0.11
Rank#341  Overall
#150  Relational DBMS
Websitedb.apache.org/­derbydgraph.ioobjectbox.iosolr.apache.orgwww.transaction.de/­en/­products/­transbase.html
Technical documentationdb.apache.org/­derby/­manuals/­index.htmldgraph.io/­docsdocs.objectbox.iosolr.apache.org/­resources.htmlwww.transaction.de/­en/­products/­transbase/­features.html
DeveloperApache Software FoundationDgraph Labs, Inc.ObjectBox LimitedApache Software FoundationTransaction Software GmbH
Initial release19972016201720061987
Current release10.17.1.0, November 20239.6.0, April 2024Transbase 8.3, 2022
License infoCommercial or Open SourceOpen Source infoApache version 2Open Source infoApache 2.0Open Source infoApache License 2.0Open Source infoApache Version 2commercial infofree development license
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 languageJavaGoC and C++JavaC and C++
Server operating systemsAll OS with a Java VMLinux
OS X
Windows
Android
iOS
Linux
macOS
Windows
All OS with a Java VM inforuns as a servlet in servlet container (e.g. Tomcat, Jetty is included)FreeBSD
Linux
macOS
Solaris
Windows
Data schemeyesschema-freeyesyes infoDynamic Fields enables on-the-fly addition of new fieldsyes
Typing infopredefined data types such as float or dateyesyesyesyes infosupports customizable data types and automatic typingyes
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 infoAll search fields are automatically indexedyes
SQL infoSupport of SQLyesnonoSolr Parallel SQL Interfaceyes
APIs and other access methodsJDBCGraphQL query language
gRPC (using protocol buffers) API
HTTP API
Proprietary native APIJava API
RESTful HTTP/JSON API
ADO.NET
JDBC
ODBC
Proprietary native API
Supported programming languagesJavaC#
C++
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
C
C++
Dart
Go
Java
JavaScript infoplanned (as of Jan 2019)
Kotlin
Python infoplanned (as of Jan 2019)
Swift
.Net
Erlang
Java
JavaScript
any language that supports sockets and either XML or JSON
Perl
PHP
Python
Ruby
Scala
C
C#
C++
Java
JavaScript
Kotlin
Objective-C
PHP
Python
Server-side scripts infoStored proceduresJava Stored ProceduresnonoJava pluginsyes
Triggersyesnonoyes infoUser configurable commands triggered on index changesyes
Partitioning methods infoMethods for storing different data on different nodesnoneyesnoneSharding
Replication methods infoMethods for redundantly storing data on multiple nodesSource-replica replicationSynchronous replication via Raftonline/offline synchronization between client and serveryesSource-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnononospark-solr: github.com/­lucidworks/­spark-solr and streaming expressions to reduceno
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyImmediate ConsistencyImmediate ConsistencyEventual ConsistencyImmediate Consistency
Foreign keys infoReferential integrityyesnoyesnoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDACIDACIDoptimistic lockingyes
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
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.yesnoyesno
User concepts infoAccess controlfine grained access rights according to SQL-standardno infoPlanned for future releasesyesyesfine grained access rights according to SQL-standard
More information provided by the system vendor
Derby infooften called Apache Derby, originally IBM Cloudscape; contained in the Java SDK as JavaDBDgraphObjectBoxSolrTransbase
News

The first On-Device Vector Database: ObjectBox 4.0
16 May 2024

Edge AI: The era of on-device AI
23 April 2024

In-Memory Database Use Cases
15 February 2024

Data Viewer for Objects – announcing ObjectBox Admin
14 November 2023

Vector Databases for Edge AI
9 August 2023

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
Derby infooften called Apache Derby, originally IBM Cloudscape; contained in the Java SDK as JavaDBDgraphObjectBoxSolrTransbase
DB-Engines blog posts

Elasticsearch replaced Solr as the most popular search engine
12 January 2016, Paul Andlinger

Enterprise Search Engines almost double their popularity in the last 12 months
2 July 2014, Paul Andlinger

The DB-Engines ranking includes now search engines
4 February 2013, Paul Andlinger

show all

Recent citations in the news

JDBC tutorial: Easy installation and setup with Apache Derby
20 December 2019, TheServerSide.com

Installing Apache Hive 3.1.2 on Windows 10 | by Hadi Fadlallah
3 May 2020, Towards Data Science

No, Citrix did not kill CloudStack
15 September 2014, InfoWorld

A gentle introduction to Apache Druid in Google Cloud Platform
21 October 2019, Towards Data Science

JDBC in Java: 5 facts to know before you begin
30 May 2019, TheServerSide.com

provided by Google News

Dgraph on AWS: Setting up a horizontally scalable graph database | Amazon Web Services
1 September 2020, AWS Blog

Popular Open Source GraphQL Company Dgraph Secures $6M in Seed Round with New Leadership
20 July 2022, PR Newswire

Dgraph Rises to the Top Graph Database on GitHub With 11 G2 Badges and 11M Downloads
26 May 2021, businesswire.com

Dgraph Raises $6M in Seed Funding
20 July 2022, FinSMEs

Dgraph GraphQL database users detail graph use cases
20 April 2021, TechTarget

provided by Google News

A Quick Look at Open Source Databases for Mobile App Development
29 April 2018, Open Source For You

provided by Google News

Solana Token Creator by Solr Network Becomes the Fastest-Growing Platform on Solana
17 May 2024, Digital Journal

SOLR hosts May Day amid ongoing contract negotiations
13 May 2024, Daily Northwestern

SOLR-led walkout demands better conditions for Compass workers
27 February 2024, Daily Northwestern

Best Practices from Rackspace for Modernizing a Legacy HBase/Solr Architecture Using AWS Services | Amazon Web ...
9 October 2023, AWS Blog

Top 5 stock gainers and losers: SOLR.V, GRSL.V, ANON.C
21 November 2023, Equity.Guru

provided by Google News



Share this page

Featured Products

SingleStore logo

Build AI apps with Vectors on SQL and JSON with milliseconds response times.
Try it today.

RaimaDB logo

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

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