Luke Osborne
Luke Osborne
We were calling `get_view()` when we really only needed the query name since we end up calling `get_noria_view()` a few lines down. get_view() is a lot more expensive than just...
**Description** Rather than considering snapshot failure/retry loops as "In Progress", add a "Failed" status with a message indicating that we will retry and a pointer to `show readyset status` to...
Testing
Non-blocking reads determines the behavior when we have a cache miss that triggers an up-query. We have a choice of waiting for the upquery, which will likely be more expensive...
A newer version of diesel_cli is causing a framework test to fail. This pins the version to one that works.
### Summary `create cache concurrently` isn't working correctly. ### Description If we create a cache with `create cache concurrently`, we don't seem to update the status in the query status...
Our implementation of Numeric only works for scales up to 28, but the postgres spec allows a much wider range. We currently consider scales >28 to be unsupported and will...
Our implementation of Numeric only works for scales up to 28, but the postgres spec allows a much wider range. We currently consider scales >28 to be unsupported and will...
Our implementation of Numeric only works for scales up to 28, but the postgres spec allows a much wider range. We currently consider scales >28 to be unsupported and will...