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

DBMS > Lovefield vs. Postgres-XL vs. Spark SQL vs. SQLite vs. TerarkDB

System Properties Comparison Lovefield vs. Postgres-XL vs. Spark SQL vs. SQLite vs. TerarkDB

Editorial information provided by DB-Engines
NameLovefield  Xexclude from comparisonPostgres-XL  Xexclude from comparisonSpark SQL  Xexclude from comparisonSQLite  Xexclude from comparisonTerarkDB  Xexclude from comparison
DescriptionEmbeddable relational database for web apps written in pure JavaScriptBased on PostgreSQL enhanced with MPP and write-scale-out cluster featuresSpark SQL is a component on top of 'Spark Core' for structured data processingWidely used embeddable, in-process RDBMSA key-value store forked from RocksDB with advanced compression algorithms. It can be used standalone or as a storage engine for MySQL and MongoDB
Primary database modelRelational DBMSRelational DBMSRelational DBMSRelational DBMSKey-value store
Secondary database modelsDocument store
Spatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.33
Rank#286  Overall
#131  Relational DBMS
Score0.53
Rank#254  Overall
#117  Relational DBMS
Score18.04
Rank#33  Overall
#20  Relational DBMS
Score111.41
Rank#10  Overall
#7  Relational DBMS
Score0.08
Rank#367  Overall
#56  Key-value stores
Websitegoogle.github.io/­lovefieldwww.postgres-xl.orgspark.apache.org/­sqlwww.sqlite.orggithub.com/­bytedance/­terarkdb
Technical documentationgithub.com/­google/­lovefield/­blob/­master/­docs/­spec_index.mdwww.postgres-xl.org/­documentationspark.apache.org/­docs/­latest/­sql-programming-guide.htmlwww.sqlite.org/­docs.htmlbytedance.larkoffice.com/­docs/­doccnZmYFqHBm06BbvYgjsHHcKc
DeveloperGoogleApache Software FoundationDwayne Richard HippByteDance, originally Terark
Initial release20142014 infosince 2012, originally named StormDB201420002016
Current release2.1.12, February 201710 R1, October 20183.5.0 ( 2.13), September 20233.46.0  (23 May 2024), May 2024
License infoCommercial or Open SourceOpen Source infoApache 2.0Open Source infoMozilla public licenseOpen Source infoApache 2.0Open Source infoPublic Domaincommercial inforestricted open source version available
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 languageJavaScriptCScalaCC++
Server operating systemsserver-less, requires a JavaScript environment (browser, Node.js) infotested with Chrome, Firefox, IE, SafariLinux
macOS
Linux
OS X
Windows
server-less
Data schemeyesyesyesyes infodynamic column typesschema-free
Typing infopredefined data types such as float or dateyesyesyesyes infonot rigid because of 'dynamic typing' concept.no
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.noyes infoXML type, but no XML query functionalitynonono
Secondary indexesyesyesnoyesno
SQL infoSupport of SQLSQL-like query language infovia JavaScript builder patternyes infodistributed, parallel query executionSQL-like DML and DDL statementsyes infoSQL-92 is not fully supportedno
APIs and other access methodsADO.NET
JDBC
native C library
ODBC
streaming API for large objects
JDBC
ODBC
ADO.NET infoinofficial driver
JDBC infoinofficial driver
ODBC infoinofficial driver
C++ API
Java API
Supported programming languagesJavaScript.Net
C
C++
Delphi
Erlang
Java
JavaScript (Node.js)
Perl
PHP
Python
Tcl
Java
Python
R
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++
Java
Server-side scripts infoStored proceduresnouser defined functionsnonono
TriggersUsing read-only observersyesnoyesno
Partitioning methods infoMethods for storing different data on different nodesnonehorizontal partitioningyes, utilizing Spark Corenonenone
Replication methods infoMethods for redundantly storing data on multiple nodesnonenonenonenone
MapReduce infoOffers an API for user-defined Map/Reduce methodsnononono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate Consistency
Foreign keys infoReferential integrityyesyesnoyesno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDACID infoMVCCnoACIDno
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes infovia file-system locksyes
Durability infoSupport for making data persistentyes, by using IndexedDB or the cloud service Firebase Realtime Databaseyesyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yes infousing MemoryDBnonoyesyes
User concepts infoAccess controlnofine grained access rights according to SQL-standardnonono

More information provided by the system vendor

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
LovefieldPostgres-XLSpark SQLSQLiteTerarkDB
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

Use Amazon Athena with Spark SQL for your open-source transactional table formats | Amazon Web Services
24 January 2024, AWS Blog

What is Apache Spark? The big data platform that crushed Hadoop
3 April 2024, InfoWorld

Cracking the Apache Spark Interview: 80+ Top Questions and Answers for 2024
1 April 2024, Simplilearn

Performant IPv4 Range Spark Joins | by Jean-Claude Cote
24 January 2024, Towards Data Science

Simba Technologies(R) Introduces New, Powerful JDBC Driver With SQL Connector for Apache Spark(TM)
17 March 2024, Yahoo Singapore News

provided by Google News

Microsoft Research chief scientist has no issue with Windows Recall
6 June 2024, The Register

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

A Guide to Working with SQLite Databases in Python
21 May 2024, KDnuggets

SQLite Vulnerability Could Put Thousands of Apps at Risk
22 March 2024, Dark Reading

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

provided by Google News

A Chinese company is making the cloud 200x faster · TechNode
3 July 2017, TechNode

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.

Present your product here