BlockRestartInterval

data class BlockRestartInterval(blockRestartInterval: Int) : LevelDBOptions

Number of keys between restart points for delta encoding of keys.

Most clients should leave this parameter alone.

This parameter can be changed dynamically.

(Default: 16)

Constructors

BlockRestartInterval
Link copied to clipboard
common
fun BlockRestartInterval(blockRestartInterval: Int)

Properties

blockRestartInterval
Link copied to clipboard
common
val blockRestartInterval: Int