Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adapter: Change default query caching mode to async
We've decided to change the default query caching mode to async from inrequestpath, since if the query takes a long time to be created (eg because we have to create a large index in a base table), inrequestpath could block queries for arbitrarily long amounts of time, and it's likely a better user experience to just let the query run upstream while that's happening (which is what async does). Fixes: ENG-2121 Change-Id: I25c93bdd6e8efc56cfa1b6d90589a5643d094224 Reviewed-on: https://gerrit.readyset.name/c/readyset/+/3799 Tested-by: Buildkite CI Reviewed-by: Dan Wilbanks <dan@readyset.io>
- Loading branch information