Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initialization of sedona 1.6.0 is quite slower than sedona 1.5.1 #1512

Closed
MyqueWooMiddo opened this issue Jul 8, 2024 · 2 comments
Closed

Comments

@MyqueWooMiddo
Copy link

the lazy initialization of sedona 1.6.0 is quite slower than sedona 1.5.1 , obviously

@Kontinuation
Copy link
Member

One possible reason is that Sedona 1.6.0 added telemetry collection to SedonaContext initialization, it may take quite a long time if the driver node silently drops traffic to the internet. If you are running Sedona in a cluster without internet access, you can try setting driver's environment variable SCARF_NO_ANALYTICS to true to opt out telemetry collection and see if initialization is still slow.

@MyqueWooMiddo
Copy link
Author

One possible reason is that Sedona 1.6.0 added telemetry collection to SedonaContext initialization, it may take quite a long time if the driver node silently drops traffic to the internet. If you are running Sedona in a cluster without internet access, you can try setting driver's environment variable SCARF_NO_ANALYTICS to true to opt out telemetry collection and see if initialization is still slow.

It works ,THX

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants