Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ui: prevent additional RPC fanout in insights api
Previously the query used to fetch insights was triggering 2 cluster-wide RPC fanouts by doing a self-join on `crdb_internal.cluster_execution_insights`. We should buffer the insights virtual table to prevent an additional fanout to construct the table again. Epic: none Release note: None
- Loading branch information