kaka11chen commented on code in PR #64082:
URL: https://github.com/apache/doris/pull/64082#discussion_r3360249537
##########
be/src/storage/index/ann/ann_index_writer.cpp:
##########
@@ -50,6 +51,7 @@ Status AnnIndexColumnWriter::init() {
_dir = compound_dir.value();
+ _min_segment_rows = AnnIndexColumnWriter::min_segment_rows();
Review Comment:
> 这行代码是在干啥?
Minimum segment rows required to persist an ANN index.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]