Re: Sorting writes during checkpoint

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Sorting writes during checkpoint
Дата
Msg-id 23541.1215187554@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Sorting writes during checkpoint  (Simon Riggs <simon@2ndquadrant.com>)
Ответы Re: Sorting writes during checkpoint  (Simon Riggs <simon@2ndquadrant.com>)
Список pgsql-patches
Simon Riggs <simon@2ndquadrant.com> writes:
> Anyway, I note that we don't have an easy way of sorting by tablespace,

Say what?  tablespace is the first component of relfilenode.

> but I'm sure it would be possible to look up the tablespace for a file
> within a plugin.

If the information weren't readily available from relfilenode, it would
*not* be possible for a bufmgr plugin to look it up.  bufmgr is much too
low-level to be dependent on performing catalog lookups.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Explain XML patch v2
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: Explain XML patch v2