Hacker News new | ask | show | jobs
by rqtwteye 1040 days ago
It seems to me that a lot of modern architectures store the same data in multiple places. The systems I see proposed in my company probably need often 10 times more space than the actual data we have because they copy and cache a lot of stuff.
1 comments

Microservices requires denormalizing data across tables and dbs. There’s a cost to how many microservices you build.