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

DBMS > Apache Drill vs. BigObject vs. Elasticsearch vs. ObjectBox vs. Tibero

System Properties Comparison Apache Drill vs. BigObject vs. Elasticsearch vs. ObjectBox vs. Tibero

Editorial information provided by DB-Engines
NameApache Drill  Xexclude from comparisonBigObject  Xexclude from comparisonElasticsearch  Xexclude from comparisonObjectBox  Xexclude from comparisonTibero  Xexclude from comparison
DescriptionSchema-free SQL Query Engine for Hadoop, NoSQL and Cloud StorageAnalytic DBMS for real-time computations and queriesA distributed, RESTful modern search and analytics engine based on Apache Lucene infoElasticsearch lets you perform and combine many types of searches such as structured, unstructured, geo, and metricExtremely fast embedded database for small devices, IoT and MobileA secure RDBMS, designed for easy portability from Oracle
Primary database modelDocument store
Relational DBMS
Relational DBMS infoa hierachical model (tree) can be imposedSearch engineObject oriented DBMSRelational DBMS
Secondary database modelsDocument store
Spatial DBMS
Vector DBMS
Time Series DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score1.95
Rank#127  Overall
#23  Document stores
#60  Relational DBMS
Score0.13
Rank#333  Overall
#147  Relational DBMS
Score135.35
Rank#7  Overall
#1  Search engines
Score1.20
Rank#170  Overall
#5  Object oriented DBMS
Score1.78
Rank#140  Overall
#64  Relational DBMS
Websitedrill.apache.orgbigobject.iowww.elastic.co/­elasticsearchobjectbox.ious.tmaxsoft.com/­products/­tibero
Technical documentationdrill.apache.org/­docsdocs.bigobject.iowww.elastic.co/­guide/­en/­elasticsearch/­reference/­current/­index.htmldocs.objectbox.iotechnet.tmaxsoft.com/­upload/­download/­online/­tibero/­pver-20150504-000002/­index.html
DeveloperApache Software FoundationBigObject, Inc.ElasticObjectBox LimitedTmaxSoft
Initial release20122015201020172003
Current release1.20.3, January 20238.6, January 20236, April 2015
License infoCommercial or Open SourceOpen Source infoApache Version 2commercial infofree community edition availableOpen Source infoElastic LicenseOpen Source infoApache License 2.0commercial
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 languageJavaC and C++C and Assembler
Server operating systemsLinux
OS X
Windows
Linux infodistributed as a docker-image
OS X infodistributed as a docker-image (boot2docker)
Windows infodistributed as a docker-image (boot2docker)
All OS with a Java VMAndroid
iOS
Linux
macOS
Windows
AIX
HP-UX
Linux
Solaris
Windows
Data schemeschema-freeyesschema-free infoFlexible type definitions. Once a type is defined, it is persistentyesyes
Typing infopredefined data types such as float or dateyesyesyesyesyes
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.nonononoyes
Secondary indexesnoyesyes infoAll search fields are automatically indexedyesyes
SQL infoSupport of SQLSQL SELECT statement is SQL:2003 compliantSQL-like DML and DDL statementsSQL-like query languagenoyes
APIs and other access methodsJDBC
ODBC
RESTful HTTP API
fluentd
ODBC
RESTful HTTP API
Java API
RESTful HTTP/JSON API
Proprietary native APIJDBC
ODBC
ODP.NET
Oracle Call Interface (OCI)
Tibero CLI
Supported programming languagesC++.Net
Groovy
Community Contributed Clients
Java
JavaScript
Perl
PHP
Python
Ruby
C
C++
Dart
Go
Java
JavaScript infoplanned (as of Jan 2019)
Kotlin
Python infoplanned (as of Jan 2019)
Swift
C
C#
C++
Cobol
Java
Objective-C
Perl
PHP
Python
Ruby
Visual Basic
Server-side scripts infoStored proceduresuser defined functionsLuayesnoPersistent Stored Procedure (PSM)
Triggersnonoyes infoby using the 'percolation' featurenoyes
Partitioning methods infoMethods for storing different data on different nodesShardingnoneShardingnonehorizontal partitioning infoby range, hash, list or composite
Replication methods infoMethods for redundantly storing data on multiple nodesnoneyesonline/offline synchronization between client and serverMulti-source replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsyesnoES-Hadoop Connectornono
Consistency concepts infoMethods to ensure consistency in a distributed systemnonenoneEventual Consistency infoSynchronous doc based replication. Get by ID may show delays up to 1 sec. Configurable write consistency: one, quorum, allImmediate ConsistencyImmediate Consistency
Foreign keys infoReferential integritynoyes infoautomatically between fact table and dimension tablesnoyesyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanononoACIDACID
Concurrency infoSupport for concurrent manipulation of datayesyes infoRead/write lock on objects (tables, trees)yesyesyes
Durability infoSupport for making data persistentDepending on the underlying data sourceyesyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.Depending on the underlying data sourceyesMemcached and Redis integrationnono infoplanned for next version
User concepts infoAccess controlDepending on the underlying data sourcenoyesfine grained access rights according to SQL-standard (SQL 92, SQL 99)
More information provided by the system vendor
Apache DrillBigObjectElasticsearchObjectBoxTibero
News

