Once upon a time computers had very little physical memory but programmers wanted to write programs (you youngsters call them apps) that could access large data sets and have multiple ones running concurrently. A job of the operating system was to provide essentially limitless "virtual" memory. This is organised as "pages" and when a program is no longer accessing a part of the data it can be swapped (copied) out to disk so the memory can be used by another program.
However, when it is needed again the program will stall until it can be read back from disk. If you have lots of Windows programs open and wake one up sometimes you can see this disk activity.
So why on earth would you spend so much on a super fast SSD and not actually use it to speed up your PC (by either trying to shrink the pagefile or placing it on a slower disk). Are we frightened of writing to the SSD? If it's going to "wear out" so quickly then why buy such expensive things?
Many myths do seem to get propagated and repeated. Instead read: http://blogs.msdn.com/b/e7/archive/2009/05/05/support-and-q-a-for-solid-state-drives-and.aspx
However, when it is needed again the program will stall until it can be read back from disk. If you have lots of Windows programs open and wake one up sometimes you can see this disk activity.
So why on earth would you spend so much on a super fast SSD and not actually use it to speed up your PC (by either trying to shrink the pagefile or placing it on a slower disk). Are we frightened of writing to the SSD? If it's going to "wear out" so quickly then why buy such expensive things?
Many myths do seem to get propagated and repeated. Instead read: http://blogs.msdn.com/b/e7/archive/2009/05/05/support-and-q-a-for-solid-state-drives-and.aspx


