Re: [PR] [opt](inverted index) Inverted Index Dictionary Compression [doris-thirdparty]

2024-11-05 Thread via GitHub
airborne12 commented on code in PR #245: URL: https://github.com/apache/doris-thirdparty/pull/245#discussion_r1828964829 ## src/core/CLucene/index/FieldInfos.cpp: ## @@ -114,6 +118,17 @@ IndexVersion FieldInfos::getIndexVersion() { return IndexVersion::kV0; } +uint32_

Re: [PR] [opt](inverted index) Inverted Index Dictionary Compression [doris-thirdparty]

2024-11-05 Thread via GitHub
airborne12 commented on code in PR #245: URL: https://github.com/apache/doris-thirdparty/pull/245#discussion_r1828970052 ## src/core/CLucene/index/IndexWriter.cpp: ## @@ -1879,7 +1884,8 @@ void IndexWriter::mergeTerms(bool hasProx, IndexVersion indexVersion) { Term

Re: [PR] [opt](inverted index) Inverted Index Dictionary Compression [doris-thirdparty]

2024-11-05 Thread via GitHub
zzzxl1993 commented on code in PR #245: URL: https://github.com/apache/doris-thirdparty/pull/245#discussion_r1829009376 ## src/test/index/TestIndexCompressV3.cpp: ## @@ -0,0 +1,325 @@ +#include // IWYU pragma: keep +#include +#include +#include + +#include +#include +#incl

Vote for Apache Doris 2.1.7

2024-11-05 Thread GuoLei Yi
Hi all, Please review and vote on Apache Doris 2.1.7 release. The release candidate has been tagged in GitHub as 2.1.7-rc02, available here: https://github.com/apache/doris/tree/2.1.7-rc02 The release notes can be found here: https://github.com/apache/doris/issues/43319 The source package, si

Re: [PR] [opt](inverted index) Inverted Index Dictionary Compression [doris-thirdparty]

2024-11-05 Thread via GitHub
zzzxl1993 commented on code in PR #245: URL: https://github.com/apache/doris-thirdparty/pull/245#discussion_r1830493671 ## src/core/CLucene/index/IndexWriter.cpp: ## @@ -1879,7 +1884,8 @@ void IndexWriter::mergeTerms(bool hasProx, IndexVersion indexVersion) { TermI