-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Excessive metastore invocations when querying Iceberg table #8675
Comments
Out of these 12:
|
|
Nice analysis. It looks like we will need to change the connector, since it seems hard to avoid all of these. |
|
When selecting from a system table, we currently do even more accesses:
|
|
This was referenced Sep 24, 2021
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There was a concern about second call to getTable here #8151 (comment) because these can be expensive.
as
trino/plugin/trino-iceberg/src/test/java/io/trino/plugin/iceberg/TestIcebergMetastoreAccessOperations.java
Lines 106 to 108 in 30f2ecc
We need to understand why we're doing those additional accesses to metastore.
If caching is found to be desired, #8659 is a WIP adding it.
The text was updated successfully, but these errors were encountered: