DB-EnginesextremeDB - solve IoT connectivity disruptionsEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by Redgate Software

DBMS > Apache Pinot vs. LevelDB vs. SQLite vs. Sqrrl

System Properties Comparison Apache Pinot vs. LevelDB vs. SQLite vs. Sqrrl

Please select another system to include it in the comparison.

Editorial information provided by DB-Engines
NameApache Pinot  Xexclude from comparisonLevelDB  Xexclude from comparisonSQLite  Xexclude from comparisonSqrrl  Xexclude from comparison
Sqrrl has been acquired by Amazon and became a part of Amazon Web Services. It has been removed from the DB-Engines ranking.
DescriptionRealtime distributed OLAP datastore, designed to answer OLAP queries with low latencyEmbeddable fast key-value storage library that provides an ordered mapping from string keys to string valuesWidely used embeddable, in-process RDBMSAdaptable, secure NoSQL built on Apache Accumulo
Primary database modelRelational DBMSKey-value storeRelational DBMSDocument store
Graph DBMS
Key-value store
Wide column store
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.35
Rank#274  Overall
#128  Relational DBMS
Score2.33
Rank#111  Overall
#19  Key-value stores
Score103.35
Rank#10  Overall
#7  Relational DBMS
Websitepinot.apache.orggithub.com/­google/­leveldbwww.sqlite.orgsqrrl.com
Technical documentationdocs.pinot.apache.orggithub.com/­google/­leveldb/­blob/­main/­doc/­index.mdwww.sqlite.org/­docs.html
DeveloperApache Software Foundation and contributorsGoogleDwayne Richard HippAmazon infooriginally Sqrrl Data, Inc.
Initial release2015201120002012
Current release1.0.0, September 20231.23, February 20213.46.1  (13 August 2024), August 2024
License infoCommercial or Open SourceOpen Source infoApache Version 2.0Open Source infoBSDOpen Source infoPublic Domaincommercial
Cloud-based only infoOnly available as a cloud servicenononono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageJavaC++CJava
Server operating systemsAll OS with a Java JDK11 or higherIllumos
Linux
OS X
Windows
server-lessLinux
Data schemeyesschema-freeyes infodynamic column typesschema-free
Typing infopredefined data types such as float or dateyesnoyes 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.nono
Secondary indexesnoyesyes
SQL infoSupport of SQLSQL-like query languagenoyes infoSQL-92 is not fully supportedno
APIs and other access methodsJDBCADO.NET infoinofficial driver
JDBC infoinofficial driver
ODBC infoinofficial driver
Accumulo Shell
Java API
JDBC
ODBC
RESTful HTTP API
Thrift
Supported programming languagesGo
Java
Python
C++
Go
Java info3rd party binding
JavaScript (Node.js) info3rd party binding
Python info3rd party binding
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
Actionscript
C infousing GLib
C#
C++
Cocoa
Delphi
Erlang
Go
Haskell
Java
JavaScript
OCaml
Perl
PHP
Python
Ruby
Smalltalk
Server-side scripts infoStored proceduresnonono
Triggersnoyesno
Partitioning methods infoMethods for storing different data on different nodeshorizontal partitioningnonenoneSharding infomaking use of Hadoop
Replication methods infoMethods for redundantly storing data on multiple nodesnonenoneselectable replication factor infomaking use of Hadoop
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonoyes
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyImmediate Consistency infoDocument store kept consistent with combination of global timestamping, row-level transactions, and server-side consistency resolution.
Foreign keys infoReferential integritynoyesno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoACIDAtomic updates per row, document, or graph entity
Concurrency infoSupport for concurrent manipulation of datayesyes infovia file-system locksyes
Durability infoSupport for making data persistentyes infowith automatic compression on writesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yes
User concepts infoAccess controlnonoCell-level Security, Data-Centric Security, Role-Based Access Control (RBAC), Attribute-Based Access Control (ABAC)

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
Apache PinotLevelDBSQLiteSqrrl
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

Build a real-time analytics solution with Apache Pinot on AWS
6 August 2024, AWS Blog

Pinot for Low-Latency Offline Table Analytics
29 August 2024, Uber

StarTree broadly enhances Apache Pinot-based analytics platform
8 May 2024, SiliconANGLE News

Open source Apache Pinot advances as StarTree boosts real-time analytics and observability
8 May 2024, VentureBeat

StarTree Makes Observability Case for Apache Pinot Database
8 May 2024, DevOps.com

provided by Google News

Inside the "Fallguys" malware that steals your browsing data and gaming IMs; continued attack on open source software
2 September 2020, Sonatype Blog

Pliops unveils XDP-Rocks for RocksDB
19 October 2022, Blocks & Files

Threat Thursday: BlackGuard Infostealer Rises from Russian Underground Markets
21 April 2022, BlackBerry Blog

RocksDB - Facebook's Database Now Open Source
21 November 2013, iProgrammer

LinkedIn Open Sources PalDB, a Read-only Key-value Store
27 October 2015, InfoQ.com

provided by Google News

Intro to Node's built-in SQLite module
24 September 2024, InfoWorld

From Zero to App: Building a Database-Driven Streamlit App with Python | by Alle Sravani | Sep, 2024
26 September 2024, Towards Data Science

Google researchers suggest "fixing" SQL with pipe syntax, SQLite creator unconvinced
30 August 2024, DevClass

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

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

provided by Google News

Splunk details Sqrrl 'screw-ups' that hampered threat hunting
6 May 2024, TechTarget

Amazon's cloud business acquires Sqrrl, a security start-up with NSA roots
23 January 2018, CNBC

Peanut butter whisky is officially a thing. Here are five to try
7 August 2024, Delicious

Mark Terenzoni
23 February 2024, Dark Reading

AWS beefs up threat detection with Sqrrl acquisition
24 January 2018, TechCrunch

provided by Google News



Share this page

Featured Products

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.

RaimaDB logo

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

SingleStore logo

The data platform to build your intelligent applications.
Try it free.

Milvus logo

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

Present your product here