BTree information

From: "Anand, VJ (MED, GEMS-IT)" <Virinchipura(dot)Anand(at)med(dot)ge(dot)com>
To: "'pgsql-hackers(at)postgresql(dot)org'" <pgsql-hackers(at)postgresql(dot)org>
Subject: BTree information
Date: 2003-11-05 17:28:13
Message-ID: AAEA486256855E48B59630DB3A684C0D289376@uswaumsx01medge.med.ge.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


I am trying to find information regarding creation of B-tree index in
postgres for variable length
character data (Char/varchar type). Specifically, what pagination policy
is used, does it use prefix,
or any other form of compression (encoding)?

Regards,
VJ Anand

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Stark 2003-11-05 17:38:27 Re: Open Sourcing pgManage
Previous Message Stephen 2003-11-05 17:24:56 Re: Experimental patch for inter-page delay in VACUUM