How should my computing tendencies change after installing a SSD?

Solution 1:

Well the best I can do is point you to articles (short of re-writing and summarizing the content) that I have seen on the subject, initially it seems that MacOsx isn't the best at dealing with SSD's yet...

References:

  • http://forums.macrumors.com/showthread.php?t=658153
  • http://www.ocztechnologyforum.com/forum/showthread.php?t=52845
  • http://www.macsimumnews.com/index.php/archive/macosg_macos_x_is_having_trouble_handling_ssd_hard_drive_speeds
  • TRIM TALK http://forums.macrumors.com/showthread.php?t=712557

Hope that helps...

However, you should expect faster R/W over your standard HDD, but Apple is not yet on the TRIM waggon (as it is not yet a standard to my knowledge).

Solution 2:

One thing to be aware of is that SSDs tend to perform better the more free space that is on the drive. So, get the largest capacity drive you can afford, and be aware that filling it close to its capacity may hinder performance (especially if TRIM is not supported).

Solution 3:

As far as Garbage Collection on SSDs (of which TRIM is an API for OS's to implement), I read that Sandforce-based drives seem to do very well, claim to have native GC as well as decent overprovisioning to prevent degradation over time.

All other drives would need TRIM or their own GC implementation, and more recent drives do have TRIM support.

TRIM is only working on Windows 7 and the latest Linux kernels, IIRC, so no Mac love for now (though it might have it soon).

Solution 4:

I have an Intel X25-M 80GB in my Mac Pro since March this year, and it is working remarkably well since then. I didn't notice any slowdown whatsoever yet. The SSD is used for system files and apps only (development projects are hosted on a Raptor for now...). My SSD is half used right now (~40GB used out of the 80 available). The drive is silent, and is as fast as when I got it I'd say.

I never defragment my drives anyway (OK, I do it once a year or so but on Windows machines only so far, and only when I notice a slowdown that I suspect may be due to very bad defragmentation - Windows has however never reported more than 25% fragmentation in my cases so far...). Defragmentation is a moot point I think today... Vista and Windows 7 now have a scheduled job that does just that in the background for you every now and then.... I've never seen any fragmentation issues on OS X yet.