Is there any plans to allow using Hyperdrive as a pooler for non-Workers connections?
Is there any plans to allow using Hyperdrive as a pooler for non-Workers connections?
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.


Inactive mean?
Inactive