For Workes & Pages, what is the name of the domain?
ttps://kv-d1-benchmark.payhunter.workers.dev/
What is the issue or error you’re encountering
High Latency in Worker KV write and D1 Insert/Select
What steps have you taken to resolve the issue?
NA
What are the steps to reproduce the issue?
Testest using GitHub - bruceharrison1984/kv-d1-benchmark: A very small Cloudflare Worker that compares response times of KV to D1.
{
“kv_insert”: “475ms”,
“kv_read”: “2ms”,
“kv_insert_and_propagate”: “1443ms”,
“d1_insert”: “1153ms”,
“d1_read”: “1144ms”,
“d1_insert_and_propagate”: “2109ms”
}