Kontinuation opened a new pull request, #513: URL: https://github.com/apache/sedona-db/pull/513
The initial KDB tree holds bounding boxes in both internal nodes and leaf nodes. This will produce slightly less number of partitions than specified. We'll risk overshooting the memory budget in such cases. This patch makes KDB tree storing all the bounding boxes in leaf nodes. The KDB tree will produce slightly more number of partitions, which is fine and gives us some buffer to compensate for the inaccuracy of memory usage estimation. We've also added a method for dumping the partitioning bounding box in human readable format for easier debugging. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
