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 > Lovefield vs. ObjectBox vs. Oracle NoSQL vs. Sphinx vs. ToroDB

System Properties Comparison Lovefield vs. ObjectBox vs. Oracle NoSQL vs. Sphinx vs. ToroDB

Editorial information provided by DB-Engines
NameLovefield  Xexclude from comparisonObjectBox  Xexclude from comparisonOracle NoSQL  Xexclude from comparisonSphinx  Xexclude from comparisonToroDB  Xexclude from comparison
ToroDB seems to be discontinued. Therefore it is excluded from the DB-Engines Ranking.
DescriptionEmbeddable relational database for web apps written in pure JavaScriptExtremely fast embedded database for small devices, IoT and MobileA multi-model, scalable, distributed NoSQL database, designed to provide highly reliable, flexible, and available data management across a configurable set of storage nodesOpen source search engine for searching in data from different sources, e.g. relational databasesA MongoDB-compatible JSON document store, built on top of PostgreSQL
Primary database modelRelational DBMSObject oriented DBMSDocument store
Key-value store
Relational DBMS
Search engineDocument store
Secondary database modelsTime Series DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.33
Rank#286  Overall
#131  Relational DBMS
Score1.29
Rank#166  Overall
#5  Object oriented DBMS
Score3.05
Rank#97  Overall
#17  Document stores
#16  Key-value stores
#50  Relational DBMS
Score5.95
Rank#55  Overall
#5  Search engines
Websitegoogle.github.io/­lovefieldobjectbox.iowww.oracle.com/­database/­nosql/­technologies/­nosqlsphinxsearch.comgithub.com/­torodb/­server
Technical documentationgithub.com/­google/­lovefield/­blob/­master/­docs/­spec_index.mddocs.objectbox.iodocs.oracle.com/­en/­database/­other-databases/­nosql-database/­index.htmlsphinxsearch.com/­docs
DeveloperGoogleObjectBox LimitedOracleSphinx Technologies Inc.8Kdata
Initial release20142017201120012016
Current release2.1.12, February 201724.1, May 20243.5.1, February 2023
License infoCommercial or Open SourceOpen Source infoApache 2.0Open Source infoApache License 2.0Open Source infoProprietary for Enterprise Edition (Oracle Database EE license has Oracle NoSQL database EE covered: details)Open Source infoGPL version 2, commercial licence availableOpen Source infoAGPL-V3
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 languageJavaScriptC and C++JavaC++Java
Server operating systemsserver-less, requires a JavaScript environment (browser, Node.js) infotested with Chrome, Firefox, IE, SafariAndroid
iOS
Linux
macOS
Windows
Linux
Solaris SPARC/x86
FreeBSD
Linux
NetBSD
OS X
Solaris
Windows
All OS with a Java 7 VM
Data schemeyesyesSupport Fixed schema and Schema-less deployment with the ability to interoperate between them.yesschema-free
Typing infopredefined data types such as float or dateyesyesoptionalnoyes infostring, integer, double, boolean, date, object_id
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 indexesyesyesyesyes infofull-text index on all search fields
SQL infoSupport of SQLSQL-like query language infovia JavaScript builder patternnoSQL-like DML and DDL statementsSQL-like query language (SphinxQL)
APIs and other access methodsProprietary native APIRESTful HTTP APIProprietary protocol
Supported programming languagesJavaScriptC
C++
Dart
Go
Java
JavaScript infoplanned (as of Jan 2019)
Kotlin
Python infoplanned (as of Jan 2019)
Swift
C
C#
Go
Java
JavaScript (Node.js)
Python
C++ infounofficial client library
Java
Perl infounofficial client library
PHP
Python
Ruby infounofficial client library
Server-side scripts infoStored proceduresnononono
TriggersUsing read-only observersnononono
Partitioning methods infoMethods for storing different data on different nodesnonenoneShardingSharding infoPartitioning is done manually, search queries against distributed index is supportedSharding
Replication methods infoMethods for redundantly storing data on multiple nodesnoneonline/offline synchronization between client and serverElectable source-replica replication per shard. Support distributed global deployment with Multi-region table featurenoneSource-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonowith Hadoop integrationno
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyEventual Consistency
Immediate Consistency infodepending on configuration
Eventual Consistency
Immediate Consistency
Foreign keys infoReferential integrityyesyesnonono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDACIDconfigurable infoACID within a storage node (=shard)nono
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyes, by using IndexedDB or the cloud service Firebase Realtime Databaseyesyesyes infoThe original contents of fields are not stored in the Sphinx index.yes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yes infousing MemoryDBnoyes infooff heap cache
User concepts infoAccess controlnoyesAccess rights for users and rolesnoAccess rights for users and roles
More information provided by the system vendor
LovefieldObjectBoxOracle NoSQLSphinxToroDB
News

The on-device Vector Database for Android and Java
29 May 2024

Vector search: making sense of search queries
29 May 2024

Python on-device Vector and Object Database for Local AI
28 May 2024

Evolution of search: traditional vs vector search
23 May 2024

On-device Vector Database for Dart/Flutter
21 May 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
LovefieldObjectBoxOracle NoSQLSphinxToroDB
DB-Engines blog posts

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

show all

Recent citations in the news

ObjectBox Raises $2M in Funding
4 December 2018, FinSMEs

provided by Google News

OpenWorld 2013: Oracle NoSQL Database On the Rise?
13 December 2023, Channel Futures

Blog Theme - Details
21 August 2023, Oracle

We built a geo-distributed, serverless modern app using the Oracle NoSQL Database Cloud Service
18 November 2021, Oracle

Oracle NoSQL database comes to the cloud
2 April 2020, TechTarget

Oracle Defends Relational DBs Against NoSQL Competitors
25 November 2015, eWeek

provided by Google News

Switching From Sphinx to MkDocs Documentation — What Did I Gain and Lose
2 February 2024, Towards Data Science

Manticore is a Faster Alternative to Elasticsearch in C++
25 July 2022, hackernoon.com

Perplexity AI: From Its Use To Operation, Everything You Need To Know About Google's Newest Challenger
11 January 2024, Free Press Journal

The Pirate Bay was recently down for over a week due to a DDoS attack
29 October 2019, The Hacker News

How to Build 600+ Links in One Month
4 September 2020, Search Engine Journal

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

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus for Free

Present your product here