Re: EXPLAIN output explanation requested
От | A. Kretschmer |
---|---|
Тема | Re: EXPLAIN output explanation requested |
Дата | |
Msg-id | 20080603182458.GA14479@a-kretschmer.de обсуждение исходный текст |
Ответ на | Re: EXPLAIN output explanation requested (Ron Arts <ron.arts@neonova.nl>) |
Список | pgsql-novice |
am Tue, dem 03.06.2008, um 19:51:05 +0200 mailte Ron Arts folgendes: > A. Kretschmer schreef: > >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. > What do those values relpages and reltuples mean? relpages: number of physical pages for the table on disk (one page=4 Kbyte) reltuples: number of tuples for the table Andreas -- Andreas Kretschmer Kontakt: Heynitz: 035242/47150, D1: 0160/7141639 (mehr: -> Header) GnuPG-ID: 0x3FFF606C, privat 0x7F4584DA http://wwwkeys.de.pgp.net
В списке pgsql-novice по дате отправления: