Re: Error during a dump (ts_selectivity, not found)

Поиск
Список
Период
Сортировка
От Vick Khera
Тема Re: Error during a dump (ts_selectivity, not found)
Дата
Msg-id AANLkTikd5d4OnWtbBBS5DW88LSRiLVMiR3_8VQwirmm0@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Error during a dump (ts_selectivity, not found)  (Ahmed Ossama <ahmed@aossama.net>)
Список pgsql-general
On Wed, Jan 19, 2011 at 3:00 PM, Ahmed Ossama <ahmed@aossama.net> wrote:
> Am I making an accurate comparison between the original db and the one i am
> trying to dump by comparing their sizes?
>

No.

What you might want to do is take a pg_dump of the newly restored DB
and see if its size is comparable to the size of the original dump.
These are in a compact format.  The on-disk format of the database
probably has some extra space in it from processing updates and
deletes over time.

The other option is to count the number of rows per table and compare those.

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

Предыдущее
От: Thomas Kellerer
Дата:
Сообщение: Re: How can I find a schema that a table belong to?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Error during a dump (ts_selectivity, not found)