We are trying to decide if to adopt KV. Here is our scenario: - We're using their KV store alongsid

We are trying to decide if to adopt KV. Here is our scenario:

  • We're using their KV store alongside Cloudflare Workers to serve as a cache for some of our frequently queried postgres queries.
  • We're hitting the cache, directly from the browser by querying a worker's API endpoint
  • The average payload size is 250kb, but it's taking 300-400ms to respond
Was this page helpful?