Re: EXPLAIN output explanation requested

Поиск
Список
Период
Сортировка
От A. Kretschmer
Тема Re: EXPLAIN output explanation requested
Дата
Msg-id 20080603105228.GB25281@a-kretschmer.de
обсуждение исходный текст
Ответ на Re: EXPLAIN output explanation requested  ("A. Kretschmer" <andreas.kretschmer@schollglas.com>)
Ответы Re: EXPLAIN output explanation requested  (Ron Arts <ron.arts@neonova.nl>)
Re: EXPLAIN output explanation requested  (Ron Arts <ron.arts@neonova.nl>)
Список pgsql-novice
am  Tue, dem 03.06.2008, um 12:35:34 +0200 mailte A. Kretschmer folgendes:
> I guess, you have much insert/delete or update - operations on this
> table and no recent vacuum.
>
> Try to run a 'vacuum full;' and re-run your query. And, run a 'explain
> analyse <your query>' to see the estimated costs and the real costs.

Btw, run 'select relpages, reltuples from pg_class where relname='phone';
before and after the 'vacuum full' and show us the result.


Andreas
--
Andreas Kretschmer
Kontakt:  Heynitz: 035242/47150,   D1: 0160/7141639 (mehr: -> Header)
GnuPG-ID:   0x3FFF606C, privat 0x7F4584DA   http://wwwkeys.de.pgp.net

В списке pgsql-novice по дате отправления:

Предыдущее
От: "A. Kretschmer"
Дата:
Сообщение: Re: EXPLAIN output explanation requested
Следующее
От: Ron Arts
Дата:
Сообщение: Re: EXPLAIN output explanation requested