Re: What to index to speed up my UNION views?

Поиск
Список
Период
Сортировка
От Ashley Moran
Тема Re: What to index to speed up my UNION views?
Дата
Msg-id 200603281015.02196.work@ashleymoran.me.uk
обсуждение исходный текст
Ответ на Re: What to index to speed up my UNION views?  (Martijn van Oosterhout <kleptog@svana.org>)
Список pgsql-general
On Tuesday 28 March 2006 10:05, Martijn van Oosterhout wrote:
> That's because it's decribed in the SQL standard. UNION ALL just joins
> the results of the two queries. UNION removes duplicates which usually
> means sorting and comparing the tuples. UNION ALL is faster and usually
> what you want anyway...

Yes that's exactly what I want.  Thanks for pointing out the difference

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

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: What to index to speed up my UNION views?
Следующее
От: "surabhi.ahuja"
Дата:
Сообщение: 32 bit applications against 64 bit postgres server