Follow-up from "Cluster Agent query for GraphQl"
From !38833 (comment 405903336):
The cluster_agents
table has a redundant index on project_id
, which should be removed.
"index_cluster_agents_on_project_id_and_name" UNIQUE, btree (project_id, name)
"index_cluster_agents_on_project_id" btree (project_id)