BTree index

From: vjanand(at)uwm(dot)edu
To: pgsql-hackers(at)postgresql(dot)org
Subject: BTree index
Date: 2003-11-05 15:08:31
Message-ID: 1068044911.3fa9126f94fc2@mail06.imt.uwm.edu
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 BTree, or any other form of
compression (encoding)?

Regards,
VJ Anand

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-11-05 15:09:01 Re: Experimental patch for inter-page delay in VACUUM
Previous Message Tom Lane 2003-11-05 14:42:21 Re: UPPER()/LOWER() and UTF-8