Re: slow deletes on pgsql 7.4
От
Tom Lane
Тема
Re: slow deletes on pgsql 7.4
Дата
Msg-id
9147.1146006558@sss.pgh.pa.us
Ответ на
slow deletes on pgsql 7.4 (Junaili Lie)
Список
Дерево обсуждения
slow deletes on pgsql 7.4 "Junaili Lie" <junaili@gmail.com>
Re: slow deletes on pgsql 7.4 "Junaili Lie" <junaili@gmail.com>
Re: slow deletes on pgsql 7.4 Tom Lane <tgl@sss.pgh.pa.us>
Re: slow deletes on pgsql 7.4 "Junaili Lie" <junaili@gmail.com>
Re: slow deletes on pgsql 7.4 Tom Lane <tgl@sss.pgh.pa.us>
Re: slow deletes on pgsql 7.4 "Junaili Lie" <junaili@gmail.com>
"Junaili Lie" writes: > we encounter issues when deleting from a table based on id (primary key). O= > n > certain 'id', it took forever to delete and the i/o is 100% busy. Almost always, if delete is slow when selecting the same rows is fast, it's because you've got a trigger performance problem --- most commonly, there are foreign keys referencing this table from other tables and you don't have the referencing columns indexed. regards, tom lane
В списке pgsql-performance по дате отправления