加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

SQLite是否适合网站使用

发布时间:2020-12-12 19:06:26 所属栏目:百科 来源:网络整理
导读:我在SQLite 3中有一个50MB大小的数据库.所有数据库对象都是通过Web服务访问的.对于大约500个并行用户的并发在线使用,SQLite是一个不错的选择. 注意:用户将使用相同的表但不使用相同的行.每个用户只能查看/更新/删除他的数据. SQLite usually will work grea
我在SQLite 3中有一个50MB大小的数据库.所有数据库对象都是通过Web服务访问的.对于大约500个并行用户的并发在线使用,SQLite是一个不错的选择.

注意:用户将使用相同的表但不使用相同的行.每个用户只能查看/更新/删除他的数据.

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.

(Source)

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读