Re: adding new pages bulky way

Поиск
Список
Период
Сортировка
От Victor Y. Yegorov
Тема Re: adding new pages bulky way
Дата
Msg-id 20050607165257.GA9424@mits.lv
обсуждение исходный текст
Ответ на Re: adding new pages bulky way  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: adding new pages bulky way  (Alvaro Herrera <alvherre@surnet.cl>)
Список pgsql-hackers
* Tom Lane <tgl@sss.pgh.pa.us> [07.06.2005 07:59]:
> Why bother?  Just write each page when you need to --- there's no law
> that says you must use P_NEW.

This means 2 things:
1) I cannot mix P_NEW and exact-number ReadBuffer() calls;
2) thus, I have to track next-block-number myself.

Is it so?


BTW, are there any differences in buffer seeking speed, if buffer
block-numbers are mixed and if they're not (i.e. P_NEW is used)?


-- 

Victor Y. Yegorov


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

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: The Contrib Roundup (long)
Следующее
От: Douglas McNaught
Дата:
Сообщение: Re: The Contrib Roundup (long)