Skip to content
Advertisement

Tag: algorithm

Implementation of QueryCache

Aside from doing a direct match on something like a whitespace normalized hash of a query, what might be a useful (but-not-necessarily-perfect) way to handle query cache in a partial manner? For example, let’s take the following basic case: This potentially could be used as a ‘base-cache’ upon which a further query could be executed to potentially improve performance: So,

Advertisement