petern48 commented on PR #183: URL: https://github.com/apache/sedona-db/pull/183#issuecomment-3375024110
I'm not sure how you got actual `s`'s (skips), but I suspect it's because you tried running the entire file, which would take forever. I submitted a [PR](https://github.com/apache/sedona-db/pull/188) to do this myself, since it requires adding a new points-only table. It wouldn't have been fun for you to figure out and debug since our current setup just hangs for a while (minutes) and eventually outputs a sort of useful error message. Also updated the docs to mention running one bench at a time. Here's the benchmark screenshot copied over. <img width="697" height="95" alt="image" src="https://github.com/user-attachments/assets/603533ac-25d2-45ab-86a2-6725d24aeb41" /> > Since DuckDB's ST_Azimuth() is also implemented by me, you can blame me if DuckDB is not slow enough :) Anyway, looking forward to seeing the result! I guess I'll instead thank you that DuckDB is slow enough 😉 -- 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]
