effective_io_concurrency and NVMe devices

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема effective_io_concurrency and NVMe devices
Дата
Msg-id Yl92RVoXVfs+z2Yj@momjian.us
обсуждение исходный текст
Ответы Re: effective_io_concurrency and NVMe devices
Re: effective_io_concurrency and NVMe devices
Список pgsql-hackers
NVMe devices have a maximum queue length of 64k:

    https://blog.westerndigital.com/nvme-queues-explained/

but our effective_io_concurrency maximum is 1,000:

    test=> set effective_io_concurrency = 1001;
    ERROR:  1001 is outside the valid range for parameter "effective_io_concurrency" (0 .. 1000)

Should we increase its maximum to 64k?  Backpatched?  (SATA has a
maximum queue length of 256.)

-- 
  Bruce Momjian  <bruce@momjian.us>        https://momjian.us
  EDB                                      https://enterprisedb.com

  Indecision is a decision.  Inaction is an action.  Mark Batterson




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

Предыдущее
От: "wangw.fnst@fujitsu.com"
Дата:
Сообщение: RE: Logical replication timeout problem
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: typos