Re: 8.3 / 8.2.6 restore comparison

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: 8.3 / 8.2.6 restore comparison
Дата
Msg-id 5577.1203876662@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: 8.3 / 8.2.6 restore comparison  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: 8.3 / 8.2.6 restore comparison  ("Joshua D. Drake" <jd@commandprompt.com>)
Список pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> Joshua D. Drake wrote:
>> I would also question the 64KB at a time. Why not a 1024KB (arbitrary) 
>> at a time? Is it a resource issue? In the old days when we actually 
>> had people trying to run postgresql on 128 and 256 megs of ram, o.k. 
>> but now?

> It would be simple enough to change. Try it and see if it actually makes 
> a difference. All you have to change is the define of RAW_BUF_SIZE.

Seems unlikely that making it bigger than (a fraction of) L2 cache
would be a smart move.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Behaviour of rows containg not-null domains in plpgsql
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: 8.3 / 8.2.6 restore comparison