Re: WIP: Covering + unique indexes.

From: Teodor Sigaev <teodor(at)sigaev(dot)ru>
To: pgsql-hackers(at)postgresql(dot)org, Anastasia Lubennikova <lubennikovaav(at)gmail(dot)com>, Peter Geoghegan <pg(at)heroku(dot)com>, David Steele <david(at)pgmasters(dot)net>, Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
Cc: Aleksander Alekseev <a(dot)alekseev(at)postgrespro(dot)ru>
Subject: Re: WIP: Covering + unique indexes.
Date: 2017-03-30 15:26:05
Message-ID: c1f7c059-597f-44e8-7308-73d76ffd493c@sigaev.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I had a look on patch and played with it, seems, it looks fine. I splitted it to
two patches: core changes (+bloom index fix) and btree itself. All docs are left
in first patch - I'm too lazy to rewrite documentation which is changed in
second patch.
Any objection from reviewers to push both patches?

--
Teodor Sigaev E-mail: teodor(at)sigaev(dot)ru
WWW: http://www.sigaev.ru/

Attachment Content-Type Size
0001-covering-core.patch binary/octet-stream 102.3 KB
0002-covering-btree.patch binary/octet-stream 40.8 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2017-03-30 15:41:14 Re: Patch: Write Amplification Reduction Method (WARM)
Previous Message Teodor Sigaev 2017-03-30 15:25:38 Re: WIP: Covering + unique indexes.