Re: UPDATE slow

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: UPDATE slow
Дата
Msg-id 20030204150858.O11063-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на Re: UPDATE slow  (John Smith <john_smith_45678@yahoo.com>)
Ответы Re: UPDATE slow
Список pgsql-general
On Tue, 4 Feb 2003, John Smith wrote:

> Think that makes sense ;). However, I just dropped all the foreign key
> constraints on stats and there wasn't any speed increase in the query.
> I've also tried dropping the index on clicks (no speed-up there
> either).

Can you duplicate it with a new table?

Something like:

create table foo as select * from stats;
update foo set clicks=3344;



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

Предыдущее
От: Tilo Schwarz
Дата:
Сообщение: Re: Q: explain on delete
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Rules with "Where" Referencing Other Tables