Re: random_page_cost vs ssd?

From: Grzegorz Jaśkiewicz <gryzman(at)gmail(dot)com>
To: Jeff <threshar(at)torgo(dot)978(dot)org>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: random_page_cost vs ssd?
Date: 2009-03-11 15:37:55
Message-ID: 2f4958ff0903110837x21aa4c75m4473d053127c043d@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Wed, Mar 11, 2009 at 1:46 PM, Jeff <threshar(at)torgo(dot)978(dot)org> wrote:
> I've got a couple x25-e's in production now and they are working like a
> champ.  (In fact, I've got another box being built with all x25s in it. its
> going to smoke!)
>
> Anyway, I was just reading another thread on here and that made me wonder
> about random_page_cost in the world of an ssd where a seek is basically
> free.  I haven't tested this yet (I can do that next week), but logically,
> in this scenario wouldn't lowering random_page_cost be ideal or would it not
> really matter in the grand scheme of things?

Just on a side note, random access on SSD is still more expensive than
sequential, because it is designed in banks.
If you don believe me, turn off any software/OS cache , and try random
access timing against seq reads.
This gap is just much much narrower.

--
GJ

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Scott Carey 2009-03-11 17:06:53 Re: random_page_cost vs ssd?
Previous Message Jeff 2009-03-11 13:46:36 random_page_cost vs ssd?