Hello
I was wondering if its possible to have Elasticsearch write docs to memory and have them roll. The use case is that we have a lot of data on a specific index being written and the writes to disk are using lots of disk io, we need this data for a short term and would be nice to have them in memory like the feature Prometheus offers.
Is that possible with Elasticsearch?