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

    Type Alias PlacementAlgorithm

    PlacementAlgorithm: "hrw" | "modulo"

    How the shard for a key was derived during one epoch.

    • hrw - rendezvous hashing, the current scheme
    • modulo - hash(key) % shards.length over shards in the recorded order, the scheme used before 1.4.0

    1.4.0