Re: [PERFORM] Very poor read performance, query independent

Поиск
Список
Период
Сортировка
От bricklen
Тема Re: [PERFORM] Very poor read performance, query independent
Дата
Msg-id CAGrpgQ89GO51Esvg=AE7-k=ypxrQSE_trzG5pAL16N2JhiX+vA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [PERFORM] Very poor read performance, query independent  (Charles Nadeau <charles.nadeau@gmail.com>)
Список pgsql-performance
On Wed, Jul 12, 2017 at 12:30 AM, Charles Nadeau <charles.nadeau@gmail.com> wrote:

I use noop as the scheduler because it is better to let the RAID controller re-arrange the IO operation before they reach the disk. Read ahead is set to 128:
charles@hpdl380g6:~$ cat /sys/block/sdc/queue/read_ahead_kb
128
charles@hpdl380g6:~$ cat /sys/block/sdc/queue/scheduler
[noop] deadline cfq 


Perhaps pg_test_fsync (https://www.postgresql.org/docs/9.6/static/pgtestfsync.html) and pg_test_timing will help shed some light here, or at the very least give some numbers to compare against.

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

Предыдущее
От: Rick Otten
Дата:
Сообщение: Re: [PERFORM] Very poor read performance, query independent
Следующее
От: Igor Neyman
Дата:
Сообщение: Re: [PERFORM] Very poor read performance, query independent