Does it possible to store sqlite's :memory: tables in APC?

我只是一个虾纸丫 提交于 2019-12-08 04:21:57

问题


After reading PHP / SQLite - Copying a table from disk to memory I must ask this question.

Let's say I have a web page that uses some data upon every page load, I want it to be in shared memory since the data could get large, APC could solve that. I need to be able to search the data and use aggregate functions etc.. so sql is the way to go.

The ultimate solution would be sqlite's :memory: table, but in PHP, such tables won't be persistent.

Does it possible to store sqlite's :memory: tables in APC? Or any other solution to that problem?

来源:https://stackoverflow.com/questions/9104698/does-it-possible-to-store-sqlites-memory-tables-in-apc

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!