A distinct cost inside a routed operation.
hash
kv.get
kv.put
kv.delete
kv.list
shard.select
coordinator.fetch
sql.prepare
sql.exec
1.4.0
A distinct cost inside a routed operation.
hash- deriving the KV key for a primary key (SHA-256, memoized)kv.get/kv.put/kv.delete/kv.list- KV round tripsshard.select- running the allocation strategy for an unmapped keycoordinator.fetch- a Durable Object round tripsql.prepare/sql.exec- statement construction and execution