This is an automated email from the ASF dual-hosted git repository. kassiez pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push: new fad1af02c0a Update ngram-bloomfilter-index.md (#1959) fad1af02c0a is described below commit fad1af02c0a069c8b596eeb25b9ea8dbb1266efd Author: KangZhi Lv <kzlappleem...@163.com> AuthorDate: Wed Apr 23 17:22:25 2025 +0800 Update ngram-bloomfilter-index.md (#1959) update doc error ## Versions - [ ] dev - [ ] 3.0 - [ ] 2.1 - [ ] 2.0 ## Languages - [ ] Chinese - [ ] English ## Docs Checklist - [x] Checked by AI - [ ] Test Cases Built --- .../version-3.0/table-design/index/ngram-bloomfilter-index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/table-design/index/ngram-bloomfilter-index.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/table-design/index/ngram-bloomfilter-index.md index e1c82edb8d9..7165fc4315e 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/table-design/index/ngram-bloomfilter-index.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/table-design/index/ngram-bloomfilter-index.md @@ -105,7 +105,7 @@ SELECT count() FROM table1 WHERE message LIKE '%error%'; 可以通过 Query Profile 中的下面几个指标分析 BloomFilter 索引(包括 NGram)的加速效果。 - RowsBloomFilterFiltered BloomFilter 索引过滤掉的行数,可以与其他几个 Rows 值对比分析索引过滤效果 -- BlockConditionsFilteredBloomFilterTime BloomFilter 倒排索引消耗的时间 +- BlockConditionsFilteredBloomFilterTime BloomFilter 索引消耗的时间 ## 使用示例 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org