What are some use cases that you found are useful?
vivek-jain•2h ago
Sharded in-memory caching turns out to be rather useful at scale :)
Some of the key examples highlighted on our blog are Unity Catalog, which is essentially the metadata layer for Databricks, our Query Orchestration Engine, and our distributed remote cache. See the blog post for more!
These show up once you have a certain scale where it is either cost inefficient or the hot spots are very dynamic. They also try to avoid latency by being eventually consistent sidecars instead of proxies.
I’ve seen them used for traffic routing, storage system metadata systems, distributed cache etc
khaki54•1h ago
Seems weird to call it sharding since it's not sharding indexed datasets or anything like that. Is this just a tool to mitigate Databricks’ internal service-scaling challenges?
ayf•3h ago
What are some use cases that you found are useful?
vivek-jain•2h ago
Some of the key examples highlighted on our blog are Unity Catalog, which is essentially the metadata layer for Databricks, our Query Orchestration Engine, and our distributed remote cache. See the blog post for more!
louis-paul•26m ago
WookieRushing•3m ago
I’ve seen them used for traffic routing, storage system metadata systems, distributed cache etc