| От | Tom Lane |
|---|---|
| Тема | Re: performance problem aftrer update from 7.1 to 7.4.2 |
| Дата | |
| Msg-id | 11644.1082002140@sss.pgh.pa.us обсуждение |
| Ответ на | Re: performance problem aftrer update from 7.1 to 7.4.2 (Richard Huxton <dev@archonet.com>) |
| Ответы |
Re: performance problem aftrer update from 7.1 to 7.4.2
|
| Список | pgsql-general |
Richard Huxton <dev@archonet.com> writes:
> 1. PG has changed the way it reports row width (I don't remember any such
> change).
My recollection is that up till 7.2, the estimation of widths for
variable-width columns was completely bogus. Since 7.2 it's driven by
an actual average width for the column as measured by ANALYZE. So if
the query is selecting some fairly wide variable-width columns then it's
entirely likely for the width estimate to take a big jump.
Given that we haven't seen any EXPLAIN ANALYZE output it's hard to say
anything about what the *real* problem is ...
regards, tom lane
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера