Without getting into browser caching, no Hyperdrive does not do proactive cache purging after volati
Without getting into browser caching, no Hyperdrive does not do proactive cache purging after volatile queries. It's something we've discussed but would be a non-trivial feature to add and generally is not something users have asked for overmuch.
If you need to bypass cache on specific queries, we don't check cache on any volatile queries, so you could add any such function. For example including
If not purging cache on mutation is a dealbreaker feature for you, it would be helpful for us to understand a bit about your use case, if you'd be willing to chat about it.
If you need to bypass cache on specific queries, we don't check cache on any volatile queries, so you could add any such function. For example including
random() and ignoring that field in your result would do it.If not purging cache on mutation is a dealbreaker feature for you, it would be helpful for us to understand a bit about your use case, if you'd be willing to chat about it.


