- Schema:
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 information returned by the function includes the database name, credits consumed, and bytes transferred for replication.
While the feature is in preview, we may make some behavior changes. We will notify you about any changes before implementing them.
Columns¶
Column Name |
Data Type |
Description |
---|---|---|
ORGANIZATION_NAME |
VARCHAR |
Name of the organization where the usage took place. |
ACCOUNT_NAME |
TEXT |
Name of the account where the usage took place. |
ACCOUNT_LOCATOR |
TEXT |
Name of the account locator. |
REGION |
VARCHAR |
Name of the region where the account is located. |
USAGE_DATE |
DATE |
Date (in the UTC time zone) of this storage usage record. |
DATABASE_ID |
NUMBER |
Internal/system-generated identifier for the database. |
DATABASE_NAME |
TEXT |
Name of the database. |
CREDITS_USED |
TEXT |
Total number of credits used for database replication during the USAGE_DATE. |
BYTES_TRANSFERED |
TEXT |
Number 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).