Skip to main content
Skip table of contents

Recommendation System

SYSADMIN.RecommendedOptimizations

This table supplies information on recommended optimizations.

Column Name

Type

Description

Id

bigintegerOptimization ID
TypestringMaterialization type of this optimization
MatchDescriptorstringMatch descriptor
FreqbigintegerFrequency of this optimization
EnabledbooleanFlag to signal if the optimization is enabled or not
matTablePrefixstringPrefix used for the set of materialized tables associated with this optimization
sourceStatestringState of the source tables
sourceStateCommentstringReason why the source state is NOT_AVAILABLE. If the state is OK, the value of this field should be null
dwhStatestringState of the analytical storage schema
dwhStateCommentstringReason why the analytical storage state is NOT_AVAILABLE. If the state is OK, the value of this field should be null
lastReplicationStatestringState of the last replication task
lastReplicationStateCommentstringReason why the last replication execution failed. If the state is OK, the value of this field should be null
nextSelectStatestringPossible state of the next select query execution
nextReplicationStatestringPossible state of the next replicator execution
lastUsedtimestampTimestamp when the corresponding query was last executed
lastMaterializedtimestampTimestamp when the optimization was last materialized
allowIndexCreationByTypestring***
allowIndexCreationByStatusstring***
uuidstringOptimization UUID

uuid column in SYSADMIN.RecommendedOptimizations is available since v4.1

SYSADMIN.RecOptSymbols

This table supplies information on symbols (group by symbols, aggregate functions, etc.) associated with a MAT_AGGR optimization.

Column Name

Type

Description

ID

bigintegerSymbol ID
recOptIDbigintegerID of the associated optimization
symbolstringActual symbol or expression (e.g. SUM(views.v1.a))
typestringOptimization symbol type (e.g. AGGR, GROUP_BY)
aggrFunctionstringAggregation function (e.g. SUM). Can be null
aliasstringAlias of the symbol used in the materialized table (e.g. sum_views_v1_a_)

SYSADMIN.RecommendedIndexes

This table supplies information on recommended indexes.

Column Name

Type

Description

id

bigintegerIndex ID
columnNamestringColumn name
typestringIndex type (e.g. JOIN, WHERE, etc.)
kindstring***
freqbiginteger***
statusstring***
recOptIDbigintegerID of the associated optimization
parentRecOptIDbigintegerID of the parent optimization (in case of JOIN type). Can be null

SYSADMIN.MaterializedTable

This table supplies information on materialized tables.

Column Name

Type

Description

ID

bigintegerID of the materialized table
recOptIDbigintegerID of the associated recommended optimization
namestringMaterialized table name
typestringMaterialization type (e.g. MAT_TABLE, MAT_JOIN, MAT_AGGR)
accessStatestringState of the materialized table during the replication process (e.g. READY, UPDATING, INCOMPLETE, etc.)
creationTimetimestampTimestamp when the materialized table was created
lastModifiedtimestampTimestamp when the materialized table was last modified
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.