Computers with Small Capacity SSD - For caching?

1

Recently, in newsletters from websites, I have been seeing computers for sale from manufacturers that include an HDD and an SSD but the SSD has a small capacity like 24 GBs.

I don't know if this still holds true, but I learned that when building a computer, you would want to install your OS on your fastest hard drive. I do a lot of PC gaming, so I install my OS and games on my SSD, because I learned that games and many applications make lots of system calls to the OS and performance can only be as fast as the slowest piece.

Why these computers come with small capacity SSDs?

Most OS's take up around 20 to 30 GBs of space, so what are the benefits of such a small SSD?

Are these small size SSDs for caching? and what exactly does caching mean (what does it do and how does it help)?

RXC

Posted 2013-10-28T15:26:40.103

Reputation: 157

2It would be tight but Windows 8 could fit in a 24GB partition. – Ramhound – 2013-10-28T15:39:07.093

Windows 7 (x64, ultimate) is about 20GB. So you could use the SSD for a mirco install with a laptop as router, or as security camcorder device. By which I mean to say that there are other uses than caching. Having said that: Yes, caching is what they are used for in most cases. – Hennes – 2013-10-28T15:55:06.573

Answers

3

That's correct, the SSDs are used for caching. In the simplest implementations, the most frequently accessed information and information that is loaded at system startup is kept on the SSD. In more sophisticated implementations, the SSD can be used as a write cache, to prevent writes to the hard disk from excessively delaying reads from the hard disk by allowing the writes to be buffered to the SSD.

David Schwartz

Posted 2013-10-28T15:26:40.103

Reputation: 58 310

2For reference, my heavily-used desktop has a 97.5% cache hit rate with a 32GB SSD. SSD caches are very, very effective. Essentially, I have a 2TB drive, that is as fast as an SSD for 97% of the time that I use it. This is why Intel's RapidResponse and OS X's FusionDrive technologies are so amazing. – Darth Android – 2013-10-28T15:45:11.677

1Or ZFS (for non windows/OSX OS's) – Hennes – 2013-10-28T15:53:22.437