Do Cached Reads in Tigris Count as Read Operations?

I’m evaluating Tigris for my upcoming project and am impressed by its built-in global distribution and object caching features (as noted in the Tigris caching documentation).

In my previous projects, I typically used a CDN to cache read requests, which helped reduce costs by minimizing direct reads.

With Tigris, if I have a public object that is read once, will subsequent reads from the cache be charged as read requests within the same region? I’m trying to understand how the caching mechanism impacts billing for read operations.

Thanks for your insights!

My understanding is yes, every read is charged as a read regardless of where it was read from. The benefit comes from faster reads when using the cache and no egress fees.

Yes as @charsleysa mentioned, it will be charged towards read requests.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.