Re: temporary indexes?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: temporary indexes?
Дата
Msg-id 50252.1445535403@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: temporary indexes?  (Jim Nasby <Jim.Nasby@BlueTreble.com>)
Ответы Re: temporary indexes?
Список pgsql-general
Jim Nasby <Jim.Nasby@BlueTreble.com> writes:
> On 10/21/15 3:28 PM, Jonathan Vanasco wrote:
>> Transactions and table-locking issues are probably why temporary indexes don't exist.

> I think it's more that no one has proposed it until now. It probably
> wouldn't be terribly hard to add them... the biggest issue would
> probably be changing the buffer management code so it didn't assume that
> a temporary relation went into temporary buffers.

Uh, why would you do that?  You'd be throwing away one of the principal
performance advantages of temp tables.

            regards, tom lane


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

Предыдущее
От: Ken Been
Дата:
Сообщение: Re: carray_to_bytea?
Следующее
От: Jim Nasby
Дата:
Сообщение: Re: ID column naming convention