Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace HeatWaveClusterTableMemoryEstimate

Estimated memory footprint for a MySQL user table when loaded to the HeatWave cluster memory.

Properties

analyticalFootprintInMbs

analyticalFootprintInMbs: number

The estimated memory footprint of the table in MBs when loaded to HeatWave cluster memory (null if the table cannot be loaded to the HeatWave cluster). Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

errorComment

errorComment: string

Error comment (empty string if no errors occured).

estimatedRowCount

estimatedRowCount: number

The estimated number of rows in the table. This number was used to derive the analytical memory footprint. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

tableName

tableName: string

The table name.

toLoadColumnCount

toLoadColumnCount: number

The number of columns to be loaded to HeatWave cluster memory. These columns contribute to the analytical memory footprint. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

varlenColumnCount

varlenColumnCount: number

The number of variable-length columns to be loaded to HeatWave cluster memory. These columns contribute to the analytical memory footprint. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

getJsonObj