readysettech / readyset

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.
https://readyset.io
Other
4.54k stars 125 forks source link

Review hidden configurations #1368

Open altmannmarcelo opened 2 months ago

altmannmarcelo commented 2 months ago

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