In my system Employees log Requests and Requests are about an Equipment.
In order to avoid loading the Employee and Equipment documents each time I need to display a Request I want to denormalize the employee name and the equipment inventory number, manufacturer name and model in the Request document.
I’m I on the wrong track here? Is this an antipattern?
I realize that if I do that then I’ll have to update all affected Request documents in the very rare case that an employee’s name changes or an equipment’s inventory number changes.
PS: Links to Document Database Modeling Guidelines would be appreciated as well.