Hi,Is this possible to allocate a different disk for different object sizes? Below is the scenario I'm trying to implement:
Object size <1MB -----> SSD Object Size > 1MB ----> HDDThis will improve Caching performance as smaller objects will be served from SSD while larger objects will reside on the HDD.
-- Regards, Faisal.
