Re: Proposal: Extending the PostgreSQL Protocol with Command Metadata

Aleksander Alekseev <aleksander@tigerdata.com>

From: Aleksander Alekseev <aleksander@tigerdata.com>
To: pgsql-hackers@lists.postgresql.org
Cc: Kir Shatrov <sigkirs@gmail.com>
Date: 2025-08-18T15:33:16Z
Lists: pgsql-hackers
Hi,

> - Multi-tenant applications tracking per-query resource consumption (buffer hits/misses, CPU/IO time)

BTW speaking of buffer hits/misses, you can already do this with
EXPLAIN ANALYZE.

-- 
Best regards,
Aleksander Alekseev