[functional module] WDR

[Operation steps & amp; problem phenomenon]

1、gs_guc reload -N all -I all -c "enable_wdr_snapshot=on"

2、select create_wdr_snapshot();

3、select * from snapshot.snapshot;

[Screenshot information]

openGauss=# select name,setting from pg_settings where name like '%wdr%'; name | setting -----------------------------+--------- enable_wdr_snapshot | on wdr_snapshot_interval | 60 wdr_snapshot_query_timeout | 100 wdr_snapshot_retention_days | 8 (4 rows)

openGauss=# select create_wdr_snapshot(); create_wdr_snapshot ----------------------------------------- WDR snapshot request has been submitted (1 row)

openGauss=# select * from snapshot.snapshot; snapshot_id | start_ts | end_ts -------------+----------+-------- (0 rows)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.