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
PersistedFiles has an add_snapshot method. When called this adds the metadata about Parquet files in object storage to this in memory structure. Now that we limit query look back to 72 hours, we should automatically evict any parquet metadata that is past this time range. We can just do it every time add_snapshot is called.
The text was updated successfully, but these errors were encountered:
PersistedFiles
has anadd_snapshot
method. When called this adds the metadata about Parquet files in object storage to this in memory structure. Now that we limit query look back to 72 hours, we should automatically evict any parquet metadata that is past this time range. We can just do it every timeadd_snapshot
is called.The text was updated successfully, but these errors were encountered: