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

    Interface PlacementEpoch

    One generation of the shard topology.

    An epoch records the algorithm as well as the shard set, so a change of algorithm is walked back exactly like a change of topology.

    1.4.0

    interface PlacementEpoch {
        algorithm: PlacementAlgorithm;
        n: number;
        shards: string[];
    }
    Index

    How placement was computed during this epoch

    n: number

    Monotonic generation number; higher is newer

    shards: string[]

    Shard bindings that existed during this epoch, in declaration order