PHP memcache design patterns

前端 未结 5 1594
天涯浪人
天涯浪人 2020-12-23 12:49

We use memcache basically as an after thought to just cache query results.

Invalidation is a nightmare due to the way it was implemented. We since learned some tech

5条回答
  •  [愿得一人]
    2020-12-23 13:27

    mysqlnd_qc, which inserts memcaching at the database query results return level, auto caches result sets from mysql. It is FANTASTIC and automatic.

提交回复
热议问题