Go to file
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
.github Impl minimum runable writenode and writenode flowgraph 2020-12-09 20:07:27 +08:00
.jenkins/modules Add minio for regression 2020-12-24 14:34:14 +08:00
build Add LoadIndexService in query node 2020-12-24 14:51:55 +08:00
cmd Enable complex dsl parser 2020-12-19 10:36:49 +08:00
configs Add LoadIndexService in query node 2020-12-24 14:51:55 +08:00
deployments/docker Fix bug: address already used 2020-12-07 15:22:20 +08:00
docs/developer_guides Fix figure path 2020-12-22 14:47:55 +08:00
githooks Add git-hooks for check code 2020-12-11 11:29:07 +08:00
internal Refactor query node and query serviceMain changes:1. Add ddBuffer and save binLog. 2020-12-24 15:38:29 +08:00
scripts Fix unittest of flow graph 2020-12-24 14:10:00 +08:00
tests Add the interface of index in proto 2020-12-21 19:28:54 +08:00
tools/core_gen Update cpplint.py and lint all files 2020-11-24 21:28:38 +08:00
.clang-format Refactor cmake and build script and add timed benchmark 2020-10-23 18:01:24 +08:00
.clang-tidy Add cpplint and optimize the check of c++ code 2020-11-23 19:57:05 +08:00
.clang-tidy-ignore Add cpplint and optimize the check of c++ code 2020-11-23 19:57:05 +08:00
.devcontainer.json Impl minimum runable writenode and writenode flowgraph 2020-12-09 20:07:27 +08:00
.env Impl minimum runable writenode and writenode flowgraph 2020-12-09 20:07:27 +08:00
.gitignore Add KFlush msg type 2020-12-11 12:01:20 +08:00
.golangci.yml Change Id to ID in go files according to golint check 2020-11-13 15:17:18 +08:00
docker-compose.yml Add minio for regression 2020-12-24 14:34:14 +08:00
go.mod Add KFlush msg type 2020-12-11 12:01:20 +08:00
go.sum Add KFlush msg type 2020-12-11 12:01:20 +08:00
Makefile Enable most DSL-related cases 2020-12-21 14:45:00 +08:00
README.md Update README.md 2020-10-19 16:33:05 +08:00
ruleguard.rules.go Add Makefile 2020-11-03 11:25:47 +08:00

Milvus Distributed