keep track of total data file size
This commit is contained in:
@@ -15,6 +15,7 @@ type Volume struct {
|
||||
dir string
|
||||
Collection string
|
||||
dataFile *os.File
|
||||
dataFileSize int64
|
||||
nm NeedleMapper
|
||||
needleMapKind NeedleMapType
|
||||
readOnly bool
|
||||
|
||||
Reference in New Issue
Block a user