Re: day 2 results

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: day 2 results
Дата
Msg-id 5931.977336937@sss.pgh.pa.us
обсуждение исходный текст
Ответ на day 2 results  (Paul A Vixie <vixie@mfnx.net>)
Список pgsql-hackers
Paul A Vixie <vixie@mfnx.net> writes:
> the occasional 1.2sec has got to be due to some kind of scheduling or I/O
> irregularity.

Hmm, could it just be delay when your syncer process runs?  Under WAL,
I believe we don't fsync anything except the WAL log file, so a bulk
insert operation would probably create lots and lots of dirty kernel
buffers that syncer would decide to shove out to disk every 30 sec or
so.  Is there any way to correlate the timing spikes against syncer
activity?
        regards, tom lane


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

Предыдущее
От: Paul A Vixie
Дата:
Сообщение: Re: performance modality in 7.1 for large text attributes?
Следующее
От: Thomas Lockhart
Дата:
Сообщение: Re: day 2 results