Re: GiST indexing tuples

From: "Steinar H(dot) Gunderson" <sgunderson(at)bigfoot(dot)com>
To: Matthew <matthew(at)flymine(dot)org>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: GiST indexing tuples
Date: 2007-11-27 18:38:55
Message-ID: 20071127183855.GA22330@uio.no
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Tue, Nov 27, 2007 at 06:28:23PM +0000, Matthew wrote:
> SELECT * FROM table WHERE a > 1 AND b < 4;

This sounds like something an R-tree can do.

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

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Bill Moran 2007-11-27 18:55:50 Re: Query only slow on first run
Previous Message Matthew 2007-11-27 18:28:23 GiST indexing tuples