Re: WIP: Covering + unique indexes.

From: Erik Rijkers <er(at)xs4all(dot)nl>
To: Anastasia Lubennikova <a(dot)lubennikova(at)postgrespro(dot)ru>
Cc: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>, Michael Paquier <michael(dot)paquier(at)gmail(dot)com>, Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>, Andrey Borodin <amborodin(at)acm(dot)org>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, Anastasia Lubennikova <lubennikovaav(at)gmail(dot)com>, Brad(dot)Dejong(at)infor(dot)com, pgsql-hackers-owner(at)postgresql(dot)org
Subject: Re: WIP: Covering + unique indexes.
Date: 2017-01-10 03:08:18
Message-ID: 3863bca17face15c6acd507e0173a6dc@xs4all.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2017-01-09 16:02, Anastasia Lubennikova wrote:
> include_columns_10.0_v1.patch

The patch applies, compiles, and make check is OK.

It yields nice perfomance gains and I haven't been able to break
anything (yet).

Some edits of the sgml-changes are attached.

Thank you for this very useful improvement.

Erik Rijkers

Attachment Content-Type Size
catalogs.sgml.diff text/x-diff 463 bytes
create_index.sgml.diff text/x-diff 1.5 KB
create_table.sgml.diff text/x-diff 1.6 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tsunakawa, Takayuki 2017-01-10 03:19:37 Re: Supporting huge pages on Windows
Previous Message Euler Taveira 2017-01-10 03:04:25 Re: move collation import to backend