You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This body of work focuses on improving the experience around configuring, interacting with, and debugging ReadySet.
Projects
Reduce configuration complexity
The configuration updates aim to reduce the number of runtime arguments to a smaller set of well tested configurations. Default configuration values will also be updated so that in most cases when a user is testing ReadySet they will only have to configure their upstream database URL.
Support bulk downloading and uploading of queries so that a user can export a set of caches that they have tested into a production deployment.
Support exporting tables referenced by caches to enable users to then pass them in via --replication-tables so as to avoid snapshotting tables that will not be used.
Expose additional system state and metrics through ReadySet SQL extensions. Expand the information readily available on dataflow state and snapshotting/replication status. This system status information is intended to convey whether or not a specific subsystem is healthy and surface any error or restart information.
We'll also add more system status information to specificaly facilitate troubleshooting errors (for example, surfacing the specific reason that ReadySet is unable to begin replication).
Since ReadySet maintains state across server restarts, we will also ensure that system status persists across restarts.
Usability Improvements
This body of work focuses on improving the experience around configuring, interacting with, and debugging ReadySet.
Projects
Reduce configuration complexity
The configuration updates aim to reduce the number of runtime arguments to a smaller set of well tested configurations. Default configuration values will also be updated so that in most cases when a user is testing ReadySet they will only have to configure their upstream database URL.
Improve caching experience
Support bulk downloading and uploading of queries so that a user can export a set of caches that they have tested into a production deployment.
Support exporting tables referenced by caches to enable users to then pass them in via
--replication-tables
so as to avoid snapshotting tables that will not be used.Improve debuggability
Expose additional system state and metrics through ReadySet SQL extensions. Expand the information readily available on dataflow state and snapshotting/replication status. This system status information is intended to convey whether or not a specific subsystem is healthy and surface any error or restart information.
We'll also add more system status information to specificaly facilitate troubleshooting errors (for example, surfacing the specific reason that ReadySet is unable to begin replication).
Since ReadySet maintains state across server restarts, we will also ensure that system status persists across restarts.
EVICTION_WORKER_HEAP_ALLOCATED_BYTES
outside of doing evictions #194SHOW READYSET STATUS
#291The text was updated successfully, but these errors were encountered: