当前位置:网站首页>Gbase 8C backup control function (I)
Gbase 8C backup control function (I)
2022-07-28 01:54:00 【Dazhuang twelve】
The backup control function can help with online backup .
pg_create_restore_point(name text)
describe : Create a named point for performing recovery .( Administrator role is required )
return type :text
remarks :pg_create_restore_point Created one that can be used for recovery purposes 、 There are named transaction log records , And return to the corresponding transaction log location . In the process of recovery ,recovery_target_name You can use this name to locate the corresponding log recovery point , And start the recovery operation from here . Avoid creating multiple recovery points with the same name , Because the recovery operation will match in the first ( Recovery objectives ) Stop on the name .
pg_current_xlog_location()
describe : Get the write location of the current transaction log .
return type :text
remarks :pg_current_xlog_location Use the same format as the previous functions to display the write location of the current transaction log . If it's a read-only operation , No system administrator privileges are required .
pg_current_xlog_insert_location()
describe : Get the insertion location of the current transaction log .
return type :text
remarks :pg_current_xlog_insert_location Displays the insertion location of the current transaction log . The insertion point is the transaction log at a moment “ Logical end point ”, The actual write location is the end point of writing from the internal buffer of the server . The write location is the endpoint that can be detected from outside the server , If you want to archive a partially completed transaction log file , Then this operation can be realized . The insertion point is mainly used for server debugging purposes . If it's a read-only operation , No system administrator privileges are required .
gs_current_xlog_insert_end_location()
describe : Get the insertion location of the current transaction log .
return type :text
remarks :gs_current_xlog_insert_end_location Displays the actual insertion location of the current transaction log .
边栏推荐
- C # learning notes ----- C # connect to MySQL database
- HRD 1. a simple and reliable HRD detection method
- Prediction of charitable donation behavior by EEG multivariate model analysis
- [style set 1] tab
- N32L43x Flash读\写\擦除操作总结
- leetcode: 515. 在每个树行中找最大值
- GBase 8c 事务ID和快照(四)
- Lambda表达式和Stream流
- 数据安全与隐私计算峰会-可证明安全:学习
- 集合/容器
猜你喜欢

普通设备能不能接入TSN时间敏感网络?

忘记root密码

企业运维实践-使用Aliyun容器镜像服务对海外gcr、quay仓库镜像进行镜像拉取构建

处理数据 给数据换名字

周报、月报有多折磨人?万能报表模板建议收藏!(附模板)

Machine learning how to achieve epidemic visualization -- epidemic data analysis and prediction practice

leetcode: 515. 在每个树行中找最大值

Lambda expressions and stream streams

存储成本降低 80%,有赞数据中台成本治理怎么做的?

Leetcode: 515. Find the maximum value in each tree row
随机推荐
Machine learning how to achieve epidemic visualization -- epidemic data analysis and prediction practice
Graph theory analysis of white matter brain function network: neural markers for classification and prediction of depression
[interview: concurrent article 28:volatile] orderliness
处理数据 给数据换名字
“你“想当测试/开发程序员吗?努力发芽的我们......
阿虎的故事
leetcode: 515. 在每个树行中找最大值
一些事情的思考
A happy old age
Modify the request path using the streaming API of gateway
##ELK日志分析系统搭建##
likeshop外卖点餐系统【100%开源无加密】
GBase 8c 注释信息函数
GBase 8c 配置设置函数
实时数仓:美团的实时数仓建设实践
C language · pointer
面试官:你确定Redis是单线程的进程吗?
腾讯云HiFlow场景连接器
忘记root密码
26. Abstraction and template ideas