Re: 回复: [External] Re: Separatevolumes - Mailing list pgsql-sql

From Bruce Momjian
Subject Re: 回复: [External] Re: Separatevolumes
Date
Msg-id 20200410200420.GA24987@momjian.us
Whole thread Raw
In response to 回复: [External] Re: Separate volumes  (Lu Dillon <ludi_1981@hotmail.com>)
Responses Re: 回复: [External] Re: Separate volumes  (Erik Brandsberg <erik@heimdalldata.com>)
List 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 by date:

Previous
From: Lu Dillon
Date:
Subject: 回复: [External] Re: Separate volumes
Next
From: Erik Brandsberg
Date:
Subject: Re: 回复: [External] Re: Separate volumes