system indexdisk

Loads the disk usage of all index files stored up to the time of the query by date and type.

Syntax

system indexdisk [from=yyyyMMdd] [to=yyyyMMdd] [TABLE, ...]
Optional Parameter
from=yyyyMMdd
Specify the start date (including the start date) of the target to load in the form of yyyyMMdd.
to=yyyyMMdd
Specify the last date (including the last date) of the target to load in the form of yyyyMMdd.
TABLE, ...
Tables for which to check the disk usage of the index file, separated by a comma (,). If you omit the table list, the command loads the usage of the index file on all tables for which the user account that executes the command has read permission.

Description

Output fields are as follows.

  • _time: Partition date
  • table: Table name
  • index: Index name
  • type: Index type
  • disk_usage: Disk usage in bytes