pinejs
pinejs copied to clipboard
Use prepared queries based on the cache usage
Utilize the caches that perform query translation to find the most executed queries and make these queries prepared statements. This should speed up the execution of the most often ran queries by some factor.