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
At the moment schema_version is stored at the snapshot level. The implication is that there is a single schema version for the entire catalog rather than one per schema in the catalog. Is this intentional?
I think there might be value in pushing the schema_version down to the schema table since this allows for more precise version modeling and more fine grained cache invalidation.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
At the moment schema_version is stored at the snapshot level. The implication is that there is a single schema version for the entire catalog rather than one per schema in the catalog. Is this intentional?
I think there might be value in pushing the schema_version down to the schema table since this allows for more precise version modeling and more fine grained cache invalidation.
Beta Was this translation helpful? Give feedback.
All reactions