Re: Extreme bloating of intarray GiST indexes - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Extreme bloating of intarray GiST indexes
Date
Msg-id 19093.1304026049@sss.pgh.pa.us
Whole thread Raw
In response to Re: Extreme bloating of intarray GiST indexes  (Alexander Korotkov <aekorotkov@gmail.com>)
Responses Re: Extreme bloating of intarray GiST indexes  (Alexander Korotkov <aekorotkov@gmail.com>)
List pgsql-hackers
Alexander Korotkov <aekorotkov@gmail.com> writes:
> What opclass is used for GiST index: gist__int_ops or gist__intbig_ops?
> Do you take into account that gist__int_ops is very inefficient for large
> datasets?

I seem to recall some discussion recently about documenting where you
should cut over to using "gist__intbig_ops" --- IIRC, it wasn't all that
"big" by modern standards.  But it doesn't look like any such change made
it into the docs.  Should we reopen that discussion?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Alexander Korotkov
Date:
Subject: Re: Extreme bloating of intarray GiST indexes
Next
From: Alexander Korotkov
Date:
Subject: Re: Extreme bloating of intarray GiST indexes