Index Unqiueness

Поиск
Список
Период
Сортировка
От abhinav batra
Тема Index Unqiueness
Дата
Msg-id CAA4kbSSkkmg+svZM0kOsoqbQe3VDmPsw_cWq2fauFH+nnmTcQA@mail.gmail.com
обсуждение исходный текст
Ответы Re: Index Unqiueness  (Robert Haas <robertmhaas@gmail.com>)
Re: Index Unqiueness  (Andres Freund <andres@2ndquadrant.com>)
Список pgsql-hackers
Hey
I want to work towards the follwing feature in TODO list:
Prevent index uniqueness checks when UPDATE does not modify the column
Uniqueness (index) checks are done when updating a column even if the column is not modified by the UPDATE. However, HOT already short-circuits this in common cases, so more work might not be helpful.
 
So I wanted to know if someone is already working on this.
 
Thanks
Abhinav Batra

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

Предыдущее
От: Pavan Deolasee
Дата:
Сообщение: Re: Writable foreign tables: how to identify rows
Следующее
От: Merlin Moncure
Дата:
Сообщение: Re: Reproducible "Bus error" in 9.2.3 during database dump restoration (Ubuntu Server 12.04 LTS)