Closed DiegoTavares closed 4 months ago
Our experiments showed that running this query as a prepared statement makes Postgres more consistent in choosing a query plan to run based on the size of the underlying indexes.
No change in functionality is added by this change.
@bcipriano FYI
Our experiments showed that running this query as a prepared statement makes Postgres more consistent in choosing a query plan to run based on the size of the underlying indexes.
No change in functionality is added by this change.