Re: UniqueKey v2 - Mailing list pgsql-hackers

From zhihuifan1213@163.com
Subject Re: UniqueKey v2
Date
Msg-id 871qczm9oc.fsf@163.com
Whole thread Raw
In response to UniqueKey v2  (zhihuifan1213@163.com)
Responses Re: UniqueKey v2
List pgsql-hackers
zhihuifan1213@163.com writes:

Hi,

Here is the v3, the mainly changes is it maintains the UniqueKey on
joinrel level, which probabaly is the most important part of this
feature. It shows how the UnqiueKey on joinrel is generated and how it
is discarded due to non-interesting-uniquekey and also show much details
about the single-row case.

I will always maintain README.uniquekey under src/backend/optimizer/path/
to include the latest state of this feature to save the time for
reviewer from going through from the begining. I also use the word "BAD
CASE" in uniquekey.sql to demo which sistuation is not handled well so
far, that probably needs more attention at the first review. 



-- 
Best Regards
Andy Fan

Attachment

pgsql-hackers by date:

Previous
From: torikoshia
Date:
Subject: Re: RFC: Logging plan of the running query
Next
From: Nazir Bilal Yavuz
Date:
Subject: Re: Show WAL write and fsync stats in pg_stat_io