Re: Transaction problem?

Поиск
Список
Период
Сортировка
От Hannu Krosing
Тема Re: Transaction problem?
Дата
Msg-id 1050484380.2315.17.camel@fuji.krosing.net
обсуждение исходный текст
Ответ на Transaction problem?  (Kurt Roeckx <Q@ping.be>)
Список pgsql-hackers
Kurt Roeckx kirjutas K, 16.04.2003 kell 01:36:
> I'm not exactly sure what the problem is, or how it happened.
> 
> I have a database where I deleted all records from all tables.  I
> run a vacuum full and am left with about 1 GB of data.

Probably indexes.

Delete of all data is slow. If you don't need referetial integrity
maintained then TRUNCATE is much faster. Doing REINDEX after that will
clear out indexes if TRUNCATE does not do it ?

------------------
Hannu



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

Предыдущее
От: Shridhar Daithankar
Дата:
Сообщение: Re: Are we losing momentum?
Следующее
От: Hannu Krosing
Дата:
Сообщение: Re: Are we losing momentum?