Am 20.12.2009 08:14, schrieb Alan McKinnon:
> On Saturday 19 December 2009 12:19:05 Stefan G. Weichinger wrote:
>> I expected more WOW in terms of overall speed ...
> 
> SSDs are not a magic bullet, it's unlikely they will give you a
> killer performance improvement that makes you go "WOW!!!"

sad to hear ;-)

> SSDs suck at random writes. Typical usage scenario on a workstation
> is lots of random writes compared to relatively few random reads -
> reads tend not to be all that random as you re-read the same thing
> often and it gets cached.
> 
> Intel SSDs are far superior at random writes than any other SSD out
> there but it's still nowhere near as optimised as spinning drives,
> and kernels by and large are still optimised for spinning drives
> too.

Acknowledged. Just for reference, I switched over to the
noop-IO-scheduler and checked that /sys/block/sdX/queue/rotational is
detected/set correctly at value 0 for the ssd. These are two ssd-related
modifications I know of ...

> This may account for your overall feeling of under-whelmedness why
> still seeing a significant boot-time speed up. You also have enough
> RAM so that almost an entire typical workstation session could fit in
> RAM and seldom touch the disk especially with a large interval
> between disk syncs

Yes, you are right. Thanks.

What I still wonder:

* I copied my gentoo over while the ssd still was on firmware 02HA, I
upgraded to 02HD (latest Intel-firmware for the X25-M G2) with the os
already on the drive. Does that somehow make a difference to data
written *after* the upgrade? I just wonder if I should somehow restart
from scratch with the new firmware, just to "do it right" or "get the
optimum".

* The new firmware supports TRIM. As far as I understand, the
block-layer in the linux kernel 2.6.32 does not yet support it,
correct? Any way to use that command with my current 2.6.32? ext4
supports it (I use ext4 for the root-partition) but I am not sure if
that is enough when libata does not?

When I google I get different results, some saying the kernel supports
TRIM since 2.6.28 ...

Hmm, good info here:

http://www.linux-mag.com/id/7272

says:

> So at the moment, ext4 informs the block layer that blocks that
> belong to deleted files can be discard, so once TRIM-capable SSD’s
> become available, and the Linux block layer actually sends the TRIM
> command to the hard drives, everything will be all set to go.

Does anyone have more recent info?

Thanks, best greetings, have some peaceful days ...

Stefan

Reply via email to