Re: [HACKERS] The dangers of "-F"

Поиск
Список
Период
Сортировка
От Don Baccus
Тема Re: [HACKERS] The dangers of "-F"
Дата
Msg-id 3.0.1.32.19990624061856.006d48c0@mail.pacifier.com
обсуждение исходный текст
Список pgsql-hackers
At 10:07 AM 6/24/99 +0200, Zeugswetter Andreas IZ5 wrote:

>Are we really doing a sync after the pg_log write ? While the sync
>after datablock write seems necessary to guarantee consistency,
>the sync after log write is actually not necessary to guarantee consistency.
>Would it be a first step, to special case the writing to pg_log, as
>to not sync (extra switch to backend) ? This would avoid the syncs
>for read only transactions, since they don't cause data block writes.

This sounds like a creative hack to me, if it actually works...it would
solve the problem I (and other users who do lots of fast tiny hits on the
db) see with my web serving site.



- Don Baccus, Portland OR <dhogaza@pacifier.com> Nature photos, on-line guides, and other goodies at
http://donb.photo.net


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

Предыдущее
От: SAKAIDA
Дата:
Сообщение: regression bigtest needs very long time
Следующее
От: José Soares
Дата:
Сообщение: Re: Mess