I really want to use kv, but the cold read latency is kinda killing me. For context, I am starting a
I really want to use kv, but the cold read latency is kinda killing me. For context, I am starting an API gateway service for API provides (similar to something like an API marketplace), and I use KV to store config details about the API and the end user. KV is god tier when I load test with tons of reqs / sec, but for more realistic scenarios of bursted requests at a smaller scale, I am getting P90 of ~300ms which is just not feasible. Would love to stay on Cloudflare services such as D1, but Upstash Redis seems like a good fix. Any thoughts?


