Is it possible to move the "storage\temp\blob-*.partial" to a different folder?

When *.partial are finished, they are moved to the storage location. So, it would transfer to SSD and then move to the HDD every time, they would not be cached at all. Just pure double IO and longer time, adding latency to the HDD operations (to slow down the read operations for example) and new point of failure.

If you want to use SSD as a cache - you can take a look on