Intel X25-m Mainstream SATA SSD

Published by Mathias Seiler on 08.09.08
Page:
« 1 2 (3) 4 5 6 7 »











Intel® X25-M Mainstream SATA Solid-State Drive80 GB (74 GiB effektiv)
Gigabyte X38-DQ6 
Intel X381066 MHz
Intel Xeon 30602.4 GHz
Corsair Dominator 9136 DDR22 GByte
Gigabyte GeForce 7200 
Maxtor160 GByte
Ubuntu 8.04.1 Hardy
Microsoft Windows XP
Kernel 2.6.24-19-server
SP3
XFS 
PostgreSQLVersion 8.3.3

Test
  
Sequential Read/Write Tests
Random Read/Write Tests


mkfs.xfs -d sunit=128 -d swidth=4096 -l size=128m -f /dev/sdb
mount -o rw,noatime,nousrquota,logbufs=8 /dev/sdb /mnt/ssd

Setup

  • BEGIN;
  • UPDATE accounts SET abalance = abalance + :delta WHERE aid = :aid;
  • SELECT abalance FROM accounts WHERE aid = :aid;
  • UPDATE tellers SET tbalance = tbalance + :delta WHERE tid = :tid;
  • UPDATE branches SET bbalance = bbalance + :delta WHERE bid = :bid;
  • INSERT INTO history (tid, bid, aid, delta, mtime) VALUES (:tid, :bid, :aid, :delta, CURRENT_TIMESTAMP);
  • END;

CREATE TABLESPACE ssdbench LOCATION '/mnt/ssd/tablespace';
createdb -D ssdbench pgbench

pgbench -i -s 100 pgbench

pgbench -n -t 10000 -v -c 100 pgbench

transaction type: TPC-B (sort of)
scaling factor: 100
number of clients: 100
number of transactions per client: 10000
number of transactions actually processed: 1000000/1000000
tps = 1344.524649 (including connections establishing)
tps = 1344.802165 (excluding connections establishing)




Navigate through the articles
Previous article Western Digital Raptor 150GB Seagate Barracuda 7200.11 1.5 TByte Next article
comments powered by Disqus

Intel X25-m Mainstream SATA SSD - Storage - Reviews - ocaholic