Re: Bug #686: growing tables

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: Bug #686: growing tables
Дата
Msg-id 20020607145601.0e1bf553.nconway@klamath.dyndns.org
обсуждение исходный текст
Ответ на Bug #686: growing tables  (pgsql-bugs@postgresql.org)
Список pgsql-bugs
On Fri,  7 Jun 2002 12:20:11 -0400 (EDT)
"pgsql-bugs@postgresql.org" <pgsql-bugs@postgresql.org> wrote:
> When I executing updates on small table (250 rows)
> it tables grows.

This is expected due to MVCC.

> In my database one table contains only 250 rows
> (two number, ip and date) take 170MB disk space!
>
> If I drop and create table (with export and import data) - all right
> but leter it begin growing
>
> command 'valuum' dont help.

No, but does VACUUM or VACUUM FULL help?

Can you isolate what is actually growing (e.g. indexes, tables, etc.)?

How many updates are you performing? How fast is the table growing?

Cheers,

Neil

--
Neil Conway <neilconway@rogers.com>
PGP Key ID: DB3C29FC

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

Предыдущее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: Bug #686: growing tables
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [PATCHES] A bug in gist code with fetch/move