Re: Indexed views?

Поиск
Список
Период
Сортировка
От Doug McNaught
Тема Re: Indexed views?
Дата
Msg-id 87ekldec0t.fsf@asmodeus.mcnaught.org
обсуждение исходный текст
Ответ на Re: Indexed views?  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Список pgsql-hackers
Alvaro Herrera <alvherre@dcc.uchile.cl> writes:

> On Tue, Sep 07, 2004 at 07:58:56PM -0400, Doug McNaught wrote:

>> Hard to say how it would work, but come up with a good design and
>> quality patch and it'll probably go in.  :)
>
> Probably not.  This has been discussed before; what's needed is that the
> visibility information is stored also in the index.  This is hard and
> inefficient to do, because it requires updating the index at the same
> time that the heap is updated.  Which is a bad proposition as soon as
> there is more than one index, and when there is a seqscan involved (i.e.
> no index), because it means a lot of extra I/O.

Yeah, hence the smiley. 

-Doug
-- 
Let us cross over the river, and rest under the shade of the trees.  --T. J. Jackson, 1863


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Making AFTER triggers act properly in PL functions
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Indexed views?