Schema:

ORGANIZATION_USAGE

REPLICATION_USAGE_HISTORY view

The REPLICATION_USAGE_HISTORY view in the ORGANIZATION_USAGE schema can be used to query the replication history for databases in your organization within a specified date range. The view includes the database name, credits consumed, and bytes transferred for replication.

Note

This view only displays replication usage for database replication. To view usage for replication using replication and failover groups, see the REPLICATION_GROUP_USAGE_HISTORY view.

Columns

Column NameData TypeDescription
ORGANIZATION_NAMEVARCHARName of the organization where the usage took place.
ACCOUNT_NAMEVARCHARName of the account where the usage took place.
ACCOUNT_LOCATORVARCHARName of the account locator.
REGIONVARCHARName of the region where the account is located.
USAGE_DATEDATEDate (in the UTC time zone) of this usage record.
DATABASE_IDNUMBERInternal/system-generated identifier for the database.
DATABASE_NAMEVARCHARName of the database.
CREDITS_USEDNUMBERTotal number of credits used for database replication during the USAGE_DATE.
BYTES_TRANSFERREDVARCHARNumber of bytes transferred for database replication during the USAGE_DATE.

Usage notes

  • Latency for the view may be up to 24 hours (1 day).
  • The data is retained for 365 days (1 year).