Re: GiST indexing tuples

Поиск
Список
Период
Сортировка
От Steinar H. Gunderson
Тема Re: GiST indexing tuples
Дата
Msg-id 20071129203024.GB5705@uio.no
обсуждение исходный текст
Ответ на Re: GiST indexing tuples  ("Matthew T. O'Connor" <matthew@zeut.net>)
Список pgsql-performance
On Thu, Nov 29, 2007 at 03:23:10PM -0500, Matthew T. O'Connor wrote:
> Sorry in advance if this is a stupid question, but how is this better than
> two index, one on "a" and one on "b"?  I supposed there could be a space
> savings but beyond that?

You could index on both columns simultaneously without a bitmap index scan.

/* Steinar */
--
Homepage: http://www.sesse.net/

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

Предыдущее
От: "Matthew T. O'Connor"
Дата:
Сообщение: Re: GiST indexing tuples
Следующее
От: "Campbell, Lance"
Дата:
Сообщение: clear pg_stats