forked from docs/doc-exports
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Co-authored-by: luhuayi <luhuayi@huawei.com> Co-committed-by: luhuayi <luhuayi@huawei.com>
5.1 KiB
5.1 KiB
TABLES_SNAP_TIMESTAMP
TABLES_SNAP_TIMESTAMP records the start and end time of the snapshots created for each performance view. After enable_wdr_snapshot is set to on, this catalog is created and maintained by the background snapshot thread. It is accessible only to users with system administrator rights.
Column |
Type |
Description |
|---|---|---|
snapshot_id |
Name |
Snapshot ID. This column is the primary key and distribution key. |
db_name |
Text |
Name of the database to which the view belongs. |
tablename |
Text |
View name. |
start_ts |
Timestamp with time zone |
Snapshot start time. |
end_ts |
Timestamp with time zone |
Snapshot end time. |
Parent topic: System Catalogs
