METERING_HISTORY 视图 (ACCOUNT_USAGE):COPY_FILES 的数据库级输出

Attention

This behavior change is in the 2024_08 bundle.

For the current status of the bundle, refer to Bundle History.

The METERING_HISTORY view in the Account Usage schema behaves as follows:

Before the change:

For the COPY_FILES service type, these columns contain the following information:

  • ENTITY_ID: The ID of the stage from which files are copied.
  • NAME: The name of the stage from which files are copied.

Additionally, the BYTES and FILES columns are aggregated at the stage level.

After the change:

For the COPY_FILES service type, these columns contain the following information:

  • ENTITY_ID: The ID of the database from which files are copied.
  • NAME: The name of the database from which files are copied.

Additionally, the BYTES and FILES columns are aggregated at the database level instead of the stage level.

参考:1728