| From: | David G Johnston <david(dot)g(dot)johnston(at)gmail(dot)com> |
|---|---|
| To: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: [GENERAL] Performance issue with libpq prepared queries on 9.3 and 9.4 |
| Date: | 2014-11-14 00:43:45 |
| Message-ID: | 1415925825145-5826921.post@n5.nabble.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general pgsql-hackers |
Tom Lane-2 wrote
> In the meantime, I assume that your real data contains a small percentage
> of values other than these two? If so, maybe cranking up the statistics
> target would help. If the planner knows that there are more than two
> values in the column, I think it would be less optimistic about assuming
> that the comparison value is one of the big two.
Is there any value (or can value be added) in creating a partial index of
the form:
archetype IN ('banner','some other rare value')
such that the planner will see that such a value is possible but infrequent
and will, in the presence of a plan using a value contained in the partial
index, refuse to use a generic plan knowing that it will be unable to use
the very specific index that the user created?
David J.
--
View this message in context: http://postgresql.nabble.com/Re-GENERAL-Performance-issue-with-libpq-prepared-queries-on-9-3-and-9-4-tp5826919p5826921.html
Sent from the PostgreSQL - hackers mailing list archive at Nabble.com.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2014-11-14 00:47:24 | Re: Re: [GENERAL] Performance issue with libpq prepared queries on 9.3 and 9.4 |
| Previous Message | Tom Lane | 2014-11-14 00:34:39 | Re: [GENERAL] Performance issue with libpq prepared queries on 9.3 and 9.4 |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Simon Riggs | 2014-11-14 00:46:30 | EXPLAIN ANALYZE output weird for Top-N Sort |
| Previous Message | Tom Lane | 2014-11-14 00:34:39 | Re: [GENERAL] Performance issue with libpq prepared queries on 9.3 and 9.4 |