Kontinuation commented on PR #1158: URL: https://github.com/apache/sedona/pull/1158#issuecomment-1867119517
Manually reducing the size of the envelopes for points may significantly increase the size of the Quadtree. This may cause executors to run out of memory or exceed the kryo buffer limit when serializing the spatial index. STRtree is a better option for spatial indexing. We've already made STRtree as the default configuration in https://github.com/apache/sedona/pull/1159, so I'd like to keep the Quadtree indexing unchanged. -- 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]
