gist index on cube column

From: ABHANG RANE <arane(at)indiana(dot)edu>
To: pgsql-general(at)postgresql(dot)org
Subject: gist index on cube column
Date: 2007-06-09 23:40:05
Message-ID: 20070609194005.8ut4r4nw0wk84s00@webmail.iu.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,
I had some doubts about the gist index on cube column. So if I have a
column of type cube and create a gist index on it, would the index be
on individual elements in the cube or the cube as a whole. I mean will
a gist index on cube column improve the performance of earthdistance
function or cube_distance function.

Thanks
Abhang

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Andrej Kastrin 2007-06-10 11:41:27 How to count pairs?
Previous Message hubert depesz lubaczewski 2007-06-09 19:27:00 Re: insane index scan times