List of known D1 bindings
Round-robin counter for allocation
Statistics for each shard
Current allocation strategy
round-robin
- distributes keys evenly across shards
random
- selects a random shard for each key
hash
- uses a hash function to determine shard based on primary key (default)
Durable Object state for shard coordination