All Questions
Tagged with parameter-sniffing postgresql
1 question
2
votes
1
answer
2k
views
Parameter sniffing / bind peeking in PostgresSQL
The Prepare and Execute combination in PostgreSQL permit the use of bound parameters. However, Prepare does not produce a plan optimized for one set of parameter bindings that can be reused with a ...