File based query cache#2713
Conversation
|
Hi @thekonz, thank you for contributing this feature. I am installing it in one of our projects right now for testing and will provide a thorough review together with some performance measurements soon. |
|
hi, thanks for reviewing! currently sick with covid. will get back to you later this week 😷 |
|
I hope you get better soon, no rush on this one :) Did some local testing which was promising! The file based cache consistently worked worked out to be under 1ms, whereas no caching took 11ms and database caching took 2-3ms. |
|
Testing in our integration environment looks promising too! In a particularly large query, using this shaved ~15ms off the execution time. |
|
Great results! |
|
@thekonz Anything else before I merge and release? |
|
nope, looks good |
Changes
Just like the schema cache, now the query cache can be picked up by opcache.
Breaking changes
None expected.