

InterviewSolution
Saved Bookmarks
1. |
The Array of Ancestors pattern is slightly slower than the ________________ pattern.(a) Materialized Paths(b) Array of Ancestors(c) Nested Sets(d) None of the mentionedThis question was posed to me in quiz.My doubt stems from Model Tree Structures in portion Data Models of MongoDB |
Answer» The CORRECT answer is (a) Materialized Paths |
|