SQLite as a production database for a low-traffic site?

后端 未结 10 551
半阙折子戏
半阙折子戏 2020-12-12 21:32

I\'m considering using SQLite as a production database for a site that would receive perhaps 20 simultaneous users, but with the potential for a peak that could be many mult

10条回答
  •  半阙折子戏
    2020-12-12 22:33

    I am using it in a very low traffic web server (it is a genomic database) and I don't have any problems. But there are only SELECT statements, no writing to the DB involved.

提交回复
热议问题