developed these tricks for a eee PC 1000. It should work for XP, Vista,
and Outlook 2003 / 2007.
Read it here:
http://forum.eeeuser.com/viewtopic.php?id=44736
http://forum.eeeuser.com/viewtopic.php?id=44928
The gist is XP / Vista were architectured for very small amounts of DRAM,
and relatively slow hard drives.
Techniques like caching, prefetch, etc. are all intended to optimize for
mechanical hard drives.
SSDs basically read samll, random files fast, (with out the need for regular
defrag), but write very slowly especially if the data is in large blocks
(which means it has to erase an entire block just to write a file that may
take only 1% of the size of the block).
A mechanical hard drive can write 2 bytes and ignore the rest of the space
in an 8k block. An SSD has to erase an entire 8k block just to write 2 bytes.
Programs like Outlook that writes lots of small files are a killer.
So the fix is real simple --- use very small sized clusters, 512k in my
case, and then turn off a lot of unnecessary disk activity that an SSD do not
need, like NT Journaling, writing the date and time of last access, etc.
Also, do not use SSD for a page file if at all possible --- too much writes.
Because SSDs have a potential failure mode where the entire block can fail
(or drive) rather than a hard drive's more forgiving partial failure, I also
recommend that you backup the Outlook pst or ost files to an entirely
different drive regularly.
These solutions fix the problem of slow reads of the in box, but if you go
to the other boxes (sent, deleted) the slowness problem recurs probably
because Outlook is rewriting the entire file even if you just read one
message.
Good luck.
"Roady [MVP]" wrote:
> Call Microsoft and find out. They could have a BETA Hotfix available for you
> or they could use your feedback to come up with a solution faster. The more
> info about an issue, the easier it could be to troubleshoot it and come to a
> solution. Also knowing how many people are affected by the issue could
> increase the priority of the issue.
>
> --
> Robert Sparnaaij [MVP-Outlook]
> Coauthor, Configuring Microsoft Outlook 2003
> http://www.howto-outlook.com/
> Outlook FAQ, HowTo, Downloads, Add-Ins and more
>
> http://www.msoutlook.info/
> Real World Questions, Real World Answers
>
> -----
>
> "Mixing Solutions Ltd" <Mixing Solutions (E-Mail Removed)>
> wrote in message news:CE26E1E3-34B4-4646-9C95-(E-Mail Removed)...
> > I've a user with a Dell laptop that was purchased with a 64GB Samsung SSD,
> > and ever since getting the laptop at the start of 2008 he's had a severe
> > problem with it where the laptop regularly hangs for 30 seconds or so. The
> > cause of the problem has been narrowed down to Outlook 2007 ! (after many
> > months and plenty of research/testing).
> >
> > Recently whilst conducting more reasearch on this I came across the
> > following...
> >
> > http://support.microsoft.com/kb/940226
> >
> > ... so I now have hard evidence that there is an issue with Outlook 2007
> > and
> > SSD's.
> >
> > OK, now how the heck do I find out what Microsoft are actualy doing to try
> > and fix this issue ?. I doubt they will let me discuss this with the
> > 'Outlook
> > Product Team' ?, also how far away could the fix be as if it's months away
> > I'm going to have to argue with Dell to get the SSD swapped over with a
> > standard HDD as I very much they even know about this problem
> >
> > Thanks.
>
>