Open mkindahl opened 2 years ago
Any consideration to adding this feature set to timescale-tune?
Long ago when I had bigger ambitions for it, I thought about tuning hypertables/policies/etc
Any consideration to adding this feature set to timescale-tune?
That is an option, but not sure how easy it is to build something like this using timescaledb-tune
.
Background
Right now, the tool emits a message for each object that matches a rule. The message is usually very elaborate, for example:
Problem
With a lot of tables under consideration, it can be difficult to get a good summary of the available tables and/or queries, what rules they match, and what the recommendation is.
Solution
Print a summary table with reference to the name of the rule. Something like this
The tool can then print the full recommendation using a option and a rule name to provide more information.