Re: Moving 'hot' pages from buffer pool to heap

Поиск
Список
Период
Сортировка
От Atri Sharma
Тема Re: Moving 'hot' pages from buffer pool to heap
Дата
Msg-id E2F81647-D55B-421F-8B9E-D2D44C1AFF9C@gmail.com
обсуждение исходный текст
Ответ на Re: Moving 'hot' pages from buffer pool to heap  (Jeff Janes <jeff.janes@gmail.com>)
Список pgsql-hackers

Sent from my iPad

On 06-Aug-2013, at 1:24, Jeff Janes <jeff.janes@gmail.com> wrote:

> On Mon, Aug 5, 2013 at 12:36 PM, Atri Sharma <atri.jiit@gmail.com> wrote:
>> Hi all,
>>
>> I was experimenting with the idea of moving hot buffer pages from the
>> buffer pool to heap,
>
> Which heap do you mean here? Alas, half the data structures used in CS
> are called "heap".  I can't think of any of them that are good
> candidates for this, though.
>

My bad.By heap, I meant the memory.The idea is to allocate a new slot in memory for holding that page,so as to free the
bufferpool slot. 

Regards,

Atri


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

Предыдущее
От: Atri Sharma
Дата:
Сообщение: Re: Moving 'hot' pages from buffer pool to heap
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: make --enable-depend the default