Re: BUG #1552: massive performance hit between 7.4 and 8.0.1

Поиск
Список
Период
Сортировка
От Keith Browne
Тема Re: BUG #1552: massive performance hit between 7.4 and 8.0.1
Дата
Msg-id 423F8C70.1090105@deepsky.com
обсуждение исходный текст
Ответ на BUG #1552: massive performance hit between 7.4 and 8.0.1  ("Brian O'Reilly" <fade@deepsky.com>)
Список pgsql-bugs
> They PGSQL-PERFORMANCE list is really the appropriate place for
> performance issues like yours.  Subscribe?

Josh,

Brian and I are trying to put upwards of 80-90,000 rows into a table.
When we run on PostgreSQL 7.4, this takes about five minutes.  On
comparable hardware, running PostgreSQL 8.0.1, it's taking almost two
hours.  The query from the bug report shows that the planner is using
sequential searches, not index searches, to satisfy the foreign key
constraint.

Our scenario (inserting data into a new table) seems to be something
that a lot of users could run across.  The performance drop we're seeing
shows up as a regression from earlier behaviour in PostgreSQL.  That's
why, after discussing our issue with AndrewSN on #postgresql, Brian
filed a bug here.

We'll follow up with the PERFORMANCE list to find a workaround, but I
think this is an issue which should be addressed as a bug.

Thanks for your help,

Keith Browne
tuxedo@deepsky.com

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #1552: massive performance hit between 7.4 and 8.0.1
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: BUG #1547: CREATE TYPE AS error