Hello,
We are considering deploying M3 in AWS cloud and would like to know if there is an option to store the files in S3 instead of local files or block storage? Ideally, we would like to use AWS instances with large memory that can be used to return results for data in cache and when the data is not in cache, read from S3 to load the cache and serve the queries.
We are hoping this model would perform better than (if not similar to) Thanos because most queries would hit memory, while giving us the ability to store the metrics persistently in S3 to save cost.
If this is not currently supported, is there a plan to support it in the future?
Thanks
-Pavan