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
Lays the initial groundwork for iterating all keys by seqno.
At the moment, the ColumnFamily mapping seqno=>key will grow forever; we
do not ever remove old mappings. This could be done in a compaction
filter, or a periodic task etc. The main costs currently are slower
scans as time is wasted ignoring seqno=>key mappings where the seqno is
no longer current, and ever growing storage usage.
Change-Id: I4431a498cb59248756f90d8b7b3469daddb05a21
Reviewed-on: http://review.couchbase.org/82747
Reviewed-by: Dave Rigby <[email protected]>
Tested-by: Build Bot <[email protected]>
0 commit comments