This is an automated email from the ASF dual-hosted git repository.

airborne pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 58662209efc [opt](ann index) Introduce IDSelectorRoaring for a faster 
roaring_to_faiss_selector (#58095)
     add 09fc3fd2d45 [feat](Ann Index)Support create index and build index for 
ANN (#55586)

No new revisions were added by this update.

Summary of changes:
 be/src/olap/rowset/segment_v2/column_writer.cpp    |   8 +-
 be/src/olap/rowset/segment_v2/column_writer.h      |   2 +-
 be/src/olap/rowset/segment_v2/index_writer.cpp     | 114 ++++---
 be/src/olap/rowset/segment_v2/segment_iterator.cpp |  42 ++-
 be/src/olap/rowset/segment_v2/segment_iterator.h   |   5 +-
 be/src/olap/tablet_schema.cpp                      |   4 +-
 be/src/olap/tablet_schema.h                        |   2 +
 be/src/olap/task/index_builder.cpp                 | 166 ++++++---
 be/src/olap/task/index_builder.h                   |   2 +-
 be/test/olap/index_builder_test.cpp                | 369 ++++++++++++++++++++-
 .../olap/vector_search/ann_index_writer_test.cpp   |  55 +++
 .../apache/doris/alter/SchemaChangeHandler.java    |   6 +-
 .../main/java/org/apache/doris/catalog/Index.java  |   9 +-
 .../trees/plans/commands/info/BuildIndexOp.java    |  15 +-
 .../trees/plans/commands/info/CreateIndexOp.java   |   5 -
 .../ann_index_p0/build_ann_index_test.groovy       | 112 +++++++
 .../ann_index_p0/create_ann_index_test.groovy      |  23 +-
 17 files changed, 785 insertions(+), 154 deletions(-)
 create mode 100644 
regression-test/suites/ann_index_p0/build_ann_index_test.groovy


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to