• #dev 2023-03-18
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#dev ≡
  • ←
  • →
2023-03-18 UTC
# 15:31
[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