XML Configuration Reference : Index : AttributeGroupAccess
 
AttributeGroupAccess
com.exalead.mercury.mami.indexing.v10.AttributeGroupAccess
Configuration specifying how to access the attribute group at runtime.
Parent elements:
com.exalead.mercury.mami.indexing.v10.IndexRuntimeConfig (as IndexRuntimeConfig)
Attributes:
Name
Type
Default value
Description
groupId
string
Specifies which attribute group store this access configuration applies to.
runType
enum(mmap, pagecache, direct, RAMRow, RAMColumnDense)
mmap
Specifies how the attribute group should be accessed at runtime.
preload
boolean
For RAM-based access type, specifies if the attribute group should be loaded in RAM at startup instead of at access time.
mlock
boolean
For RAM-based access type, specifies if the attribute group should be locked in RAM. Preventing it being moved to the swap area.
cacheId
string
For pagecache I/O type, specifies the cache ID.