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
Similar question to duckdb/ducklake-web#45. Since next_catalog_id and next_file_id are stored per snapshot table row value it's not 100% clear how you're supposed to manage these.
If there are multiple snapshots in the database which counter do you use and increment? Only that of the latest?
When creating a new snapshot, do you initialize these to zero or to the value from the most recent snapshot so far?
These two counters seem to be catalog wide values. If that's correct would it not be better to store them in normalized form?
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.
-
Similar question to duckdb/ducklake-web#45. Since
next_catalog_id
andnext_file_id
are stored per snapshot table row value it's not 100% clear how you're supposed to manage these.These two counters seem to be catalog wide values. If that's correct would it not be better to store them in normalized form?
Beta Was this translation helpful? Give feedback.
All reactions