We don't do any purging. If you do `SELECT random(), * FROM table WHERE id = 1234` you'll get uncach
We don't do any purging. If you do
SELECT random(), * FROM table WHERE id = 1234 you'll get uncached results for that query. What's in the cache won't be touched either way.


