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
As discussed in the meeting, there is a possible strategy for having a period of many successive writes to an index that are not readable until after all writes are completed:
offload writes to a set of rolling log files, then at the end of the transaction we merge-sort each log file into the data file and resume the standard operating mode with a single log file.
As discussed in the meeting, there is a possible strategy for having a period of many successive writes to an index that are not readable until after all writes are completed:
CC @pascutto, @ioana, @samoht.
The text was updated successfully, but these errors were encountered: