Re: NDirectFileRead and Write

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: NDirectFileRead and Write
Дата
Msg-id 48CF7863.5080903@enterprisedb.com
обсуждение исходный текст
Ответ на Re: NDirectFileRead and Write  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane wrote:
> ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> writes:
>> BTW, we have the word 'Direct' in ShowBufferUsage().
>> Can I keep it as-is?
> 
>> ShowBufferUsage()
>> !   Shared blocks: ...
>> !   Local  blocks: ...
>> !   Direct blocks: <R> read, <W> written
> 
> Good point.  Seems like it should be changed, but I am not sure to what.
> Ideas anyone?

How about "Temp blocks"? It might be slightly confusing that access to 
temporary tables shows up in "Local blocks", rather than "Temp blocks", 
though. But then again, temp_tablespaces already controls where the 
files are created, among other things, so there's some precedence to 
calling those things "temp".

--   Heikki Linnakangas  EnterpriseDB   http://www.enterprisedb.com


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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: rmgr hooks and contrib/rmgr_hook
Следующее
От: Russell Smith
Дата:
Сообщение: Re: no XLOG during COPY?