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
Originally, TabletMeta includes RowsetMeta. This lead to a problem that if we modify only one RowsetMeta, we have to read and rewrite total TabletMeta. It is inefficient.
So RowsetMeta will be managed independently by RowsetMetaManager.
Originally, TabletMeta includes RowsetMeta. This lead to a problem that if we modify only one RowsetMeta, we have to read and rewrite total TabletMeta. It is inefficient.
So RowsetMeta will be managed independently by RowsetMetaManager.