Schemas:

ACCOUNT_USAGE

DATABASE_REPLICATION_USAGE_HISTORY view

This Account Usage view can be used to query the database replication history. 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_NAMEVARCHARName of the database.
DATABASE_IDNUMBERInternal/system-generated identifier for 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).
  • Results are only returned for secondary databases in the target account.