Re: UniqueKey v2

Поиск
Список
Период
Сортировка
От zhihuifan1213@163.com
Тема Re: UniqueKey v2
Дата
Msg-id 871qczm9oc.fsf@163.com
обсуждение исходный текст
Ответ на UniqueKey v2  (zhihuifan1213@163.com)
Ответы Re: UniqueKey v2  (Antonin Houska <ah@cybertec.at>)
Список 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

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: torikoshia
Дата:
Сообщение: Re: RFC: Logging plan of the running query
Следующее
От: Nazir Bilal Yavuz
Дата:
Сообщение: Re: Show WAL write and fsync stats in pg_stat_io