I don’t think you can have such control, at least not now. I think the best you 
could do is to shard your content (small vs large) into two (or more) domains, 
and then you can assign volumes based on those names.

— Leif

From hosting.config:


#   Primary destination specifiers are
#     domain=
#     hostname=




> On Apr 10, 2023, at 5:51 AM, Veiko Kukk <veiko.k...@gmail.com> wrote:
> 
> Hi
> 
> We are currently using Nginx in front of ATS to store hot content on
> NVMe-s, but would like to drop it and only use ATS. ATS is using full
> SATA HDD-s to store its content (about 150TB per node) and ATS RAM
> cache is disabled entirely.
> 
> From reading ATS documentation, I only found how to enable RAM cache
> for objects smaller than x, but nothing about how to create volume for
> smaller files from actual storage devices. The idea here is that HDD-s
> are more suitable (better performing) for larger objects that are read
> sequentially and SSD-s for smaller files because seek penalty isn't as
> high with solid state drives as it is with rotating media.
> 
> How could I create volume over NVMe drivers that would only store
> smaller than x size files?
> 
> Thanks ahead,
> Veiko

Reply via email to