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
Currently, Speculative Execution can be observed in two ways:
Query Tracing,
speculative execution fibers via Query History
It would be nice to also have Speculative Execution numbers also exposed in Metrics. For example, the CPP driver increments a counter each time a new fiber is started, and from there allows one to infer the percentage of total queries which triggered speculative execution.
For each Speculative Execution, it would also be nice to keep track of their latencies in a separate histogram, similarly as what CPP does in Histogram speculative_request_latencies;
The text was updated successfully, but these errors were encountered:
Currently, Speculative Execution can be observed in two ways:
It would be nice to also have Speculative Execution numbers also exposed in Metrics. For example, the CPP driver increments a counter each time a new fiber is started, and from there allows one to infer the percentage of total queries which triggered speculative execution.
For each Speculative Execution, it would also be nice to keep track of their latencies in a separate histogram, similarly as what CPP does in
Histogram speculative_request_latencies;
The text was updated successfully, but these errors were encountered: