This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center
在centos 246mb ram、apache和php、json_encode()上使用尽可能少的ram存储数据时,性能最好的sql数据库是什么?
也许有数据库,NoSQL
现在我用的是mysql,但是246mbram可能太少了。
选择多个表所需的性能,读取数据的速度,而不是数据库中的大量写入。

最佳答案

不要为低内存环境替换mysql=>Tune it
您可以使用一个简单的MySQL tuner script来帮助您了解系统中使用了mysql的哪些“部分”。

10-07 16:42
查看更多