Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nutsdb/nutsdb
/ getMaxWriteRecordCount
Method
getMaxWriteRecordCount
db.go:413–415 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
411
}
412
413
func
(db *DB) getMaxWriteRecordCount() int64 {
414
return
db.opt.MaxWriteRecordCount
415
}
416
417
func
(db *DB) getHintKeyAndRAMIdxCacheSize() int {
418
return
db.opt.HintKeyAndRAMIdxCacheSize
Callers
1
TestWithMaxWriteRecordCount
Function · 0.80
Calls
no outgoing calls
Tested by
1
TestWithMaxWriteRecordCount
Function · 0.64