From: | Bruce Momjian <bruce(at)momjian(dot)us> |
---|---|
To: | Lu Dillon <ludi_1981(at)hotmail(dot)com> |
Cc: | Iuri Sampaio <iuri(dot)sampaio(at)gmail(dot)com>, Ed Behn <ed(dot)behn(at)collins(dot)com>, MichaelDBA <MichaelDBA(at)sqlexec(dot)com>, Steve Midgley <science(at)misuse(dot)org>, Erik Brandsberg <erik(at)heimdalldata(dot)com>, "pgsql-sql(at)lists(dot)postgresql(dot)org" <pgsql-sql(at)lists(dot)postgresql(dot)org> |
Subject: | Re: 回复: [External] Re: Separate volumes |
Date: | 2020-04-10 20:04:20 |
Message-ID: | 20200410200420.GA24987@momjian.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)momjian(dot)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 +
From | Date | Subject | |
---|---|---|---|
Next Message | Erik Brandsberg | 2020-04-10 20:52:06 | Re: 回复: [External] Re: Separate volumes |
Previous Message | Lu Dillon | 2020-04-07 16:31:51 | 回复: [External] Re: Separate volumes |