Re: "Suspending" indexes and constraint updates

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: "Suspending" indexes and constraint updates
Дата
Msg-id 200712041150.22075.peter_e@gmx.net
обсуждение исходный текст
Ответ на "Suspending" indexes and constraint updates  (Reg Me Please <regmeplease@gmail.com>)
Ответы Re: "Suspending" indexes and constraint updates  (Reg Me Please <regmeplease@gmail.com>)
Список pgsql-general
Am Dienstag, 4. Dezember 2007 schrieb Reg Me Please:
> Is there a way to "suspend" the index updates and the constraint checks
> before the inserts in order to later re-enable them and do a reindex?

You can disable foreign-key constraints (see ALTER TABLE ... DISABLE TRIGGER;
not quite obvious, but there is a trigger beneath each foreign key
constraint).  But there is no general solution for all constraints and
indexes.

It might also be helpful to investigate the order in which pg_dump puts out
things, since it faces mostly the same issues.  It puts index and constraint
creation at the end after the data load.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

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

Предыдущее
От: "Christian Rengstl"
Дата:
Сообщение: Re: Fwd: Re: Archiving problem on Windows
Следующее
От: "x asasaxax"
Дата:
Сообщение: Re: Transaction problem