Re: Table UPDATE is too slow

Поиск
Список
Период
Сортировка
От Ron St-Pierre
Тема Re: Table UPDATE is too slow
Дата
Msg-id 41351546.7090600@syscor.com
обсуждение исходный текст
Ответ на Table UPDATE is too slow  (Ron St-Pierre <rstpierre@syscor.com>)
Список pgsql-performance
Thanks for everyone's comments (Thomas, Steinar, Frank, Matt, William).
Right now I'm bench-marking the time it takes for each step
in the end of day update process and then I am going to test a few things:
- dropping most indexes, and check the full processing time and see if
there is any noticeable performance degradation on the web-end
- wrapping the updates in a transaction, and check the timing
- combining the two
- reviewing my shared_buffers and sort_memory settings

Thanks
Ron


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

Предыдущее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: Equivalent praxis to CLUSTERED INDEX?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Table UPDATE is too slow