Skip to content

Use Memory Optimized Table Engine

Key: qie.haUseInMemoryTables

Env Var: QIE_HAUSEINMEMORYTABLES

Default: true

Scope: Global

Description: This option tells the QIE service to use memory optimized engine instead of the regular table engine.

Examples

Env Var

QIE_HAUSEINMEMORYTABLES=false

Java Option

-Dqie.haUseInMemoryTables=false

YAML

QIE_HAUSEINMEMORYTABLES: false