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

DBMS > mSQL vs. PouchDB vs. SQLite vs. TempoIQ vs. Teradata Aster

System Properties Comparison mSQL vs. PouchDB vs. SQLite vs. TempoIQ vs. Teradata Aster

Editorial information provided by DB-Engines
NamemSQL infoMini SQL  Xexclude from comparisonPouchDB  Xexclude from comparisonSQLite  Xexclude from comparisonTempoIQ infoformerly TempoDB  Xexclude from comparisonTeradata Aster  Xexclude from comparison
TempoIQ seems to be decommissioned. It will be removed from the DB-Engines ranking.Teradata Aster has been integrated into other Teradata systems and therefore will be removed from the DB-Engines ranking.
DescriptionmSQL (Mini SQL) is a simple and lightweight RDBMSJavaScript DBMS with an API inspired by CouchDBWidely used embeddable, in-process RDBMSScalable analytics DBMS for sensor data, provided as a service (SaaS)Platform for big data analytics on multistructured data sources and types
Primary database modelRelational DBMSDocument storeRelational DBMSTime Series DBMSRelational DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score1.27
Rank#169  Overall
#76  Relational DBMS
Score2.34
Rank#112  Overall
#21  Document stores
Score111.41
Rank#10  Overall
#7  Relational DBMS
Websitehughestech.com.au/­products/­msqlpouchdb.comwww.sqlite.orgtempoiq.com (offline)
Technical documentationpouchdb.com/­guideswww.sqlite.org/­docs.html
DeveloperHughes TechnologiesApache Software FoundationDwayne Richard HippTempoIQTeradata
Initial release19942012200020122005
Current release4.4, October 20217.1.1, June 20193.46.0  (23 May 2024), May 2024
License infoCommercial or Open Sourcecommercial infofree licenses can be providedOpen SourceOpen Source infoPublic Domaincommercialcommercial
Cloud-based only infoOnly available as a cloud servicenononoyesno
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageCJavaScriptC
Server operating systemsAIX
HP-UX
Linux
OS X
Solaris SPARC/x86
Windows
server-less, requires a JavaScript environment (browser, Node.js)server-lessLinux
Data schemeyesschema-freeyes infodynamic column typesschema-freeFlexible Schema (defined schema, partial schema, schema free) infodefined schema within the relational store; partial schema or schema free in the Aster File Store
Typing infopredefined data types such as float or dateyesnoyes infonot rigid because of 'dynamic typing' concept.yesyes
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 infoin Aster File Store
Secondary indexesyesyes infovia viewsyesyes
SQL infoSupport of SQLA subset of ANSI SQL is implemented infono subqueries, aggregate functions, views, foreign keys, triggersnoyes infoSQL-92 is not fully supportednoyes
APIs and other access methodsJDBC
ODBC
HTTP REST infoonly for PouchDB Server
JavaScript API
ADO.NET infoinofficial driver
JDBC infoinofficial driver
ODBC infoinofficial driver
HTTP APIADO.NET
JDBC
ODBC
OLE DB
Supported programming languagesC
C++
Delphi
Java
Perl
PHP
Tcl
JavaScriptActionscript
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
JavaScript infoNode.js
Python
Ruby
C
C#
C++
Java
Python
R
Server-side scripts infoStored proceduresnoView functions in JavaScriptnonoR packages
Triggersnoyesyesyes infoRealtime Alertsno
Partitioning methods infoMethods for storing different data on different nodesnoneSharding infowith a proxy-based framework, named couchdb-loungenoneSharding
Replication methods infoMethods for redundantly storing data on multiple nodesnoneMulti-source replication infoalso with CouchDB databases
Source-replica replication infoalso with CouchDB databases
noneyes infoDimension tables are replicated across all nodes in the cluster. The number of replicas for the file store can be configured.
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoyesnonoyes infoSQL Map-Reduce Framework
Consistency concepts infoMethods to ensure consistency in a distributed systemnoneEventual ConsistencyImmediate Consistency or Eventual Consistency depending on configuration
Foreign keys infoReferential integritynonoyesnono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanonoACIDnoACID
Concurrency infoSupport for concurrent manipulation of datanoyes infovia file-system locksyesyes
Durability infoSupport for making data persistentyesyes infoby using IndexedDB, WebSQL or LevelDB as backendyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyesyesnono
User concepts infoAccess controlnononosimple authentication-based access controlfine grained access rights according to SQL-standard

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
mSQL infoMini SQLPouchDBSQLiteTempoIQ infoformerly TempoDBTeradata Aster
DB-Engines blog posts

New kids on the block: database management systems implemented in JavaScript
1 December 2014, Matthias Gelbmann

show all

Big gains for Relational Database Management Systems in DB-Engines Ranking
2 February 2016, Matthias Gelbmann

show all

Recent citations in the news

Higher Education PS rules out ghost students before PAC
29 November 2018, diggers.news

provided by Google News

Building an Offline First App with PouchDB — SitePoint
10 March 2014, SitePoint

Create Offline Web Apps Using Service Workers & PouchDB — SitePoint
7 March 2017, SitePoint

Getting Started with PouchDB Client-Side JavaScript Database — SitePoint
7 September 2016, SitePoint

3 Reasons To Think Offline First
22 March 2017, ibm.com

Offline-first web and mobile apps: Top frameworks and components
22 January 2019, TechBeacon

provided by Google News

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

How to Work with SQLite Database in Python
8 June 2024, Analytics Insight

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

provided by Google News

Got big data? TempoIQ aims to point you to the insights in it - in the Chicago Tribune
10 July 2014, Built In Chicago

No-Code Internet of Things Development Platform
29 October 2015, Automation World

provided by Google News

Northwestern Analytics Partners with Teradata Aster to Host Hackathon
23 May 2014, Northwestern Engineering

Teradata Provides the Simplest Way to Bring the Science of Data to the Art of Business
22 September 2011, PR Newswire

Teradata's Aster shows how the flowers of fraud bloom
23 April 2015, The Register

Case study: Siemens reduces train failures with Teradata Aster
12 September 2016, RCR Wireless News

Teradata unveils improved QueryGrid connectors
21 April 2015, CIO

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