where is the code that data node and query node handles the insert and delete which are part of upsert #37056
Answered
by
yhmo
ron-gilaad
asked this question in
Q&A and General discussion
-
|
Hi, |
Beta Was this translation helpful? Give feedback.
Answered by
yhmo
Oct 22, 2024
Replies: 1 comment 1 reply
-
|
In v2.4, datanode processes insert messages in this place: querynode processes insert message in this place: In master branch, datanode processes insert messages in this place: |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ron-gilaad
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In v2.4, datanode processes insert messages in this place:
milvus/internal/datanode/flow_graph_dd_node.go
Line 164 in 1d9c746
querynode processes insert message in this place:
milvus/internal/querynodev2/pipeline/insert_node.go
Line 89 in 1d9c746
In master branch, datanode processes insert messages in this place:
milvus/internal/flushcommon/pipeline/flow_graph_dd_node.go
Line 172 in 5a1f752