I am trying to find information regarding creation of B-tree index inpostgres for variable lengthcharacter data (Char/varchar type). Specifically, what pagination policyis used, does it use prefix,or any other form of compression (encoding)?
Regards, VJ Anand