cst4049 opened a new issue, #34118: URL: https://github.com/apache/doris/issues/34118
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version 版本 2.0.3 ### What's Wrong? 倒排索引的问题真不少 问题1: 字段名为中文字段时创建倒排索引成功, 搜索时异常报错 问题2: 搜索数据量小于2亿条数据时 倒排索引不比like强多少。 数据量超过2亿条数据后, 倒排索引直接超时, like耗时几分钟依然能返回数据 (数据内包含中文,uuid等 )。 比elastic的差太多了 问题3: 倒排索引创建成功后, routine load导入一段时间后报错! routine load 无法启动后不消费! W0425 02:39:40.453413 84852 status.h:393] meet error status: [INTERNAL_ERROR][INTERNAL_ERROR]close wait failed coz rpc error 0# doris::stream_load::VNodeChannel::close_wait(doris::RuntimeState*) at /var/local/ldb-toolchain/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/basic_string.h:187 1# std::_Function_handler<void (std::shared_ptr<doris::stream_load::VNodeChannel> const&), doris::stream_load::VOlapTableSink::close(doris::RuntimeState*, doris::Status)::$_0>::_M_invoke(std::_Any_data const&, std::shared_ptr<doris::stream_load::VNodeChannel> const&) at /root/src/doris-2.0/be/src/common/status.h:442 2# doris::stream_load::VOlapTableSink::close(doris::RuntimeState*, doris::Status) at /root/src/doris-2.0/be/src/vec/sink/vtablet_sink.h:400 3# doris::PlanFragmentExecutor::open_vectorized_internal() at /root/src/doris-2.0/be/src/common/status.h:354 4# doris::PlanFragmentExecutor::open() at /root/src/doris-2.0/be/src/common/status.h:354 5# doris::FragmentExecState::execute() at /var/local/ldb-toolchain/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/tuple:180 6# doris::FragmentMgr::_exec_actual(std::shared_ptr<doris::FragmentExecState>, std::function<void (doris::RuntimeState*, doris::Status*)> const&) at /root/src/doris-2.0/be/src/common/status.h:442 7# std::_Function_handler<void (), doris::FragmentMgr::exec_plan_fragment(doris::TExecPlanFragmentParams const&, std::function<void (doris::RuntimeState*, doris::Status*)> const&)::$_0>::_M_invoke(std::_Any_data const&) at /var/local/ldb-toolchain/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/shared_ptr_base.h:701 8# doris::ThreadPool::dispatch_thread() at /root/src/doris-2.0/be/src/util/threadpool.cpp:0 9# doris::Thread::supervise_thread(void*) at /var/local/ldb-toolchain/bin/../usr/include/pthread.h:562 10# start_thread 11# clone , host: doris-be-0.doris-be.myrz-9ceacc.svc.cluster.local ### What You Expected? 1. 中文字段可以使用倒排索引 2. 大数据量时能正常搜索 3. 倒排索引创建后能成功导入数据 ### How to Reproduce? _No response_ ### Anything Else? _No response_ ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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: commits-unsubscr...@doris.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org