Evolution of search: traditional vs vector search
23 May 2024

On-device Vector Database for Dart/Flutter
21 May 2024

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

SQLite and SQLite alternatives – a comprehensive overview
7 May 2024

Edge AI: The era of on-device AI
23 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

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

More resources
Apache DrillBigObjectElasticsearchObjectBoxTibero
DB-Engines blog posts

PostgreSQL is the DBMS of the Year 2017
2 January 2018, Paul Andlinger, Matthias Gelbmann

Elasticsearch moved into the top 10 most popular database management systems
3 July 2017, Matthias Gelbmann

MySQL, PostgreSQL and Redis are the winners of the March ranking
2 March 2016, Paul Andlinger

show all

Recent citations in the news

Apache Drill case study: A tutorial on processing CSV files
9 June 2016, TheServerSide.com

Analyse Kafka messages with SQL queries using Apache Drill
23 September 2019, Towards Data Science

Apache Drill Poised to Crack Tough Data Challenges
19 May 2015, Datanami

Apache Drill Eliminates ETL, Data Transformation for MapR Database
11 April 2016, The New Stack

Drill Mines Diverse Data Sets, Google Style
20 May 2015, The Next Platform

provided by Google News

Elasticsearch Open Inference API Now Supports Microsoft Azure AI Studio
22 May 2024, Business Wire

Splunk vs Elasticsearch | A Comparison and How to Choose
12 January 2024, SentinelOne

Netflix Uses Elasticsearch Percolate Queries to Implement Reverse Searches Efficiently
29 April 2024, InfoQ.com

Introducing Elasticsearch Vector Database to Azure OpenAI Service On Your Data (Preview)
26 March 2024, insider.govtech.com

ElasticSearch Goes Deep on OpenTelemetry with eBPF Donation
13 March 2024, The New Stack

provided by Google News

Industrial IoT (IIoT) edge solution for railway operators – a Kapsch ObjectBox Case Study
21 June 2019, 1E9

The Megashift Towards Decentralized Edge Computing
27 August 2021, hackernoon.com

provided by Google News

ArkData to Officially Support Domestic Database 'Tibero 7'
23 April 2024, BusinessKorea

How to Succeed at Large-Scale Mainframe Replatforming with TmaxSoft OpenFrame on AWS | Amazon Web Services
2 August 2022, AWS Blog

TmaxSoft database system wins Russia award
15 February 2016, 코리아타임스

ArkData's 'Ark for CDC' supports real-time data extraction and replication for Tibero DBMS.
18 April 2023, BusinessKorea

Daegu Government Integrated Data Center to Propose Open-Source Database Management Systems for Tenant ...
14 April 2021, Etnews

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

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

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online for free.

AllegroGraph logo

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

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB for free.

Present your product here