Re: WIP: Covering + unique indexes. - Mailing list pgsql-hackers

From Andrew Borodin
Subject Re: WIP: Covering + unique indexes.
Date
Msg-id CAJEAwVEnMQzMw-ZJHU4=yMVAW7Jny2HwXcFZ2US_m1vnGaG2Xg@mail.gmail.com
Whole thread Raw
In response to Re: WIP: Covering + unique indexes.  (Anastasia Lubennikova <a.lubennikova@postgrespro.ru>)
List pgsql-hackers
> That was a bug caused by high key truncation, that occurs when index has more than 3 levels. Fixed.
Affirmative. I've tested index construction with 100M rows and
subsequent execution of select queries using index, works fine.

Best regards, Andrey Borodin, Octonica & Ural Federal University.



pgsql-hackers by date:

Previous
From: Jeff Janes
Date:
Subject: EXLCUDE constraints and Hash indexes
Next
From: Oskari Saarenmaa
Date:
Subject: Use pread and pwrite instead of lseek + write and read