Description:
QUAN allows you to set a minimum runtime threshold (default 500ms) of a statement before it should collect an EXPLAIN plan of the statement ("Auto-EXPLAIN Threshold").
Similarly, it would be nice to be able to do this for the example statement as well (with an extra configuration threshold, not using the EXPLAIN one).
How to repeat:
N/A
Suggested fix:
Add a new configuration option that sets the "Auto-Example Threshold", that should be passed to QUAN data sources to configure when to send examples in the same way as EXPLAIN plans.
Description: QUAN allows you to set a minimum runtime threshold (default 500ms) of a statement before it should collect an EXPLAIN plan of the statement ("Auto-EXPLAIN Threshold"). Similarly, it would be nice to be able to do this for the example statement as well (with an extra configuration threshold, not using the EXPLAIN one). How to repeat: N/A Suggested fix: Add a new configuration option that sets the "Auto-Example Threshold", that should be passed to QUAN data sources to configure when to send examples in the same way as EXPLAIN plans.