KV vs DO
I've been building workers and leveraging KVs to create dynamic content. However, I've come to the realization that how I'm using one of my KVs is super susceptible to race condition issues, so I started looking at DOs.
My question is, are there any "gotchas" I should be concerned with when using DOs? Any "it costs more because it uses more ___" or alike? Would using both essentially "double" in transaction availability (not literally but assuming it were balanced) since they each have their own pool?
It doesn't seem like too much to transition parts from KV to DO, but I also know I'd be flying blind with DOs without a helper script to query/output, so I'm also curious how y'all handle that.
My question is, are there any "gotchas" I should be concerned with when using DOs? Any "it costs more because it uses more ___" or alike? Would using both essentially "double" in transaction availability (not literally but assuming it were balanced) since they each have their own pool?
It doesn't seem like too much to transition parts from KV to DO, but I also know I'd be flying blind with DOs without a helper script to query/output, so I'm also curious how y'all handle that.
