MemorySetting Enum

MemorySetting Enum

Memory usage options.


type MemorySetting int32

Fields

FieldDescription
NormalDefault option for cells model.
MemoryPreferenceMemory performance preferrable.With this option the data will be held in compact format so for common scenarios it may give lower memory cost.However, this option also may degrade R/W performance a bit in some special cases.