Re: RFC: Allow EXPLAIN to Output Page Fault Information

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: torikoshia <torikoshia@oss.nttdata.com>
Cc: Pgsql Hackers <pgsql-hackers@postgresql.org>
Date: 2024-12-24T15:52:08Z
Lists: pgsql-hackers

Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. Avoid leaking system path from pg_available_extensions

  2. Enable BUFFERS with EXPLAIN ANALYZE by default

torikoshia <torikoshia@oss.nttdata.com> writes:
> I have attached a PoC patch that modifies EXPLAIN to include page fault 
> information during both the planning and execution phases of a query. 

Surely these numbers would be too unstable to be worth anything.

			regards, tom lane