Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
PhP 中是否有一个既快又大的缓存系统?
如果我在磁盘中缓存,则 IO 会上升。
如果我缓存在内存中,则内存很小。
我需要一个在内存中缓存的综合缓存系统,但是当内存变大时,会自动将大数据顺序转储到磁盘。
PhP中有这样的东西吗?
该网站存储了大量的小物品(30k),数以百万计。现在每个数据都存储在一个文件中
您应该尝试以下方法之一:
装甲运兵车
XCACHE
加速器
MEMCACHE
ZEND 优化器
这些是可用的最佳 PHP 缓存解决方案。
听起来你想要 Redis。它有点像 memcache,但具有基于磁盘的持久性/溢出。