Re: SSD performance

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




On Feb 3, 2009, at 1:43 PM, Scott Carey wrote:

I don’t think write caching on the disks is a risk to data integrity if you are configured correctly. Furthermore, these drives don’t use the RAM for write cache, they only use a bit of SRAM on the controller chip for that (and respect fsync), so write caching should be fine.

Confirm that NCQ is on (a quick check in dmesg), I have seen degraded performance when the wrong SATA driver is in use on some linux configs, but your results indicate its probably fine.


As it turns out, there's a bug/problem/something with the controller in the macpro vs the ubuntu drives where the controller goes into "works, but not as super as it could" mode, so NCQ is effectively disabled, haven't seen a workaround yet. Not sure if this problem exists on other distros (used ubuntu because I just wanted to try a live). I read some stuff from Intel on the NCQ and in a lot of cases it won't make that much difference because the thing can respond so fast.


How much RAM is in that machine?


8GB

Some suggested tests if you are looking for more things to try :D
-- What affect does the following tuning have:

Turn the I/O scheduler to ‘noop’ ( echo noop > /sys/block/<devices>/ queue/scheduler) I’m assuming the current was cfq, deadline may also be interesting, anticipatory would have comically horrible results.

I only tested noop, if you think about it, it is the most logical one as an SSD really does not need an elevator at all. There is no rotational latency or moving of the arm that the elevator was designed to cope with.

but, here are the results:
scale 50, 100 clients, 10x txns: 1600tps (a noticable improvement!)
scale 1500, 100 clients, 10xtxns: 434tps

I'm going to try to get some results for raptors, but there was another post earlier today that got higher, but not ridiculously higher tps but it required 14 15k disks instead of 2


Tune upward the readahead value ( blockdev —setra <value> /dev/ <device>) -- try 16384 (8MB) This probably won’t help that much for a pgbench tune, its more for large sequential scans in other workload types, and more important for rotating media. Generally speaking with SSD’s, tuning the above values does less than with hard drives.


Yeah, I don't think RA will help pgbench, and for my workloads it is rather useless as they tend to be tons of random IO.

I've got some Raptors here too I'll post numbers wed or thu.

--
Jeff Trout <jeff@xxxxxxxxxxxxx>
http://www.stuarthamm.net/
http://www.dellsmartexitin.com/




--
Sent via pgsql-performance mailing list (pgsql-performance@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-performance


[Postgresql General]     [Postgresql PHP]     [PHP Users]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Yosemite]

  Powered by Linux