Mysql、SQLite、可扩展性

标签 mysql sqlite

SQLite 可以替代高流量网站中的 mysql 吗? 谢谢

最佳答案

SQLite usually will work great as the database engine for low to medium traffic websites (which is to say, 99.9% of all websites). The amount of web traffic that SQLite can handle depends, of course, on how heavily the website uses its database. Generally speaking, any site that gets fewer than 100K hits/day should work fine with SQLite. The 100K hits/day figure is a conservative estimate, not a hard upper bound. SQLite has been demonstrated to work with 10 times that amount of traffic.

来源:http://www.sqlite.org/whentouse.html

关于Mysql、SQLite、可扩展性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4062654/

相关文章:

mysql - 如何实现子查询以选择与三个主题中的两个匹配的行?

php - 按特定顺序运行 MySQL 查询

c# - 纯托管 SQLite NET 包装器

jquery - SQL数据库设计外键

Java MySQL Hibernate 慢选择查询

mysql - 在数据库中管理客户

带有 bool 值的sqlite?

sql - 使用android Room,如何删除超过1000个项目?

java - Android Room Persistence Library - 如何查找 ID 列表中包含 ID 的实体?

Android - 如何从多个 SQLite 表中检索数据?