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
Currently we alternate between 2 files for the metadata and take the one with the highest index when opening. Instead we could just write each metadata commit to a new file with garbage collection. I think this would allow multiprocess access.
Currently we alternate between 2 files for the metadata and take the one with the highest index when opening. Instead we could just write each metadata commit to a new file with garbage collection. I think this would allow multiprocess access.