Hacker News new | past | comments | ask | show | jobs | submit login

What distributed databases shard on the low bits? How do they do something like a range query?

The closest I’ve ever heard of is sharding based on a hash (e.g. CockroachDB can do this on request[1]) but most distributed databases with strong consistency (Spanner descendants in particular) default to “doing it wrong”.

[1]: https://www.cockroachlabs.com/docs/stable/hash-sharded-index...




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: