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
However, the bigquery connector is not based on JDBC and thus does not benefit from the metadata caching layer.
Ideally the metadata caching layer implemented here could also be utilized in : #10740
Additionally, when implementing this caching layer make sure to handle cache invalidation (ie: dropping a table through trino should result in SHOW TABLES not returning the dropped table)
The text was updated successfully, but these errors were encountered:
Currently JDBC based connectors have a metadata cache (see this PR: https://github.com/trinodb/trino/pull/2290/files)
However, the bigquery connector is not based on JDBC and thus does not benefit from the metadata caching layer.
Ideally the metadata caching layer implemented here could also be utilized in : #10740
Additionally, when implementing this caching layer make sure to handle cache invalidation (ie: dropping a table through trino should result in
SHOW TABLES
not returning the dropped table)The text was updated successfully, but these errors were encountered: