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
Release note (ops change): Add five new fields to the sampled_query
telemetry events:
ScanCount: Number of scans in the query plan.
ScanWithStatsCount: Number of scans using statistics (including
forecasted statistics) in the query plan.
ScanWithStatsForecastCount: Number of scans using forecasted
statistics in the query plan.
TotalScanRowsWithoutForecastsEstimate: Total number of rows read by
all scans in the query, as estimated by the optimizer without using
forecasts.
NanosSinceStatsForecasted: The greatest quantity of nanoseconds that
have passed since the forecast time (or until the forecast time, if it
is in the future, in which case it will be negative) for any table
with forecasted stats scanned by this query.
Exalate commented:
Related PR: cockroachdb/cockroach#88539
Commit: cockroachdb/cockroach@ab38868
Release note (ops change): Add five new fields to the sampled_query
telemetry events:
ScanCount
: Number of scans in the query plan.ScanWithStatsCount
: Number of scans using statistics (includingforecasted statistics) in the query plan.
ScanWithStatsForecastCount
: Number of scans using forecastedstatistics in the query plan.
TotalScanRowsWithoutForecastsEstimate
: Total number of rows read byall scans in the query, as estimated by the optimizer without using
forecasts.
NanosSinceStatsForecasted
: The greatest quantity of nanoseconds thathave passed since the forecast time (or until the forecast time, if it
is in the future, in which case it will be negative) for any table
with forecasted stats scanned by this query.
Jira Issue: DOC-5916
The text was updated successfully, but these errors were encountered: