> On Mar 18, 2016, at 3:35 AM, Muhammad Faisal <faisalusuf@yahoo.com> wrote:
>
> 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 ----> HDD
>
> This will improve Caching performance as smaller objects will be served from SSD while
larger objects will reside on the HDD.
No, not at this point. Part of the issue is that we select “storage” before going to origin,
so you don’t know what the size is going to be before you get the response. And at that
point, you (currently) can’t move to a different storage / volume. But @amc would know best.
— leif
|