• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

SSD Caching in ESXi5

yinan

Golden Member
Has anyone used this feature yet? I was considering getting a couple small 20GB drives to increase performance in my home lab.

Any comments?
 
Instead of writing to slower media, it will temporarily write to the SSD before it writes to the permanent location.
 
Are you talking about HostCache AKA "swap to SSD"? It is nice if you are memory constrained, but it is no substitute for more RAM. It basically uses SSD for swapping instead of slower disks.

Your description makes it sound like some sort of disk cache, that is not what it is.

Other SSD caching is not in 5.0 AFAIK.
 
Last edited:
swap file's have always been virtualized so if you had local storage (pair of 15K sas drives for boot) and iscsi - you could store the pagefile for the windows machines on the local drives and use the much slower(higher latency) iscsi for the rest.

SQL server does this already - it's called journal ling - you fsync the log partition and do really lazy writes to the core database and with copy on write/ntfs you can survive some nasty outages with log playback and not much damage if at all.

it would be nifty if esxi 5 actually did this for us. specify log drive raid-1 of two SSD and do lazy writes - but honestly i'd rather the SAN take care of that. just a trust thing.
 
Back
Top