Practical considerations
For join datatypes, the parent allows re-indexing/adding/deleting specific children. However, using has_child or has_parent queries can have a significant impact on performance. If you need better performance, always use nested datatypes. Nonetheless, as long as you have to update, you need to re-index all children to their parent. The nested datatype approach is also easier to manage than the join datatype approach. You must be very careful while using the join datatype method because you can index children without a parent. Also, if you want to remove a parent, it is not an automatic cascading task to delete all of its children. You need to clean it up by yourself. On the other hand, if you want to update parent ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access