| LOW | stream_writer.go | 21 | |
| LOW | backup.go | 21 | ) |
| LOW | db.go | 741 | // Note that value will include meta byte. |
| LOW | db.go | 1201 | case <-lc.HasBeenClosed(): |
| LOW | db.go | 1221 | // rewritten if half the space can be discarded. This results in a lifetime |
| LOW | db2_test.go | 641 | require.NoError(t, db2.Close()) |
| LOW | options.go | 201 | maxValueThreshold = (1 << 20) // 1 MB |
| LOW | options.go | 281 | return superflag |
| LOW | options.go | 361 | // |
| LOW | options.go | 401 | |
| LOW | options.go | 461 | // WithLevelSizeMultiplier returns a new Options value with LevelSizeMultiplier set to the given |
| LOW | options.go | 481 | return opt |
| LOW | options.go | 501 | // VLogPercentile with value 0.99 means 99 percentile of value will be put in LSM tree |
| LOW | options.go | 521 | } |
| LOW | options.go | 661 | // WithChecksumVerificationMode returns a new Options value with ChecksumVerificationMode set to |
| LOW | options.go | 701 | // have better performance and higher levels have better compression ratios. |
| LOW | options.go | 721 | // set to the given value. |
| LOW | options.go | 741 | // Zero value for IndexCacheSize means all the indices will be kept in |
| LOW | stream.go | 41 | // Number of goroutines to use for iterating over key ranges. Defaults to 8. |
| LOW | stream.go | 61 | MaxSize uint64 |
| LOW | iterator_test.go | 301 | require.NoError(t, db.View(func(txn *Txn) error { |
| LOW | iterator_test.go | 321 | // |
| LOW | util.go | 61 | // // debugPrintMore shows key ranges of each level. |
| LOW | txn.go | 401 | // The current transaction keeps a reference to the key and val byte slice |
| LOW | txn.go | 621 | // In that case, commitTs should not be never be zero. This might happen if |
| LOW | txn.go | 641 | // 5. If callback is provided, Badger will return immediately after checking |
| LOW | txn.go | 741 | // |
| LOW | iterator.go | 61 | // KeyCopy returns a copy of the key of the item, writing it to dst slice. |
| LOW | iterator.go | 441 | // ThreadId is an optional value that can be set to identify which goroutine created |
| LOW | levels.go | 241 | if err := table.DecrRef(); err != nil { |
| LOW | levels.go | 761 | // - We've already processed `NumVersionsToKeep` number of versions |
| LOW | value.go | 241 | size = 0 |
| LOW | value.go | 261 | // Assume we have 3 move keys in L0. |
| LOW | value.go | 281 | // L0 => .... |
| LOW | skl/skl.go | 41 | type node struct { |
| LOW | table/table.go | 181 | freeMe bool // used to determine if the blocked should be reused. |
| LOW | y/watermark.go | 41 | // WaterMark is used to keep track of the minimum un-finished index. Typically, an index k becomes |
| LOW | y/error.go | 1 | /* |
| LOW | y/bloom.go | 141 | } |
| LOW | y/bloom.go | 161 | |