SQLite vs Redis
-
Hi, I’ve been testing this plugin on a smaller site of mine. It works great! I glanced over the code and it seems well-built. So thank you for creating this!
I just enabled it on a bigger site that gets lots of visitors. It seems to do fine there as well. Not sure how large the cache will grow, so that’s something I’ll monitor for now.
I used the Redis object cache plugin before, but I’m trying this one because it’s easier to maintain. Not needing a Redis server and managing multiple site id’s manually is one less thing to worry about.
Having said that, can you (the author) tell more about how this performs compared to Redis? I imagine the SQLite file is cached in memory by the OS or perhaps even by PHP-FPM? That should help a lot. And we all know SQLite is pretty amazing, performance-wise. Has there been any performance tests? Am I crazy to use this one over Redis for the reason mentioned (easier maintenance)? ??
- The topic ‘SQLite vs Redis’ is closed to new replies.