Unless write cycles exceed the amount the SSD is specified for.
Solid state memory has limited amount of writes for each memory location. With repeated writes on the same location, that spot will eventually be rendered unwriteable (or unreliable) and, if drive is smart, will be mapped out and eventually the size of useable memory, or worse, drive reliability, will start to suffer from that.
Available memory getting smaller would be better option than losing file integrity without warning.
This means that SSD's are ideal for storing information that needs to be accessed fast (like loading programs or operating system) but produces very small amount of writing on the drive. If you install operating system or programs on SSD, you might want to disable page file on that particular drive, and either get a smaller, more "disposable" SSD for fast page file, or just use HDD for page file.
Paging data in and out of memory would be the type of continuous writing that would wear SSD's out the fastest, so if you want to maximize the life time of your SSD, disable the pagefile on it, and use it as little as possible for saving actual data on.
However, it's worth noting that the fast read/write speeds for SSD's would also make them ideal for being used as a page file; it would certainly mean faster operations with memory paging, than with a regular HDD. So, if you have the monies to shell out for a small, say, 16-32 GB SSD just for a page file (disable page file for all other drives but that particular one, set page file to the drive's full size, and leave it otherwise empty), that might work out quite well.
Of course, the ever increasing amounts of memory means going to page file is a rare occurrence. In my case, that requires heavy render work on Blender with huuuge textures and render resolutions taking up massive amounts of memory, but I have had Blender go into page file, and naturally that slows things to a crawl.
Has there been any benchmarks on how much better performance SSD's have compared to HDD's when stuff goes into pagefile territory, and compared to RAM operations?
