Re: 回复: [External] Re: Separatevolumes

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: 回复: [External] Re: Separatevolumes
Дата
Msg-id 20200410200420.GA24987@momjian.us
обсуждение исходный текст
Ответ на 回复: [External] Re: Separate volumes  (Lu Dillon <ludi_1981@hotmail.com>)
Ответы Re: 回复: [External] Re: Separate volumes
Список pgsql-sql
On Tue, Apr  7, 2020 at 04:31:51PM +0000, Lu Dillon wrote:
> Hi All,
> 
> This is a very intersting question. I believe this is not just a best practice
> to PG. We can apply to all RDBMS. In my opinion, I agree with the others: with
> SSD, you don’t separate tables and indexs to different disks. I think the IOPS
> is enough. If you still have a problem of IOPS, you can try NVME device or U2
> device.

If you are mixing magnetic and SSDs for the same database, having
indexes on SSDs can really help, compared to table files on SSDs, where
the benefit is more limited.  Also, having current data on SSDs and
archive data on magnetic is also useful, and you usually use
time-based partitioning for such cases.

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

+ As you are, so once was I.  As I am, so you will be. +
+                      Ancient Roman grave inscription +



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

Предыдущее
От: Lu Dillon
Дата:
Сообщение: 回复: [External] Re: Separate volumes
Следующее
От: Erik Brandsberg
Дата:
Сообщение: Re: 回复: [External] Re: Separate volumes