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

DBMS > dBASE vs. Google Cloud Datastore vs. Redis vs. SQLite vs. TDSQL for MySQL

System Properties Comparison dBASE vs. Google Cloud Datastore vs. Redis vs. SQLite vs. TDSQL for MySQL

Editorial information provided by DB-Engines
NamedBASE  Xexclude from comparisonGoogle Cloud Datastore  Xexclude from comparisonRedis  Xexclude from comparisonSQLite  Xexclude from comparisonTDSQL for MySQL  Xexclude from comparison
DescriptiondBase was one of the first databases with a development environment on PC's. Its latest version dBase V is still sold as dBase classic, which needs a DOS Emulation. The up-to-date product is dBase plus.Automatically scaling NoSQL Database as a Service (DBaaS) on the Google Cloud PlatformPopular in-memory data platform used as a cache, message broker, and database that can be deployed on-premises, across clouds, and hybrid environments infoRedis focuses on performance so most of its design decisions prioritize high performance and very low latencies.Widely used embeddable, in-process RDBMSA high-performance distributed database management system with features such as automatic sharding, intelligent operation and maintenance, elastic scalability without downtime, and enterprise-grade security. It is highly compatible with MySQL.
Primary database modelRelational DBMSDocument storeKey-value store infoMultiple data types and a rich set of operations, as well as configurable data expiration, eviction and persistenceRelational DBMSRelational DBMS
Secondary database modelsDocument store infowith RedisJSON
Graph DBMS infowith RedisGraph
Spatial DBMS
Search engine infowith RediSearch
Time Series DBMS infowith RedisTimeSeries
Vector DBMS
Document store
Spatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score9.16
Rank#43  Overall
#27  Relational DBMS
Score4.13
Rank#71  Overall
#12  Document stores
Score149.43
Rank#6  Overall
#1  Key-value stores
Score103.35
Rank#10  Overall
#7  Relational DBMS
Score0.96
Rank#192  Overall
#88  Relational DBMS
Websitewww.dbase.comcloud.google.com/­datastoreredis.com
redis.io
www.sqlite.orgwww.tencentcloud.com/­products/­dcdb
Technical documentationwww.dbase.com/­support/­knowledgebasecloud.google.com/­datastore/­docsdocs.redis.com/­latest/­index.html
redis.io/­docs
www.sqlite.org/­docs.htmlwww.tencentcloud.com/­document/­product/­1042
DeveloperAsthon TateGoogleRedis project core team, inspired by Salvatore Sanfilippo infoDevelopment sponsored by Redis Inc.Dwayne Richard HippTencent
Initial release19792008200920002013
Current releasedBASE 2019, 20197.2.5, May 20243.46.1  (13 August 2024), August 2024
License infoCommercial or Open SourcecommercialcommercialOpen Source infosource-available extensions (modules), commercial licenses for Redis EnterpriseOpen Source infoPublic Domaincommercial
Cloud-based only infoOnly available as a cloud servicenoyesnonoyes
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageCC
Server operating systemsDOS infodBase Classic
Windows infodBase Pro
hostedBSD
Linux
OS X
Windows infoported and maintained by Microsoft Open Technologies, Inc.
server-lesshosted
Data schemeyesschema-freeschema-freeyes infodynamic column typesyes
Typing infopredefined data types such as float or dateyesyes, details herepartial infoSupported data types are strings, hashes, lists, sets and sorted sets, bit arrays, hyperloglogs and geospatial indexesyes 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.nononono
Secondary indexesyesyesyes infowith RediSearch moduleyesyes
SQL infoSupport of SQLnoSQL-like query language (GQL)with RediSQL moduleyes infoSQL-92 is not fully supportedyes
APIs and other access methodsnone infoThe IDE can access other DBMS or ODBC-sources.gRPC (using protocol buffers) API
RESTful HTTP/JSON API
proprietary protocol infoRESP - REdis Serialization ProtocolADO.NET infoinofficial driver
JDBC infoinofficial driver
ODBC infoinofficial driver
JDBC
ODBC
Supported programming languagesdBase proprietary IDE.Net
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
C
C#
C++
Clojure
Crystal
D
Dart
Elixir
Erlang
Fancy
Go
Haskell
Haxe
Java
JavaScript (Node.js)
Lisp
Lua
MatLab
Objective-C
OCaml
Pascal
Perl
PHP
Prolog
Pure Data
Python
R
Rebol
Ruby
Rust
Scala
Scheme
Smalltalk
Swift
Tcl
Visual Basic
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
C#
C++
Java
PHP
Python
Ruby
Server-side scripts infoStored proceduresno infoThe IDE can access stored procedures in other database systems.using Google App EngineLua; Redis Functions coming in Redis 7 (slides and Github)noyes
TriggersnoCallbacks using the Google Apps Enginepublish/subscribe channels provide some trigger functionality; RedisGearsyesyes
Partitioning methods infoMethods for storing different data on different nodesnoneShardingSharding infoAutomatic hash-based sharding with support for hash-tags for manual shardingnoneAutomatic sharding
Replication methods infoMethods for redundantly storing data on multiple nodesnoneMulti-source replication using PaxosMulti-source replication infowith Redis Enterprise Pack
Source-replica replication infoChained replication is supported
noneMulti-source replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoyes infousing Google Cloud Dataflowthrough RedisGearsnono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate Consistency or Eventual Consistency depending on type of query and configuration infoStrong Consistency is default for entity lookups and queries within an Entity Group (but can instead be made eventually consistent). Other queries are always eventual consistent.Eventual Consistency
Causal consistency can be enabled in Active-Active databases
Strong consistency with Redis Raft
Strong eventual consistency with Active-Active
Immediate Consistency
Foreign keys infoReferential integrityyesyes infovia ReferenceProperties or Ancestor pathsnoyesno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datano infonot for dBase internal data, but IDE does support transactions when accessing external DBMSACID infoSerializable Isolation within Transactions, Read Committed outside of TransactionsAtomic execution of command blocks and scripts and optimistic lockingACIDACID
Concurrency infoSupport for concurrent manipulation of datayesyesyes infoData access is serialized by the serveryes infovia file-system locksyes
Durability infoSupport for making data persistentyesyesyes infoConfigurable mechanisms for persistency via snapshots and/or operations logsyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyesyesno
User concepts infoAccess controlAccess rights for users and rolesAccess rights for users, groups and roles based on Google Cloud Identity and Access Management (IAM)Access Control Lists (ACLs): redis.io/­docs/­management/­security/­acl
LDAP and Role-Based Access Control (RBAC) for Redis Enterprise
Mutual TLS authentication: redis.io/­docs/­management/­security/­encryption
Password-based authentication
noUsers with fine-grained authorization concept

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 partiesRedisson PRO: The ultra-fast Redis Java Client.
» more

