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 > 4D vs. PouchDB vs. SQLite vs. Teradata vs. VoltDB

System Properties Comparison 4D vs. PouchDB vs. SQLite vs. Teradata vs. VoltDB

Editorial information provided by DB-Engines
Name4D infoformer name: 4th Dimension  Xexclude from comparisonPouchDB  Xexclude from comparisonSQLite  Xexclude from comparisonTeradata  Xexclude from comparisonVoltDB  Xexclude from comparison
DescriptionApplication development environment with integrated database management systemJavaScript DBMS with an API inspired by CouchDBWidely used embeddable, in-process RDBMSA hybrid cloud data analytics software platform (Teradata Vantage)Distributed In-Memory NewSQL RDBMS infoUsed for OLTP applications with a high frequency of relatively simple transactions, that can hold all their data in memory
Primary database modelRelational DBMSDocument storeRelational DBMSRelational DBMSRelational DBMS
Secondary database modelsDocument store
Graph DBMS
Spatial DBMS
Time Series DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score2.47
Rank#110  Overall
#54  Relational DBMS
Score2.34
Rank#112  Overall
#21  Document stores
Score111.41
Rank#10  Overall
#7  Relational DBMS
Score44.87
Rank#22  Overall
#15  Relational DBMS
Score1.47
Rank#157  Overall
#73  Relational DBMS
Websitewww.4d.compouchdb.comwww.sqlite.orgwww.teradata.comwww.voltdb.com
Technical documentationdeveloper.4d.compouchdb.com/­guideswww.sqlite.org/­docs.htmldocs.teradata.comdocs.voltdb.com
Developer4D, IncApache Software FoundationDwayne Richard HippTeradataVoltDB Inc.
Initial release19842012200019842010
Current releasev20, April 20237.1.1, June 20193.46.0  (23 May 2024), May 2024Teradata Vantage 1.0 MU2, January 201911.3, April 2022
License infoCommercial or Open SourcecommercialOpen SourceOpen Source infoPublic DomaincommercialOpen Source infoAGPL for Community Edition, commercial license for Enterprise, AWS, and Pro Editions
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 languageJavaScriptCJava, C++
Server operating systemsOS X
Windows
server-less, requires a JavaScript environment (browser, Node.js)server-lesshosted
Linux
Linux
OS X infofor development
Data schemeyesschema-freeyes infodynamic column typesyesyes
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.yesnonoyes
Secondary indexesyesyes infovia viewsyesyes infoJoin-index to prejoin tables, aggregate index, sparse index, hash indexyes
SQL infoSupport of SQLyes infoclose to SQL 92noyes infoSQL-92 is not fully supportedyes infoSQL 2016 + extensionsyes infoonly a subset of SQL 99
APIs and other access methodsODBC
RESTful HTTP API infoby using 4D Mobile
SOAP webservices
HTTP REST infoonly for PouchDB Server
JavaScript API
ADO.NET infoinofficial driver
JDBC infoinofficial driver
ODBC infoinofficial driver
.NET Client API
HTTP REST
JDBC
JMS Adapter
ODBC
OLE DB
Java API
JDBC
RESTful HTTP/JSON API
Supported programming languages4D proprietary IDE
PHP
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
C++
Cobol
Java (JDBC-ODBC)
Perl
PL/1
Python
R
Ruby
C#
C++
Erlang infonot officially supported
Go
Java
JavaScript infoNode.js
PHP
Python
Server-side scripts infoStored proceduresyesView functions in JavaScriptnoyes infoUDFs, stored procedures, table functions in parallelJava
Triggersyesyesyesyesno
Partitioning methods infoMethods for storing different data on different nodesnoneSharding infowith a proxy-based framework, named couchdb-loungenoneSharding infoHashingSharding
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-source replicationMulti-source replication infoalso with CouchDB databases
Source-replica replication infoalso with CouchDB databases
noneMulti-source replication
Source-replica replication
Multi-source replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoyesnonono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyEventual ConsistencyImmediate Consistency
Foreign keys infoReferential integrityyesnoyesyesno infoFOREIGN KEY constraints are not supported
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDnoACIDACIDACID infoTransactions are executed single-threaded within stored procedures
Concurrency infoSupport for concurrent manipulation of datayesyes infovia file-system locksyesyes infoData access is serialized by the server
Durability infoSupport for making data persistentyesyes infoby using IndexedDB, WebSQL or LevelDB as backendyesyesyes infoSnapshots and command logging
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyesyesyes
User concepts infoAccess controlUsers and groupsnonofine grained access rights according to SQL-standardUsers and roles with access to stored procedures

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
4D infoformer name: 4th DimensionPouchDBSQLiteTeradataVoltDB
DB-Engines blog posts

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

show all

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

Teradata is the most popular data warehouse DBMS
2 April 2013, Paul Andlinger

show all

Recent citations in the news

Building an Offline First App with PouchDB — SitePoint
10 March 2014, 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

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

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

provided by Google News

Copilot‘s screen-snapping Recall data stored in plain text
31 May 2024, CyberNews.com

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

SQLite in Python: A Practical Guide for Developers
1 June 2024, Analytics Insight

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

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

provided by Google News

Teradata Fails to Block Software Broker From Selling Its Products
3 June 2024, Bloomberg Law

Teradata Buys Data Archiving Firm RainStor
31 May 2024, Data Center Knowledge

Lakehouse dam breaks after departure of long-time Teradata CTO
1 May 2024, The Register

Is There Now An Opportunity In Teradata Corporation (NYSE:TDC)?
28 May 2024, Yahoo Finance

Chief Customer Officer Of Teradata Sold 25% Of Their Shares
12 May 2024, Simply Wall St

provided by Google News

VoltDB Turns to Real-Time Analytics with NewSQL Database
30 January 2014, Datanami

 VoltDB Launches Active(N) Lossless Cross Data Center Replication
31 August 2021, PR Newswire

VoltDB Upgrades Power, Security of Its In-Memory Database
1 February 2017, eWeek

VoltDB Aims for Fast Big Data Development -- ADTmag
29 January 2015, ADT Magazine

VoltDB Adds Geospatial Support, Cross-Site Replication
28 January 2016, The New Stack

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