Re: Delete performance again

Поиск
Список
Период
Сортировка
От Marc Mamin
Тема Re: Delete performance again
Дата
Msg-id CA896D7906BF224F8A6D74A1B7E54AB3039E8BEF@JENMAIL01.ad.intershop.net
обсуждение исходный текст
Ответ на Re: Delete performance again  ("Віталій Тимчишин" <tivv00@gmail.com>)
Ответы Re: Delete performance again  ("Віталій Тимчишин" <tivv00@gmail.com>)
Список pgsql-performance
Hi,

Maybe you can try this syntax. I'm not sure, but it eventually perform better:


delete from company_alias USING comprm
where company_alias.company_id =comprm.id


Cheers,

Marc

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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: 7.4 - basic tuning question
Следующее
От: "Greg Caulton"
Дата:
Сообщение: cant get an index scan with a LIKE