Schema:

ACCOUNT_USAGE

REPLICATION_USAGE_HISTORY view

This Account Usage view can be used to query the replication history for a specified database. The returned results include the database name, credits consumed, and bytes transferred for replication. Usage data is retained for 365 days (1 year).

Columns

Column NameData TypeDescription
START_TIMETIMESTAMP_LTZThe date and beginning of the hour (in the local time zone) in which the replication usage took place.
END_TIMETIMESTAMP_LTZThe date and end of the hour (in the local time zone) in which the replication usage took place.
DATABASE_IDNUMBERInternal/system-generated identifier for the database.
DATABASE_NAMEVARCHARName of the database.
CREDITS_USEDNUMBERTotal number of credits used for database replication during the START_TIME and END_TIME window.
BYTES_TRANSFERREDNUMBERNumber of bytes transferred for database replication during the START_TIME and END_TIME window.

Usage notes

  • Latency for the view may be up to 180 minutes (3 hours).
  • The view displays data starting from September 1, 2019.