Eeek, sounds complex. I'm no network administrator. Appreciate the info, though, I'll do some readin
Eeek, sounds complex. I'm no network administrator. Appreciate the info, though, I'll do some reading.
cloudflared does, and that's what needs to be reachable by your DB.SELECT random() FROM table WHERE id = 1234 will the cache only be invalidated for that record or the whole table?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.
