Skip to content

Commit 71c25f5

Browse files
authored
feat: impl Refresh Ngram Index (#18128)
* feat: impl `Refresh Ngram Index` * chore: refresh ngram & bloom index * chore: use `load_index_meta` for refresh ngram index * chore: impl reusing index blocks & check create ngram index on one column * chore: codefmt
1 parent 875aa83 commit 71c25f5

File tree

30 files changed

+878
-46
lines changed

30 files changed

+878
-46
lines changed

Cargo.lock

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/query/ee/src/storages/fuse/operations/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
// limitations under the License.
1414

1515
pub mod handler;
16+
pub mod ngram_index;
1617
pub mod vacuum_drop_tables;
1718
pub mod vacuum_table;
1819
pub mod vacuum_table_v2;

0 commit comments

Comments
 (0)