Class ColumnarStorageMemtableConfigurationSchema
java.lang.Object
org.gridgain.internal.columnar.configuration.ColumnarStorageMemtableConfigurationSchema
Memtable configuration for
ColumnarStorageEngine.-
Field Summary
FieldsModifier and TypeFieldDescriptionlongMaximum number of memtables per table.longMaximum size of the memtable. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
memtableMaxSize
@Range(min=1048576L, max=268435456L) @Value(hasDefault=true) public long memtableMaxSizeMaximum size of the memtable. Memtable will be flushed to disk if new row will not fit into it. -
dataRegionSize
@Range(min=67108864L, max=137438953472L) @Value(hasDefault=true) public long dataRegionSizeMaximum number of memtables per table.
-
-
Constructor Details
-
ColumnarStorageMemtableConfigurationSchema
public ColumnarStorageMemtableConfigurationSchema()
-