CData: Connect to Big Data & NoSQL through standard Drivers.
» more

Navicat for Redis: the award-winning Redis management tool with an intuitive and powerful graphical interface.
» more
Navicat 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
dBASEGoogle Cloud DatastoreRedisSQLiteTDSQL for MySQL
DB-Engines blog posts

DB-Engines Ranking coverage expanded to 169 database management systems
3 June 2013, Paul Andlinger

show all

PostgreSQL is the DBMS of the Year 2018
2 January 2019, Paul Andlinger, Matthias Gelbmann

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

MongoDB is the DBMS of the year, defending the title from last year
7 January 2015, Paul Andlinger, 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

Who is Liam Brady’s wife? An extensive biography of the former footballer
16 January 2024, Sportsbrief

Added Namespace and lost all the PHP OOPs Classes
5 November 2018, SitePoint

FlytBase & DroneBase partner up to provide fully autonomous Drone-in-a-Box solutions in Italy
14 December 2021, sUAS News

Back to the future: A visual tour of my day in FreeDOS
3 July 2014, Ars Technica

Estimating systems discuss body shops’ options for managing BMS communication
17 May 2021, Repairer Driven News

provided by Google News

Google Cloud vs AWS: Which Cloud Computing Platform is Better?
11 September 2024, Cloudwards

Google Gets Rid of Fees To Transfer Data Out of Cloud Platform
12 January 2024, Spiceworks News and Insights

Best cloud storage of 2024
13 September 2024, TechRadar

Google App Engine
26 April 2024, TechTarget

17 Top Cloud Storage Companies to Know
9 April 2024, Built In

provided by Google News

LLM-Assisted Translation From Postgres to SQLite and DuckDB
16 September 2024, The New Stack

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

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

SQLite Gets Into Vector Search
5 September 2024, iProgrammer

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

provided by Google News

Tencent Cloud Database recognised for cloud database management systems
21 December 2022, IT Brief Australia

Tencent Cloud partners Allo Bank to boost digital banking in Indonesia
5 July 2023, TechNode Global

Allo Bank stirs up digital banking in Indonesia with Tencent Cloud
20 July 2023, Frontier Enterprise

Tencent Cloud and Allo Bank partner to enhance digital banking in Indonesia
6 July 2023, ETCIO South East Asia

Indonesia’s Allo Bank taps Tencent Cloud to enhance digital banking services
6 July 2023, FinTech Futures

provided by Google News



Share this page

Featured Products

SingleStore logo

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

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB 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

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online for free.

Present your product here