Re: Poor performance of delete by primary key

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Poor performance of delete by primary key
Дата
Msg-id 431DBAE9.3060205@archonet.com
обсуждение исходный текст
Ответ на Poor performance of delete by primary key  ("Brian Choate" <brianc@nimblefish.com>)
Список pgsql-performance
Brian Choate wrote:
> Hello,
>
> We are seeing a very strange behavior from postgres. For one of our
> very common tasks we have to delete records from a table of around
> 500,000 rows. The delete is by id which is the primary key. It seems
> to be consistently taking around 10 minutes to preform. This is
> totally out of line with the rest of the performance of the database.

> Any ideas on what might be going on?

Well, it sounds like *something* isn't using an index. You say that all
your FK's are indexed, but that's something worth checking. Also keep an
eye out for type conflicts.

If the system is otherwise idle, it might be worthwhile to compare
before and after values of pg_stat* (user-tables and user-indexes).

--
   Richard Huxton
   Archonet Ltd

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

Предыдущее
От: Matthew Sackman
Дата:
Сообщение: Re: Massive performance issues
Следующее
От: "Merlin Moncure"
Дата:
Сообщение: Re: insert performance for win32