数据仓库服务 GAUSSDB(DWS)-实时数仓函数:pgxc_get_binlog_cursor_by_timestamp(rel_name text, timestamp timestampTz, node_id int)
数据仓库服务 GAUSSDB(DWS)-实时数仓函数:pgxc_get_binlog_cursor_by_timestamp(rel_name text, timestamp timestampTz, node_id int)
pgxc_get_binlog_cursor_by_timestamp(rel_name text, timestamp timestampTz, node_id int)
描述:该函数用于获取目标表上指定时间点后的第一个binlog记录的信息,只能对开启binlog时间戳的表使用。
该函数仅9.1.0.200及以上集群版本支持。
返回值类型:record
返回值:
node_name:节点名
node_id:节点id
atest_sync_point:当前最新同步点
binlog_sync_point:时间点后的第一个binlog记录的同步点
binlog_timestamp_us:时间点后的第一个binlog记录的时间戳
binlog_xmin:时间点后的第一个binlog记录的xmin
示例:
1 2 3 4 5 6 |
SELECT * FROM pgxc_get_binlog_cursor_by_timestamp('hstore_binlog_source','2024-11-14 15:48:40.900211+08', 0); node_name | node_id | latest_sync_point | binlog_sync_point | binlog_timestamp_us | binlog_xmin -----------+-------------+-------------------+-------------------+---------------------+------------- dn_2 | -1051926843 | 10532 | 10516 | 1731570520900211 | 10510 dn_1 | -1300059100 | 10532 | 10518 | 1731570520909055 | 10510 (2 rows) |
- DWS产品介绍_DWS产品优势_DWS功能_DWS使用场景_DWS是什么
- GaussDB(DWS)服务_什么是IoT数仓_如何使用IoT数仓
- GaussDB(DWS)常用SQL_常用SQL命令_SQL语法
- 数据仓库服务GaussDB(DWS)_SQL on Anywhere
- DWS安全_数据仓库服务安全_DWS数据安全管理_DWS安全保障_DWS安全策略
- 调用GaussDB(DWS) API接口_数据仓库服务调用API_如何调用API_在DWS中调用API
- DWS资源管理_GaussDB(DWS)资源管理作用_DWS资源管控
- GaussDB函数_GaussDB数据库函数_高斯数据库函数_华为云
- GaussDB数据库函数_GaussDB介绍_高斯数据库函数
- 如何进行日志采集和转储_日志平台_日志接入_日志转储