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.
We have some configurations that we chose to hide. We should review them from a usability point of view and make any hidden variables visible if they might affect adoption of our software.
Description
We have some configurations that we chose to hide. We should review them from a usability point of view and make any hidden variables visible if they might affect adoption of our software.
One example is - https://github.com/readysettech/readyset/issues/1367 - This user could potentially self solve his issue if there hidden variable was available in our docs or in
readyset --help
.Change in user-visible behavior
Requires documentation change