paleolimbot commented on issue #198: URL: https://github.com/apache/sedona-db/issues/198#issuecomment-3386969096
Thanks for creating this! ST_X/Y are probably in this category, too. These are all good things to do and that the more we can do with lazy parsing the better! I do want to note that these functions aren't typically bottlenecks: the case where they're useful are where you have things like absolutely massive multipoints for each feature. Those workflows have other elements that make them slow (e.g., the IO to read them or the memory pressure from having huge rows) and so the case where you have a huge number of massive collections is actually pretty rare. The workflows that are working with huge numbers of features are typically points, linestrings, and single-ring polygons, which are adequately lazy when parsed by our existing parser. -- 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]
