赞
踩
MySQL是广泛使用的开源关系型数据库管理系统(RDBMS),
Redis是一种流行的内存数据平台,用作缓存、消息代理和数据库,可以部署在本地、跨云和混合环境,
而SQLite是广泛使用的可嵌入、在进程中运行的关系型数据库管理系统。
编辑提供的信息(由DB-Engines提供) | |||
---|---|---|---|
名称 | MySQL X | Redis X | SQLite X |
描述 | 广泛使用的开源关系型数据库管理系统 | 流行的内存数据平台,用作缓存、消息代理和数据库,可部署在本地、跨云和混合环境 | 广泛使用的可嵌入、在进程中运行的关系型数据库管理系统 |
主要数据库模型 | 关系型数据库管理系统 | 键值存储 | 关系型数据库管理系统 |
附属数据库模型 | 文档存储 空间数据库管理系统 | 文档存储 图数据库管理系统 空间数据库管理系统 搜索引擎 时间序列数据库管理系统 向量数据库管理系统 | |
DB-Engines 排名 趋势图 | 得分1083.74排名#2 总体#2 关系型数据库管理系统 | 得分157.80排名#6 总体#1 键值存储 | 得分114.32排名#10 总体#7 关系型数据库管理系统 |
网站 | www.mysql.com | redis.com redis.io | www.sqlite.org |
技术文档 | dev.mysql.com/doc | docs.redis.com/latest/index.html redis.io/docs | www.sqlite.org/docs.html |
开发者 | Oracle | Redis项目核心团队,灵感来自Salvatore Sanfilippo | Dwayne Richard Hipp |
初始发布 | 1995 | 2009 | 2000 |
当前发布 | 8.4.0,2024年4月 | 7.2.4,2024年1月 | 3.45.3(2024年4月15日),2024年4月 |
许可证 | 开源 | 开源 | 开源 |
仅基于云的 | 否 | 否 | 否 |
DBaaS 提供(赞助链接) | Aiven for MySQL:完全托管的MySQL,在您选择的云中部署,具有无缝集成和快速设置。 | Aiven for Redis:为您的所有缓存和快速查找需求提供完全托管的内存键值存储。 | |
实现语言 | C和C++ | C | C |
服务器操作系统 | FreeBSD Linux OS X Solaris Windows | BSD Linux OS X Windows | 无服务器 |
数据模式 | 是 | 无模式 | 是 |
类型 | 是 | 部分 | 是 |
XML支持 | 是 | 否 | 否 |
二级索引 | 是 | 是 | 是 |
SQL | 是 | 通过RediSQL模块提供 | 是 |
API和其他访问方法 | ADO.NET JDBC ODBC 专有本机API | 专有协议 | ADO.NET JDBC ODBC |
支持的编程语言 | Ada C C# C++ D Delphi Eiffel Erlang Haskell Java JavaScript(Node.js)Objective-C OCaml Perl PHP Python Ruby Scheme Tcl | 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 |
服务器端脚本 | 是 | Lua;Redis 7中推出Redis函数(幻灯片和Github) | 否 |
触发器 | 是 | 发布/订阅通道提供部分触发功能;RedisGears | 是 |
分区方法 | 水平分区、使用MySQL Cluster或MySQL Fabric进行分片 | 分片 | 无 |
复制方法 | 多源复制、源-复制复制 | 多源复制 | 无 |
MapReduce | 否 | 通过RedisGears | 否 |
一致性概念 | 立即一致性 | 最终一致性 在Active-Active数据库中可以启用因果一致性 使用Redis Raft进行强一致性 最终一致性使用Active-Active进行强一致性 | |
外键 | 是 | 否 | 是 |
事务概念 | ACID | 命令块和脚本的原子执行以及乐观锁定 | ADO.NET JDBC ODBC |
并发性 | 是 | 是 | 是 |
持久性 | 是 | 是 | 是 |
内存功能 | 是 | 是 | 是 |
用户概念 | 具有细粒度授权概念的用户 | 访问控制列表(ACL):redis.io/docs/management/security/acl Redis Enterprise支持LDAP和基于角色的访问控制(RBAC) 互惠TLS身份验证:redis.io/docs/management/security/encryption 基于密码的身份验证 | 否 |
Table Source:https://db-engines.com/en/system/MySQL%3bRedis%3bSQLite
Editorial information provided by DB-Engines | |||
---|---|---|---|
Name | MySQL X | Redis X | SQLite X |
Description | Widely used open source RDBMS | Popular in-memory data platform used as a cache, message broker, and database that can be deployed on-premises, across clouds, and hybrid environments | Widely used embeddable, in-process RDBMS |
Primary database model | Relational DBMS | Key-value store | Relational DBMS |
Secondary database models | Document store Spatial DBMS | Document store Graph DBMS Spatial DBMS Search engine Time Series DBMS Vector DBMS | |
DB-Engines Ranking Trend Chart | Score1083.74Rank#2 Overall#2 Relational DBMS | Score157.80Rank#6 Overall#1 Key-value stores | Score114.32Rank#10 Overall#7 Relational DBMS |
Website | www.mysql.com | redis.com redis.io | www.sqlite.org |
Technical documentation | dev.mysql.com/doc | docs.redis.com/latest/index.html redis.io/docs | www.sqlite.org/docs.html |
Developer | Oracle | Redis project core team, inspired by Salvatore Sanfilippo | Dwayne Richard Hipp |
Initial release | 1995 | 2009 | 2000 |
Current release | 8.4.0, April 2024 | 7.2.4, January 2024 | 3.45.3 (15 April 2024), April 2024 |
License | Open Source | Open Source | Open Source |
Cloud-based only | no | no | no |
DBaaS offerings (sponsored links) | Aiven for MySQL: Fully managed MySQL, deployable in the cloud of your choice, with seamless integrations and lightning-fast setup. | Aiven for Redis: Fully managed in-memory key-value store for all your caching and speedy lookup needs. | |
Implementation language | C and C++ | C | C |
Server operating systems | FreeBSD Linux OS X Solaris Windows | BSD Linux OS X Windows | server-less |
Data scheme | yes | schema-free | yes |
Typing | yes | partial | yes |
XML support | yes | no | no |
Secondary indexes | yes | yes | yes |
SQL | yes | with RediSQL module | yes |
APIs and other access methods | ADO.NET JDBC ODBC Proprietary native API | proprietary protocol | ADO.NET JDBC ODBC |
Supported programming languages | Ada C C# C++ D Delphi Eiffel Erlang Haskell Java JavaScript (Node.js) Objective-C OCaml Perl PHP Python Ruby Scheme Tcl | 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 |
Server-side scripts | yes | Lua; Redis Functions coming in Redis 7 (slides and Github) | no |
Triggers | yes | publish/subscribe channels provide some trigger functionality; RedisGears | yes |
Partitioning methods | horizontal partitioning, sharding with MySQL Cluster or MySQL Fabric | Sharding | none |
Replication methods | Multi-source replication Source-replica replication | Multi-source replication Source-replica replication | none |
MapReduce | no | through RedisGears | no |
Consistency concepts | Immediate Consistency | Eventual Consistency Causal consistency can be enabled in Active-Active databases Strong consistency with Redis Raft Strong eventual consistency with Active-Active | |
Foreign keys | yes | no | yes |
Transaction concepts | ACID | Atomic execution of command blocks and scripts and optimistic locking | ACID |
Concurrency | yes | yes | yes |
Durability | yes | yes | yes |
In-memory capabilities | yes | yes | yes |
User concepts | Users with fine-grained authorization concept | 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 | no |
Table Source:https://db-engines.com/en/system/MySQL%3bRedis%3bSQLite
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。