Back to course home
0% completed
Vote For New Content
How is a quad tree persisted/stored? Is the search done directly on a DB (if ye...
George
Jan 13, 2022
How is a quad tree persisted/stored? Is the search done directly on a DB (if yes, an example would be great) or is it more like each servers builds a quadtree and keeps it in its memory on set up?
0
0
Comments
Comments
Design Gurus4 years ago
Quad tree is not persisted, it is only kept in memory. Please see section 8 (Replication and Fault Tolerance) for details.