paleolimbot commented on PR #1063: URL: https://github.com/apache/sedona-db/pull/1063#issuecomment-5065971096
Perhaps a productive outlet for this would be hard-coded NDVI? No expression syntax, but we get some lower bound against which to compare the performance of Python UDFs for this. Off the top of my head, I think Python UDFs are going to have too much contention on the GIL (e.g., 24 threads trying to execute Python code at once!). I have a feeling we're going to want this before Python is fully free threaded. -- 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]
