mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-04 04:49:08 +08:00
3123093dd7
Related to #35941 Previous PR: #35943 This PR make `Trie` index using `MARISA_LABEL_ORDER`, which make predictive search iterating in lexicographic order. When trie index is build in label order, lexicographc could be utilized accelerating `Range` operations. However according to the official document, using `MARISA_LABEL_ORDER` will make "exact match lookup, common prefix search, and predictive search" slower. --------- Signed-off-by: Congqi Xia <congqi.xia@zilliz.com> |
||
---|---|---|
.. | ||
build-support | ||
cmake | ||
src | ||
thirdparty | ||
unittest | ||
build.sh | ||
CMakeLists.txt | ||
conanfile.py | ||
OWNERS | ||
run_clang_format.sh |