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

> You can then create another database that replicates from all the user databases in order to perform your aggregate queries on the back end.

That sounds horribly space inefficent.




Yep.

Everything in software is a trade-off. This trades space efficiency for multi master replication with first class offline app experiences.

For many cases, that's a fine trade. Disks are cheap. If that isn't a fine trade for a particularly large dataset, use a different technology that's better at space efficiency and worse at other stuff.




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

Search: