Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

As someone who today has to maintain a database with a lot of denormalised data, do this only if your database is pretty much write once (the author's use case).

For anything else you might feel that it's saving you time and performance by not needing to join tables, but you're just shooting yourself in the foot with a delayed effect. You're just moving complexity from the read to the write operation with a multiplication effect.



Consider applying for YC's Fall 2026 batch! Applications are open till July 27.

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

Search: