You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would first suggest to execute the query with 'explain analyze' and post the results here.
The cause might be issue #2, where more parquet files are scanned than necessary.
I'm currently reading from my glue-cataloged iceberg table using the following:
The execution is very slow compared to just reading from the .parquet files at the same path (eg. 2 minutes vs 2 seconds).
Would like to know what I'm doing wrong or if someone has a solution
The text was updated successfully, but these errors were encountered: