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
sql: add setting to enable registering latch wait contention events
This commit adds a session setting (default off) that will cause contention
events emitted by the latch table to be included in the `*_contention_events`
virtual tables. This behavior is hidden behind a setting because latch wait
events are more common than events emitted by the lock table. Tracking them
in the virtual tables could increase system load and flood the statement
insights with uninteresting events. For now, this setting does nothing, but
the following commit will use it.
Informs #103713
Release note: None
0 commit comments