`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](https://github.com/cockroachdb/cockroach/blob/518f67c41e4c4810783cd668a446c47f44719a36/pkg/roachpb/app_stats.proto#L177) as well as [system table](https://github.com/cockroachdb/cockroach/blob/5c1a4413fc5ff92b9b0faec52acf2d852fb858ff/pkg/sql/sqlstats/persistedsqlstats/sqlstatsutil/json_encoding.go#L57). cc: @yuzefovich
optis 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