Hi all,
I was wondering what you think about a Branching and Tagging feature for
Iceberg Views similar to the one for Iceberg Tables. Just that instead
of having references to table snapshots you would have references to
view versions.
This could be accomplished similar to Iceberg Tables by introducing a
"refs" map that contains references to version ids. The map keys are the
unique snapshot reference names in the table, and the map values are
version ids. There is always a main branch reference pointing to the
current-version-id even if the refs map is null.
Let me know, what you think.
Best wishes,
Jan