Re: How to determine cause of performance problem?

Поиск
Список
Период
Сортировка
От Arjen van der Meijden
Тема Re: How to determine cause of performance problem?
Дата
Msg-id 4333E4DB.4020206@tweakers.net
обсуждение исходный текст
Ответ на Re: How to determine cause of performance problem?  (Michael Stone <mstone+postgres@mathom.us>)
Ответы Re: How to determine cause of performance problem?  (Joost Kraaijeveld <J.Kraaijeveld@Askesis.nl>)
Список pgsql-performance
On 23-9-2005 13:05, Michael Stone wrote:
> On Fri, Sep 23, 2005 at 12:21:15PM +0200, Joost Kraaijeveld wrote:
>
> Ok, that's great, but you didn't respond to the suggestion of using COPY
> INTO instead of INSERT.
>
>> But I have no clue where to begin with determining the bottleneck (it
>> even may be a normal performance for all I know: I have no experience
>> with converting such (large) database).
>>
>> Any suggestions?
>
>
> Respond to the first suggestion?

Another suggestion:
How many indexes and constraints are on the new table?
Drop all of them and recreate them once the table is filled. Of course
that only works if you know your data will be ok (which is normal for
imports of already conforming data like database dumps of existing tables).
This will give major performance improvements, if you have indexes and
such on the new table.

Best regards,

Arjen

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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: SELECT LIMIT 1 VIEW Performance Issue
Следующее
От: Oleg Bartunov
Дата:
Сообщение: Re: tsearch2 seem very slow