krareT / pub-task

Terark public developing
MIT License
3 stars 6 forks source link

Second pass scan: Populate intersection set with first pass scan #14

Closed rockeet closed 5 years ago

rockeet commented 6 years ago

In compaction, TerarkSST needs two pass scan, now we require two pass scan yield identical result, this restriction can be removed: just keep the intersection set of these two pass scan!

rockeet commented 5 years ago

done