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
With the new GC landing in #1801, garbage collection is now deterministic and based on RowId order, i.e. the clients' wall-clocks.
But our timeless tables are still using insertion order, which is both inconsistent and meaningless.
Our timeless tables should be sorted based on RowIds too.
The text was updated successfully, but these errors were encountered:
With the new GC landing in #1801, garbage collection is now deterministic and based on
RowId
order, i.e. the clients' wall-clocks.But our timeless tables are still using insertion order, which is both inconsistent and meaningless.
Our timeless tables should be sorted based on
RowId
s too.The text was updated successfully, but these errors were encountered: