Re: intarray index vs gin index

From: Teodor Sigaev <teodor(at)sigaev(dot)ru>
To: Marek Lewczuk <newsy(at)lewczuk(dot)com>
Cc: Lista dyskusyjna pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: intarray index vs gin index
Date: 2007-02-09 14:51:04
Message-ID: 45CC8A58.1020901@sigaev.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> intarray. My question is whether I still should use intarray for
> indexing (if yes then either I should use GIST or GIN) or maybe GIN
> index is faster than GIST+intarray / GIN+intarray.
Yes, with intarray you can use GiST/GIN indexes which you wish

--
Teodor Sigaev E-mail: teodor(at)sigaev(dot)ru
WWW: http://www.sigaev.ru/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message marcelo Cortez 2007-02-09 14:53:32 Help with install postgres 8.2 win32 version
Previous Message Andreas Kretschmer 2007-02-09 14:47:11 Re: trigger for pg_authid