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

EXPLAIN command executes query on Snowflake side #567

Open
urosstan-db opened this issue Jun 24, 2024 · 1 comment
Open

EXPLAIN command executes query on Snowflake side #567

urosstan-db opened this issue Jun 24, 2024 · 1 comment

Comments

@urosstan-db
Copy link

Query execution is done in getRDD method of SnowflakeRelation and because of that, snowflake strategy during planning executes query on snowflake side and that can take a lot of time for bigger queries.

It helps a little bit data is not fetched, but still, some query executions can take a lot of time.

@urosstan-db
Copy link
Author

#535
This PR seems to solve this issue also.

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

1 participant