2023-03-18 UTC
# [KevinMarks] More than one way of doing sharding. If you can hash the thing being queried you can direct to a single shard (or a few if doing something like CHORD). If you can't you can query all shards in parallel and then gather the results. The challenges are in balancing the shards