Is it possible to analyze the stats of Citus like we do in PostgreSQL for its index, query optimization. If yes, how?

17 views Asked by At

I am familiar with using stat tables in postgresql to analyze indexes and queries, with the help of pg_stat_activity, pg_stat_statements, etc. However, in citus where I have distributed tables, (please correct me if I am wrong) I believe the stats shown is for only the coordinator node. Is there any way i can analyze the citus stats for its optimization?

0

There are 0 answers