MCPcopy Create free account
hub / github.com/nutsdb/nutsdb / WithHintKeyAndRAMIdxCacheSize

Function WithHintKeyAndRAMIdxCacheSize

options.go:223–227  ·  view source on GitHub ↗
(size int)

Source from the content-addressed store, hash-verified

221}
222
223func WithHintKeyAndRAMIdxCacheSize(size int) Option {
224 return func(opt *Options) {
225 opt.HintKeyAndRAMIdxCacheSize = size
226 }
227}
228
229func WithMaxBatchSize(size int64) Option {
230 return func(opt *Options) {

Callers 1

Calls

no outgoing calls

Tested by 1