Re: Tablespace-derived stats? - Mailing list pgsql-performance

From Jeff Janes
Subject Re: Tablespace-derived stats?
Date
Msg-id CAMkU=1zz5_rRfWokMjTCsxGR1Q-W=5ZAK+_Vj=mryXBnRD7RQw@mail.gmail.com
Whole thread Raw
In response to Tablespace-derived stats?  (Shaun Thomas <sthomas@optionshouse.com>)
Responses Re: Tablespace-derived stats?
List pgsql-performance
On Fri, Oct 19, 2012 at 7:29 AM, Shaun Thomas <sthomas@optionshouse.com> wrote:
> Hello Perf,
>
> Lately I've been pondering. As systems get more complex, it's not uncommon
> for tiered storage to enter the picture. Say for instance, a user has some
> really fast tables on a NVRAM-based device, and slower-access stuff on a
> RAID, even slower stuff on an EDB, and variants like local disk or a RAM
> drive.
>
> Yet there's only one global setting for random_page_cost, and seq_page_cost,
> and so on.
>
> Would there be any benefit at all to adding these as parameters to the
> tablespaces themselves?

Been done already:

http://www.postgresql.org/docs/9.0/static/sql-altertablespace.html

Cheers,

Jeff


pgsql-performance by date:

Previous
From: Claudio Freire
Date:
Subject: Re: How to upgrade from 9.1 to 9.2 with replication?
Next
From: Shaun Thomas
Date:
Subject: Re: Tablespace-derived stats?