Re: frustration with database size

Поиск
Список
Период
Сортировка
От Thomas F. O'Connell
Тема Re: frustration with database size
Дата
Msg-id 3C4C7CA8.8080005@monsterlabs.com
обсуждение исходный текст
Ответ на Re: frustration with database size  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: frustration with database size  (Einar Karttunen <ekarttun@cs.helsinki.fi>)
Список pgsql-general
> An easy way to get some data is to do a VACUUM so that the relpages
> statistics are up to date, and then do
>
> select relname,relkind,relpages from pg_class order by relpages desc;


well, that certainly is data. but what does it mean?

what does this query actually spell out?

to what do relkind and relpages refere?

just curious.

thanks!

-tfo


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

Предыдущее
От: Vince Vielhaber
Дата:
Сообщение: Re: [HACKERS] PostgreSQL Licence: GNU/GPL
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] PostgreSQL Licence: GNU/GPL