Re: [HACKERS] Which data structures for the index?

2010-11-18 Thread Vaibhav Kaushal
Thanks once again Mr. Heikki for your help. Got your point! Thanks :) -Vaibhav (*_*) On Thu, Nov 18, 2010 at 7:10 PM, Heikki Linnakangas < heikki.linnakan...@enterprisedb.com> wrote: > On 18.11.2010 15:19, Vaibhav Kaushal wrote: > >> I have a small problem: Suppose that I have a table in Postgr

Re: [HACKERS] Which data structures for the index?

2010-11-18 Thread Heikki Linnakangas
On 18.11.2010 15:19, Vaibhav Kaushal wrote: I have a small problem: Suppose that I have a table in PostgreSQL which has a integer field as its Primary key and I have used the Hash indexing method for creating the index for the field on the table. Now I want to know the following details about the

[HACKERS] Which data structures for the index?

2010-11-18 Thread Vaibhav Kaushal
Hi all, I have a small problem: Suppose that I have a table in PostgreSQL which has a integer field as its Primary key and I have used the Hash indexing method for creating the index for the field on the table. Now I want to know the following details about the index (assuming the machine running