Skip to content

Commit 808ed12

Browse files
thomasgauvinvy-ton
andauthored
Update src/content/partials/kv/kv-vs-d1.mdx
Co-authored-by: Vy Ton <[email protected]>
1 parent 7c48382 commit 808ed12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/partials/kv/kv-vs-d1.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## Workers KV vs D1
66

7-
Cloudflare Workers KV provides an eventually consistent global key-value store that caches data throughput Cloudflare's network to provide
7+
Cloudflare Workers KV provides an eventually consistent global key-value store that caches data throughout Cloudflare's network to provide
88
low read latency for hot reads to keys. This is ideal for storing data that is repeatedly read by your Workers, such as configuration data, user preferences, cached values, etc. Workers KV can sustain high read throughput (unlimited requests per second per key) with \<5ms latency globally for hot reads. Workers KV is eventually consistent, so writes may take up to 60 seconds to propagate through Cloudflare's network by default.
99

1010
Cloudflare D1 provides a SQL database that supports relational data modeling and quering. D1 supports snapshot isolation consistency and is ideal for

0 commit comments

Comments
 (0)