Optimizing the same PREPAREd static query (without parameters) - Mailing list pgsql-general

From Mitar
Subject Optimizing the same PREPAREd static query (without parameters)
Date
Msg-id CAKLmikOWUkVGB6sG5BC6DeiWDjMn1A4DLDX32h+3Mppj=YonWQ@mail.gmail.com
Whole thread Raw
Responses Re: Optimizing the same PREPAREd static query (without parameters)  (David Rowley <david.rowley@2ndquadrant.com>)
List pgsql-general
Hi!

If I have a PREPAREd query without parameters (static) and I EXECUTE
it repeatedly in the same session, does PostgreSQL learn/optimize
anything across those runs?


Mitar

-- 
http://mitar.tnode.com/
https://twitter.com/mitar_m


pgsql-general by date:

Previous
From: Mitar
Date:
Subject: Re: Watching for view changes
Next
From: Achilleas Mantzios
Date:
Subject: Re: Use bytearray for blobs or not?