top | item 47152747

Pg_plan_alternatives – eBPF tracing of all plans the optimizer considers

2 points| dujuku | 6 days ago |github.com

1 comment

order

dujuku|6 days ago

This is a really interesting project I found which could be used to detect plan flips and introspect why the Postgres optimizer chose a certain path. Normally that is opaque to the user.