@earth-app/collegedb
    Preparing search index...

    Type Alias PhaseName

    PhaseName:
        | "hash"
        | "kv.get"
        | "kv.put"
        | "kv.delete"
        | "kv.list"
        | "shard.select"
        | "coordinator.fetch"
        | "sql.prepare"
        | "sql.exec"

    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 trips
    • shard.select - running the allocation strategy for an unmapped key
    • coordinator.fetch - a Durable Object round trip
    • sql.prepare / sql.exec - statement construction and execution

    1.4.0