PARALLEL_DECODE_THREAD_INFO视图用于查看当前节点上进行并行解码的线程信息,如表1所示。该视图需在DN上查询,在CN上查询返回空。
表1 PARALLEL_DECODE_THREAD_INFO字段 名称 | 类型 | 描述 |
|---|
thread_id | bigint | 线程id。 |
slot_name | text | 复制槽名。 |
thread_type | text | 线程种类(共三种,sender代表发送线程,reader代表读取线程,decoder代表解码线程)。 |
seq_number | integer | 当前复制槽中同种线程的序号(从1开始)。 |