There are so many ways to read and write data: D1, R2, Analytics engine, KV, logpushd, more? If I wa

There are so many ways to read and write data: D1, R2, Analytics engine, KV, logpushd, more?
If I wanted to read and write a counter on every request, what's the best way to do that? E.g. x = x+1.
I'm considering using queues to stack the increments up and bulk process them, which would save a lot on write costs, but I still don't know where to read/write. Or if there's a better way.
Was this page helpful?