Skip to content

Commit 7c648ed

Browse files
committed
Fixing blank header
1 parent 45a50a1 commit 7c648ed

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
@@ -16,7 +16,7 @@ Cloudflare D1 provides a SQL database that supports relational data modeling and
1616
* Built-in [read replication](/d1/best-practices/read-replication/) enables you to automatically replicate data globally whilst still maintaining strong consistency.
1717
* D1 supports snapshot isolation consistency and is ideal for workloads that store user data or general web application data.
1818

19-
###
19+
### Use cases
2020

2121
- 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.
2222
- 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)