Readyset is a MySQL and Postgres wire-compatible caching layer that sits in front of existing databases to speed up queries and horizontally scale read throughput. Under the hood, ReadySet caches the results of cached select statements and incrementally updates these results over time as the underlying data changes.
psql> CREATE CACHE FROM SELECT SUM(val) FROM m WHERE 123 != foo_id;
server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
To Reproduce
See above. I don't think any special table layout is necessary to reproduce but let me know if you need more information.
Expected behavior
Should work as foo_id != 123 does, or as 123 = foo_id does.
Describe the problem
To Reproduce
See above. I don't think any special table layout is necessary to reproduce but let me know if you need more information.
Expected behavior
Should work as
foo_id != 123
does, or as123 = foo_id
does.Additional data / screenshots
See full backtrace
Environment
stable-240919
psql
,mysql
, SQLAlchemy, TypeORM]:psql
Additional context
Famous last words? 😺