forked from milvus-io/milvus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Refine add segment logic for bulk load Also restructured `addNewSegment`, `addNormalSegment` and `addFlushedSegment` into a single `addSegment` to avoid duplicate code block and to see more clearly how adding these segments are different. /kind improvement Signed-off-by: Yuchen Gao <yuchen.gao@zilliz.com> * Add garbage collection function for segments produced by partially failed imports (#6) Signed-off-by: xingzhao <xing.zhao@zilliz.com> Co-authored-by: xingzhao <xing.zhao@zilliz.com> * Enhance error handle in bulk load (#5) Signed-off-by: wayblink <anyang.wang@zilliz.com> * Refine expiration/retention policy for import tasks (milvus-io#9) * Persist import task info to meta before update in memory (milvus-io#12) Signed-off-by: wayblink <anyang.wang@zilliz.com> * Add start position for import segment (milvus-io#7) Signed-off-by: wayblink <anyang.wang@zilliz.com> * Refine bulkload proto (milvus-io#11) Signed-off-by: groot <yihua.mo@zilliz.com> * Remove queryable/indexed logic and some other refinement (milvus-io#14) Signed-off-by: Yuchen Gao <yuchen.gao@zilliz.com> * Resolve conflicts Signed-off-by: Yuchen Gao <yuchen.gao@zilliz.com> * Some minor tweaks Signed-off-by: Yuchen Gao <yuchen.gao@zilliz.com> * Implement CompleteBulkLoad feature (milvus-io#19) * Update interface and fix bug Signed-off-by: Yuchen Gao <yuchen.gao@zilliz.com> * Fix dml start position mistake in AddSegmentReq (milvus-io#21) Signed-off-by: wayblink <anyang.wang@zilliz.com> Signed-off-by: wayblink <anyang.wang@zilliz.com> * Fix getDmlChannelPositionByBroadcast (milvus-io#23) * Fix null start position issue Signed-off-by: Yuchen Gao <yuchen.gao@zilliz.com> * Fix merge conflicts Signed-off-by: Yuchen Gao <yuchen.gao@zilliz.com> * Fix conflicts Signed-off-by: Yuchen Gao <yuchen.gao@zilliz.com> * Bulkload enhancement (milvus-io#24) Signed-off-by: yhmo <yihua.mo@zilliz.com> * Add some unit tests Signed-off-by: Yuchen Gao <yuchen.gao@zilliz.com> Signed-off-by: Yuchen Gao <yuchen.gao@zilliz.com> Signed-off-by: wayblink <anyang.wang@zilliz.com> Signed-off-by: groot <yihua.mo@zilliz.com> Signed-off-by: yhmo <yihua.mo@zilliz.com> Co-authored-by: xing.zhao <34002927+EricStarer@users.noreply.github.com> Co-authored-by: xingzhao <xing.zhao@zilliz.com> Co-authored-by: wayblink <anyang.wang@zilliz.com> Co-authored-by: groot <yihua.mo@zilliz.com>
- Loading branch information
1 parent
ee9d634
commit ca56af5
Showing
67 changed files
with
2,978 additions
and
1,260 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.