Letian Jiang
|
4ae1ca2cac
|
Fix arrow builder nullptr check in FinishPayloadWriter (#17873)
Signed-off-by: Letian Jiang <letian.jiang@zilliz.com>
|
2022-06-28 20:04:17 +08:00 |
Enwei Jiao
|
ea901393ef
|
fix windows ldflags (#17807)
Signed-off-by: Enwei Jiao <enwei.jiao@zilliz.com>
|
2022-06-28 19:58:25 +08:00 |
bigsheeper
|
b657e58370
|
Remove temporary variable to prevent memory fragmentation (#17728)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
|
2022-06-28 16:30:23 +08:00 |
Enwei Jiao
|
16c3aedc15
|
refine complie configuration (#17502)
Signed-off-by: Enwei Jiao <enwei.jiao@zilliz.com>
|
2022-06-24 21:12:15 +08:00 |
Cai Yudong
|
7385770014
|
Upgrade to knowhere-v1.1.12 (#17692)
Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
|
2022-06-24 10:34:18 +08:00 |
Jiquan Long
|
90ca61d948
|
Fix double-freed global variable in easylogging lib (#17730)
Signed-off-by: longjiquan <jiquan.long@zilliz.com>
|
2022-06-23 19:12:14 +08:00 |
Cai Yudong
|
e78269f450
|
Optimize search related interface in segcore (#17568)
Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
|
2022-06-23 18:16:13 +08:00 |
bigsheeper
|
1722431699
|
Checking for existence in map in segcore (#17700)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
|
2022-06-22 18:16:14 +08:00 |
Jiquan Long
|
fdccfb4273
|
Fix ut heap overflow (#17706)
Signed-off-by: longjiquan <jiquan.long@zilliz.com>
|
2022-06-22 16:56:13 +08:00 |
bigsheeper
|
92d06b2e30
|
Purge memory by the memory state and try to purge after each search (#17565)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
|
2022-06-17 17:46:10 +08:00 |
Ten Thousand Leaves
|
65ab847815
|
Add segment reference lock for bulk load (#17457)
So we can support DataQueryable and DataIndexed states
issue: #16607
Signed-off-by: Yuchen Gao <yuchen.gao@zilliz.com>
|
2022-06-15 12:20:10 +08:00 |
Jiquan Long
|
e751663fdc
|
Fix err msg when the dimension of query vectors mismatch field (#17553)
Signed-off-by: longjiquan <jiquan.long@zilliz.com>
|
2022-06-15 10:54:09 +08:00 |
bigsheeper
|
cdcdfa1ea5
|
Disable jemalloc and use malloc_trim instead (#17538)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
|
2022-06-14 11:12:09 +08:00 |
xige-16
|
36ad989590
|
Fix segOffset grater than insert barrier when mark delete (#17444)
Signed-off-by: xige-16 <xi.ge@zilliz.com>
|
2022-06-10 20:02:08 +08:00 |
bigsheeper
|
2d9a52206d
|
Use jemalloc in QueryNode, DataNode and IndexNode (#17470)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
|
2022-06-10 11:24:08 +08:00 |
xige-16
|
6d078ebe7a
|
Print more information when loading fields with different lines (#17448)
Signed-off-by: xige-16 <xi.ge@zilliz.com>
|
2022-06-08 20:16:06 +08:00 |
bigsheeper
|
af108b5bda
|
Add malloc_trim after reduce search result (#17423)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
|
2022-06-08 00:12:05 +08:00 |
xige-16
|
b5c11a216d
|
Alter varChar type params's name to max_length (#17409)
Signed-off-by: xige-16 <xi.ge@zilliz.com>
|
2022-06-07 15:58:06 +08:00 |
bigsheeper
|
f38637c227
|
Pass PlaceholderGroup pointer to prevent memory copy in SegCore (#17389)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
|
2022-06-06 21:34:05 +08:00 |
bigsheeper
|
9f786dd752
|
Remove unnecessary bitset flip in Search and Query (#17387)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
|
2022-06-06 17:38:05 +08:00 |
Jiquan Long
|
e88ffb8a57
|
Enable marisa trie ut on MacOS (#17316)
Signed-off-by: longjiquan <jiquan.long@zilliz.com>
|
2022-06-02 10:48:03 +08:00 |
Xiaofan
|
9579a645c6
|
Support compile marisa on Macos (#17261)
Signed-off-by: xiaofan-luan <xiaofan.luan@zilliz.com>
|
2022-05-31 13:28:02 +08:00 |
SimFG
|
731870211a
|
Support role-based access control (only pb) (#16987)
Signed-off-by: SimFG <bang.fu@zilliz.com>
|
2022-05-28 00:04:01 +08:00 |
Letian Jiang
|
f2a27e0e64
|
Retry GetShardLeaders until service available or timeout (#17183)
Signed-off-by: Letian Jiang <letian.jiang@zilliz.com>
|
2022-05-26 20:28:02 +08:00 |
xige-16
|
56778787be
|
Reverse data from scalar index (#17145)
Signed-off-by: xige-16 <xi.ge@zilliz.com>
|
2022-05-26 14:58:01 +08:00 |
xige-16
|
7d810ac159
|
Fix query empty when insert same pk after deletion (#17222)
Signed-off-by: xige-16 <xi.ge@zilliz.com>
|
2022-05-25 22:06:00 +08:00 |
Ten Thousand Leaves
|
5e1e7a6896
|
Fix an issue that causes flush hanging (#17169)
issue: #16628
Signed-off-by: Yuchen Gao <yuchen.gao@zilliz.com>
|
2022-05-25 14:34:00 +08:00 |
xige-16
|
a8829554eb
|
Merge multiple sets of expr's optypes in diff dirs (#17192)
Signed-off-by: xige-16 <xi.ge@zilliz.com>
|
2022-05-24 21:56:00 +08:00 |
zhenshan.cao
|
d05c24a0ff
|
Delete unused code (#17182)
Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>
|
2022-05-24 14:49:59 +08:00 |
zhenshan.cao
|
08a4dff41d
|
Add logic for search merging and a simple task scheduler for read tasks (#17022)
Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>
Co-authored-by: cai.zhang <cai.zhang@zilliz.com>
Co-authored-by: bigsheeper <yihao.dai@zilliz.com>
Co-authored-by: cai.zhang <cai.zhang@zilliz.com>
Co-authored-by: bigsheeper <yihao.dai@zilliz.com>
|
2022-05-23 16:41:58 +08:00 |
Enwei Jiao
|
d28a2db46c
|
move arrow from storage to core (#17061)
Signed-off-by: Enwei Jiao <jiaoew2011@gmail.com>
|
2022-05-22 20:03:58 +08:00 |
yah01
|
7746a5b742
|
Add NodeIds field for QuerySegmentInfo (#17121)
Signed-off-by: yah01 <yang.cen@zilliz.com>
|
2022-05-20 18:03:58 +08:00 |
Jiquan Long
|
99b4042f8c
|
Disable segment small index (#16935)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>
|
2022-05-18 15:27:56 +08:00 |
Jiquan Long
|
77b0f290a8
|
Fix prefix match on sealed segment (#17050)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>
|
2022-05-17 20:15:55 +08:00 |
xige-16
|
935b729a0c
|
Fix multiple deletes not taking effect (#17033)
Signed-off-by: xige-16 <xi.ge@zilliz.com>
|
2022-05-16 18:39:56 +08:00 |
XuanYang-cn
|
43b36b4e5f
|
Make proxy update cache with NotShardLeader status code (#16940)
See also: #16926
Signed-off-by: yangxuan <xuan.yang@zilliz.com>
|
2022-05-13 11:35:53 +08:00 |
Jiquan Long
|
c5149c7e85
|
Replace text codec of pb with binary codec (#16955)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>
|
2022-05-13 09:53:53 +08:00 |
Ten Thousand Leaves
|
63385b7c12
|
Make data queryable and data indexed states as independent flags (#16837)
/kind improvement
Signed-off-by: Yuchen Gao <yuchen.gao@zilliz.com>
|
2022-05-12 19:23:53 +08:00 |
xige-16
|
08ad77c71b
|
Delete all repeated primary keys (#16863)
Signed-off-by: xige-16 <xi.ge@zilliz.com>
|
2022-05-12 14:09:53 +08:00 |
Letian Jiang
|
b3eb2b1d0d
|
Support deltaLog loading on growing segment (#16903)
Signed-off-by: Letian Jiang <letian.jiang@zilliz.com>
|
2022-05-12 11:59:53 +08:00 |
bigsheeper
|
64d2793fe9
|
Fix wrong result topks when reduce search result (#16815)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
|
2022-05-06 21:17:51 +08:00 |
Jiquan Long
|
98ceb162aa
|
Support antlr as plan parser (#16696)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>
Co-authored-by: xaxys <tpnnghd@163.com>
Co-authored-by: xaxys <tpnnghd@163.com>
|
2022-05-06 17:43:51 +08:00 |
groot
|
8736372fd2
|
Fix bulkload bugs (#16760)
Signed-off-by: groot <yihua.mo@zilliz.com>
|
2022-05-06 11:21:50 +08:00 |
Ten Thousand Leaves
|
1acd256481
|
Add DataQueryable and DataIndexed states for bulk load tasks (#16725)
issue: #16607
/kind enhancement
Signed-off-by: Yuchen Gao <yuchen.gao@zilliz.com>
|
2022-05-05 21:17:50 +08:00 |
Xiaofan
|
337ad53613
|
Support config small index nprobe and nlist (#16731)
Signed-off-by: xiaofan-luan <xiaofan.luan@zilliz.com>
|
2022-05-05 09:49:50 +08:00 |
Cai Yudong
|
21a1311f66
|
Merge utils/Utils.h into common/Utils.h (#16762)
Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
|
2022-05-03 12:05:50 +08:00 |
Cai Yudong
|
6a62ff18bf
|
Support easylogging config for segcore and knowhere (#16751)
Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
|
2022-05-03 08:39:49 +08:00 |
Cai Yudong
|
d5db4ae463
|
Merge utils/Types.h with common/Types.h (#16445)
Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
|
2022-05-02 22:21:51 +08:00 |
xige-16
|
515d0369de
|
Support string type in segcore (#16546)
Signed-off-by: xige-16 <xi.ge@zilliz.com>
Co-authored-by: dragondriver <jiquan.long@zilliz.com>
Co-authored-by: dragondriver <jiquan.long@zilliz.com>
|
2022-04-29 13:35:49 +08:00 |
groot
|
21b5973253
|
Refine list import task api (#16690)
Signed-off-by: groot <yihua.mo@zilliz.com>
|
2022-04-28 17:21:47 +08:00 |