Re: An idle thought

Поиск
Список
Период
Сортировка
От Gokulakannan Somasundaram
Тема Re: An idle thought
Дата
Msg-id 9362e74e1003180406i77176249x4d80abd6c15a8d4e@mail.gmail.com
обсуждение исходный текст
Ответ на An idle thought  (Greg Stark <stark@mit.edu>)
Список pgsql-hackers
<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt
0pt0pt 0.8ex; padding-left: 1ex;"> Secondly there's the whole retail vacuum problem -- any<br /> index entries
referringto this page would be left dangling unless<br /> there's some kind of retail vacuum or perhaps a page version
number.<br/><br /></blockquote></div><br />The issue, we can divide into two<br />a)volatile functions <br />b)broken
datatypes<br/><br />For a) I think volatile function issue can be resolved by using hidden columns in the heap itself.
Thiswill create a duplication of data, but since the index will get created on it, it will always point to the right
heaptuple<br /><br />For b) We are already suffering with this issue in any index lookups, index based updates/deletes,
uniqueconstraints, referential integrity maintenance etc. So hopefully one day we can extend this list to include more
:))<br/><br />Gokul.<br /><br /> 

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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: WIP: shared ispell dictionary
Следующее
От: Gokulakannan Somasundaram
Дата:
Сообщение: Re: An idle thought