Re: [GENERAL] Composite index structure

2011-03-09 Thread Chetan Suttraway
On Mon, Mar 7, 2011 at 2:49 AM, Nick Raj wrote: > Hi all, > > I want to construct an "Composite Index Structure" i.e. a combination of > gist and btree. > What i am thinking is that first creating a Rtree structure that is > pointing to another Btree structure. > For example, Suppose i want to fi

[GENERAL] Composite index structure

2011-03-06 Thread Nick Raj
Hi all, I want to construct an "Composite Index Structure" i.e. a combination of gist and btree. What i am thinking is that first creating a Rtree structure that is pointing to another Btree structure. For example, Suppose i want to find vehicles between 2 to 4 pm on 14/2/2011 on X road. I am thi