homework-jianmu/source/libs/nodes
Jinqing Kuang 43a337ef74 enh(query)[TD-32732]: add client Id generation and usage
To address the issue of non-unique identifiers for query tasks, a unique
client ID (cid) is now generated during client initialization. This cid
is included in every task message sent to the server. The server will
use a composite key of <qid, cid, tid, eid> to uniquely identify each
query task.
2024-11-07 08:47:31 +08:00
..
inc enh: format code 2022-04-26 11:50:35 +08:00
src enh(query)[TD-32732]: add client Id generation and usage 2024-11-07 08:47:31 +08:00
test planner/nodes/parser ret check 2024-07-26 17:57:27 +08:00
CMakeLists.txt fix: invalid read memory issue 2023-08-18 13:57:17 +08:00