BlockSize

data class BlockSize(blockSize: Int) : LevelDBOptions

Approximate size of user data packed per block.

Note that the block size specified here corresponds to uncompressed data. The actual size of the unit read from disk may be smaller if compression is enabled.

This parameter can be changed dynamically.

(Default: 4K)

Constructors

BlockSize
Link copied to clipboard
common
fun BlockSize(blockSize: Int)

Properties

blockSize
Link copied to clipboard
common
val blockSize: Int