TDengine/include/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
..
cmdnodes.h enh: increase synatx parser 2024-10-26 21:16:28 +08:00
nodes.h ret check for memory allocation 2024-09-18 19:11:35 +08:00
plannodes.h enh(query)[TD-32732]: add client Id generation and usage 2024-11-07 08:47:31 +08:00
querynodes.h Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-10-22 10:17:49 +08:00