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

    Type Alias ShardingStrategy

    ShardingStrategy: "round-robin" | "random" | "hash"

    Sharding strategy options for CollegeDB

    • round-robin: Distributes keys evenly across available shards.
    • random: Selects a random shard for each key.
    • hash: Uses a hash function to determine the shard based on the primary key.