**❓ Re: High latency for KV** I'm experiencing a latency of 20ms-200ms for KV.get, even when there'
I'm experiencing a latency of 20ms-200ms for KV.get, even when there's only one record and multiple requests are made from the same location. The value remains unchanged throughout. The lowest latency I've observed is 14ms, but it's infrequent.
Here's how I measured:
The latency response should remain unaffected by any delays in the request. Given the current response rate, it would be more efficient to utilize the database.
What mistake am I making?


