Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. Thomas, nobody's suggesting that the caching mechanism should automagically detect that data changed, nor are we suggesting that the cache should be disabled by default.
  2.  
  3. What Nelson asked for is quite reasonable: allow per-query cache control. When your data comes from several sources where query execution time and data time-to-live vary wildly, there's a good case for allowing cheap, short-lived data to be cached for a short while (or not at all) all the while caching long-lived, expensive datasets for longer. The database table-based cache we're using in this particular case isn't germane to the argument.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement