Re: Slow query with backwards index scan

Поиск
Список
Период
Сортировка
От andrew@pillette.com
Тема Re: Slow query with backwards index scan
Дата
Msg-id 200707282043.l6SKhwP08503@pillette.com
обсуждение исходный текст
Ответ на Slow query with backwards index scan  (Tilmann Singer <tils-pgsql@tils.net>)
Список pgsql-performance
As other posters have pointed out, you can overcome the ORDER BY/LIMIT restriction on UNIONs with parentheses. I think
Imisbalanced the parentheses in my original post, which would have caused an error if you just copied and pasted. 

I don't think the limitation has to do with planning--just parsing the query.

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

Предыдущее
От: "Bruno Rodrigues Siqueira"
Дата:
Сообщение: RES: select on 1milion register = 6s
Следующее
От: Tilmann Singer
Дата:
Сообщение: Re: Slow query with backwards index scan