Windows Are there any free alternatives to PrimoCache for Windows?

Vpppp

Novice
Hi guys,

I have been using BCache on Ubuntu to have SSD caching on top of an HDD.
Windows has PrimoCache that pretty much does the same with good caching algorithms but I'm looking at some free alternatives.

Thanks.
 
There used to be hybrid SSHDD which are built in ssd cached hdd device, right?

Are they no longer available or cost effective?

But these days just a normal SATA 2.5 inch SSD should be reasonable price and capacity?
 
Seems to be snake oil, you are better off just having a SSD as your OS drive.
I already have an SSD for my main boot drive but I have a SATA SSD lying around that I was looking at using as a cache for my mass storage system. I've seen Intel Optane speed up load times in games.

Thanks for the suggestion on RamDisk, I'll try that out but I doubt I'll have enough RAM to have things cached. Not to forget that RAM is volatile so if I add data to RAM and switch off my PC thinking copy is done while it is ongoing in the background, that might cause some data loss.

There used to be hybrid SSHDD which are built in ssd cached hdd device, right?
SSHDs generally have a smaller SSD to cache. I have a 1TB SSD that I use in BCache over a 4TB HDD and cache hit rates are pretty good in that arrangement.

And then there was Intel Optane. Neither seem to be around.
Optane has a limitation of size. Even if I find an Optane capable system I would not be able to use a 1TB SSD as cache. If I recall correctly, Optane has an upper cap of 128 GB.
 
Not to forget that RAM is volatile so if I add data to RAM and switch off my PC thinking copy is done while it is ongoing in the background, that might cause some data loss.
Read that article again. Then go through the tutorial linked in the first comment on that page.
Oh and I forgot that there was this if you are on Intel (on AMD, its called StoreMI)
I have a 1TB SSD that I use in BCache over a 4TB HDD and cache hit rates are pretty good in that arrangement.
What kind of data are you caching ? Would love to see some numbers outlining the performance benefits
And Optane is dead -
https://www.tomshardware.com/news/i...ly-ssds-for-consumers-no-replacements-planned
 
Last edited:
What kind of data are you caching ? Would love to see some numbers outlining the performance benefits
I keep a lot of well-known datasets locally for ML development. Most of my ML training and testing requires result metrics on some well known datasets.
With caching in ubuntu I am able achieve around 38-40% hit rate for most used datasets. Most of my models are in the domain of scene recognition and object detection so I train a lot of models on MS-COCO dataset and VisuaQA dataset (both of which receive 100% hit rates).

I thought I could use same same tech for reducing game load times on windows as I have seen videos of Optane doing the same for game load times, but I guess it's a dead field nowadays with high capacity SSDs in the market.

Thanks for your help though.
 
Back
Top