Skip to content

Commit f507a3b

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

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
@@ -10,5 +10,5 @@ low read latency for hot reads to keys. This is ideal for storing data that is r
1010
Cloudflare D1 provides a SQL database that supports relational data modeling and querying. D1 supports snapshot isolation consistency and is ideal for
1111
workloads that store user data or general web application data. D1 currently stores data regionally (with read replicas coming soon).
1212

13-
- Use Workers KV if you need to store and access configuration data with that will be read by Workers frequently, that is written infrequently (\<1 RPS per key) and can tolerate eventual consistency.
13+
- Use Workers KV if you need to store and access configuration data that will be read by Workers frequently, is written infrequently (\<1 RPS per key) and can tolerate eventual consistency.
1414
- Use D1 if you need to store general application data, need SQL access to your data, and require strong consistency (writes are immediately visible after being committed).

0 commit comments

Comments
 (0)