On Thu, Feb 2, 2012 at 10:21 PM, Robert Haas wrote:
> I'm having trouble figuring out under what set of circumstances spgist
> is expected to be the best available alternative. It only supports a
> small subset of the data types that GiST does, so I suppose the point
> is that it should be faste
Robert Haas writes:
> I'm having trouble figuring out under what set of circumstances spgist
> is expected to be the best available alternative. It only supports a
> small subset of the data types that GiST does, so I suppose the point
> is that it should be faster for the cases that it does hand
On Thu, Feb 2, 2012 at 12:18 PM, Tom Lane wrote:
> Robert Haas writes:
>> On Wed, Feb 1, 2012 at 10:57 PM, Tom Lane wrote:
>>> Too lazy to look at the code right now, but I think indxpath.c contains
>>> hardwired assumptions that LIKE prefix optimizations are only possible
>>> with btree indexes
Robert Haas writes:
> On Wed, Feb 1, 2012 at 10:57 PM, Tom Lane wrote:
>> Too lazy to look at the code right now, but I think indxpath.c contains
>> hardwired assumptions that LIKE prefix optimizations are only possible
>> with btree indexes. Possibly it would be worth relaxing that.
> Is it as
On Wed, Feb 1, 2012 at 10:57 PM, Tom Lane wrote:
> Robert Haas writes:
>> Is spgist intended to support prefix searches with LIKE?
>
> Too lazy to look at the code right now, but I think indxpath.c contains
> hardwired assumptions that LIKE prefix optimizations are only possible
> with btree inde
Robert Haas writes:
> Is spgist intended to support prefix searches with LIKE?
Too lazy to look at the code right now, but I think indxpath.c contains
hardwired assumptions that LIKE prefix optimizations are only possible
with btree indexes. Possibly it would be worth relaxing that. (The
whole
Is spgist intended to support prefix searches with LIKE?
I ask because, first, it seems like something spgist ought to be good
at (unless I'm confused), and, second, the text_ops opfamily includes
these operators:
~<~(text,text)
~<=~(text,text)
~>=~(text,text)
~>~(text,text)
...which seems to