@ -5,6 +5,10 @@ import (
"sync"
)
const (
batch = 100000
type CompactSection struct {
sync.RWMutex
values []NeedleValue
@ -5,10 +5,6 @@ import (
"github.com/google/btree"
type NeedleValue struct {
Key NeedleId
Offset Offset `comment:"Volume offset"` //since aligned to 8 bytes, range is 4G*8=32G