Slow deletion of data from tables

Поиск
Список
Период
Сортировка
От orfenur@ulrik.uio.no (Rune Froysa)
Тема Slow deletion of data from tables
Дата
Msg-id 53a989c.0407010835.21f8bf5c@posting.google.com
обсуждение исходный текст
Ответы Re: Slow deletion of data from tables
Список pgsql-general
I have one table with columns that are used as foreign-keys from
several other tables.  Sometimes deletion from this table takes +5
seconds for a single row.  Are there any utilities that can be used to
figure out why the deletion takes so long?  "ANALYZE DELETE FROM foo
WHERE bar=gazonk" doesn't really help as it only explains how the
where statement is resolved, and not what postgres has to do to
preserve database integrity.

Regards,

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

Предыдущее
От: Mike Rylander
Дата:
Сообщение: Re: Enough RAM for entire Database.. cost aside, is this
Следующее
От: "Bob Hockney"
Дата:
Сообщение: Grant select on all tables in a schema