···237237238238How the hell does aggregation work?!
239239240240-Since every user's records live in *that user's* repository, there are millions (potentially billions?) repositories. How can an app efficiently query, sort, filter, and aggregate information from them? Surely it can't search them on demand.
240240+Since every user's records live in *that user's* repository, there are millions (potentially billions?) of repositories. How can an app efficiently query, sort, filter, and aggregate information from them? Surely it can't search them on demand.
241241242242I've previously used a CMS as an analogy--for example, a blogging app could directly write posts to your repository and then read posts from it when someone visits your blog. This "singleplayer" use case would not require aggregation at all.
243243