Re: full_page_writes on SSD?

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: full_page_writes on SSD?
Дата
Msg-id 5654BD26.9020202@hogranch.com
обсуждение исходный текст
Ответ на full_page_writes on SSD?  (Marcin Mańk <marcin.mank@gmail.com>)
Ответы Re: full_page_writes on SSD?  (Tomas Vondra <tomas.vondra@2ndquadrant.com>)
Список pgsql-general
On 11/24/2015 10:48 AM, Marcin Mańk wrote:
> I saw this:
> http://blog.pgaddict.com/posts/postgresql-on-ssd-4kb-or-8kB-pages
>
> It made me wonder: if SSDs have 4kB/8kB sectors, and we'd make the
> Postgres page size equal to the SSD page size, do we still need
> full_page_writes?


an SSD's actual write block is much much larger than that.    they
emulate 512 or 4k sectors, but they are not actually written in sector
order, rather new writes are accumulated in a buffer on the drive, then
written out to a whole block, and a sector mapping table is maintained
by the drive.

--
john r pierce, recycling bits in santa cruz



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: full_page_writes on SSD?
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Problems with pg_upgrade after change of unix user running db.