kevin-v-ngo

Results 11 comments of kevin-v-ngo

Hi @j82w, I thought we had index as well? Or is that coming in another PR?

Got it. Let me know if this isn't being tracked. I can file an issue.

> > _[Reviewable](https://reviewable.io/reviews/cockroachdb/cockroach/88454)_ status: :shipit: complete! 0 of 0 LGTMs obtained (and 1 stale) (waiting on @ericharmeling, @j82w, and @maryliag) > > _[`pkg/ui/workspaces/cluster-ui/src/insights/workloadInsights/util/insightsColumns.tsx` line 136 at r2](https://reviewable.io/reviews/cockroachdb/cockroach/88454#-NC_V5jETd3-fChu27rZ-r2-136:-NC_kbr9EW89rFgcYBGN:baollqe) ([raw file](https://github.com/cockroachdb/cockroach/blob/a53e0774dcb48047e6ba9a62d95098011a072db5/pkg/ui/workspaces/cluster-ui/src/insights/workloadInsights/util/insightsColumns.tsx#L136)):_ >...

> Just to follow up and close the loop for those following the thread. @j82w and I were chatting, It didn't make sense to say "no index" since contention had...

Yes, this endpoint was created to support the new persisted stats experience in the console by SQL Obs team. The endpoint queries the new virtual table (combining in-memory and persisted...

It might be a better UX to have a single Job event that captures job statuses, changes, and _all_ its metadata. This single event would also have job type specific...

Any update on this issue @DrewKimball? Curious, could we target 24.2 (even better if we can backport) for this one? Rooting out contention (including latch) symptoms continues to be a...

> I can imagine we might also want to track something like cumulative latch wait time separately Yes, I agree. I'd follow the same pattern as what we did for...

Thanks Drew! Several questions below😅 > Should we just ignore self-induced latch waiting, and only track contention-related events in One metric for latch? What does self-induced latching waiting tell the...