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
feat(748): Add compile time feature flag for table metrics
Closes#748.
This patch adds a temporary feature flag for enabling table metrics.
Table metrics are potentially recorded many times within a transaction.
This recording is synchronous and therefore can have a noticable impact on latency.
This new flag will be enabled by default.
With it, table metrics will be recorded; without it, they won't.
Note this flag is temporary.
It will be removed once metrics are recorded async.
0 commit comments