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
Before release 2.2, this method is used to identify MV tables in HummockVersion, in order to minimize data persisted for time travel.
Since release 2.2, the method above is no longer effective, as new tables are no longer written to the default compaction group 2 and compaction group 3. So a new approach is needed to identify MV tables.
The text was updated successfully, but these errors were encountered:
Before release 2.2, this method is used to identify MV tables in HummockVersion, in order to minimize data persisted for time travel.
Since release 2.2, the method above is no longer effective, as new tables are no longer written to the default compaction group 2 and compaction group 3. So a new approach is needed to identify MV tables.
The text was updated successfully, but these errors were encountered: