milvus/internal/util/flowgraph
bigsheeper 4ecdea698f Refactor query node and query serviceMain changes:1. Add ddBuffer and save binLog.
2. Trans to insertData.
3. Change dataFields data to Data, dim to Dim4. Add float vector and binary vector.5. Deserialize data and convert to InsertData.6. Move all data into InsertData.7. Add insert buffer and hash string.
8. Add minIOkV in insertBuffer node.
9. Init write node insertBuffer maxSize from writeNode.yaml.
10. Add ddBuffer.
11. Add ddBuffer binLog and minio.
12. Add ddNode unittest.
13. Remove redundant call.
14. Increase test time.
15. Delete ddl const, use request's timestamp instead.

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2020-12-24 15:38:29 +08:00
..
flow_graph_test.go Fix unittest of flow graph 2020-12-24 14:10:00 +08:00
flow_graph.go fix lock usage 2020-11-24 16:12:39 +08:00
input_node.go Set master config 2020-11-19 10:46:17 +08:00
message.go Refactor query node and query serviceMain changes:1. Add ddBuffer and save binLog. 2020-12-24 15:38:29 +08:00
node.go Add ddService, fieldID, requestID and refactor params table, fix nil hits search result bug 2020-12-10 16:31:09 +08:00
type_def.go Add framework of ExecExprVisitor 2020-11-18 17:32:52 +08:00