Re: Btree index extension question

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Dmitry Tkach <dmitry(at)openratings(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Btree index extension question
Date: 2002-03-15 17:06:29
Message-ID: 22171.1016211989@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Dmitry Tkach <dmitry(at)openratings(dot)com> writes:
> Does btree require a complete order defined?

Yes, absolutely. I do not think that btree is a useful index type for
your problem. Nor rtree (our rtree implementation can only do 2-D
AFAIK).

You might have better luck with GIST. In particular contrib/intarray
would be worth looking at for inspiration. (You could even use it
directly if you cared to change your data representation, I think.)

regards, tom lane

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Ken Corey 2002-03-15 17:29:32 How do I set the system time on production server?
Previous Message Jean-Luc Lachance 2002-03-15 16:19:47 Re: R: [SQL] UPDATE and SELECT result difference