pinejs icon indicating copy to clipboard operation
pinejs copied to clipboard

Use prepared queries based on the cache usage

Open afitzek opened this issue 7 years ago • 0 comments

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.

afitzek avatar Feb 04 '19 10:02 afitzek