Re: Using Small Size SSDs to improve performance?

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: Greg Smith <greg(at)2ndquadrant(dot)com>
Cc: Nilson <nilson(dot)brazil(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Using Small Size SSDs to improve performance?
Date: 2010-08-05 00:43:36
Message-ID: 4C5A0938.5060608@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


> And those two layers in the middle are already providing a significant
> speedup on burst workloads. Ultimately, all the burst stuff has to make
> it onto regular disks eventually though, if you can't fit the whole
> thing on SSD, and then you're back to solving the non-SSD problem
> again. That's the problem with these things that keeps them from being
> magic bullets; if you have a database large enough that you can't fit
> the working set in RAM nowadays, you probably can't fit whole thing on
> SSD either.

The only times we've seen real gains from using SSD's in production was
when we lavished money on a lot of them for data warehousing. There the
speedup in both throughput and random seeks really boosted performance.
In the other use cases I've tested, the only real advantage to SSDs was
keeping your form factor down.

I haven't been able to test things like putting a "hot" table on a
specific SSD.

--
-- Josh Berkus
PostgreSQL Experts Inc.
http://www.pgexperts.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Smith 2010-08-05 00:49:22 Re: Using Small Size SSDs to improve performance?
Previous Message Greg Smith 2010-08-04 23:43:45 Re: Using Small Size SSDs to improve performance?