-
Notifications
You must be signed in to change notification settings - Fork 4.1k
sql: remove opt field from Statement Statistics #68077
Copy link
Copy link
Closed
Labels
A-sql-observabilityRelated to observability of the SQL layerRelated to observability of the SQL layerC-cleanupTech debt, refactors, loose ends, etc. Solution not expected to significantly change behavior.Tech debt, refactors, loose ends, etc. Solution not expected to significantly change behavior.
Description
opt is always true and has been for a couple of releases now. It's not providing much value to us other than taking up much space.
Note: we should remove it both from the protobuf messages as well as system table.
cc: @yuzefovich
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-sql-observabilityRelated to observability of the SQL layerRelated to observability of the SQL layerC-cleanupTech debt, refactors, loose ends, etc. Solution not expected to significantly change behavior.Tech debt, refactors, loose ends, etc. Solution not expected to significantly change behavior.