Skip to content

Commit

Permalink
Add todo for indexer split store
Browse files Browse the repository at this point in the history
  • Loading branch information
rdettai committed Feb 23, 2024
1 parent fac762e commit 21a742e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions quickwit/quickwit-lambda/src/indexer/handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ async fn indexer_handler(event: LambdaEvent<Value>) -> Result<Value, Error> {
input_format: quickwit_config::SourceInputFormat::Json,
overwrite: false,
vrl_script: None,
// TODO: instead of clearing the cache, we use a cache and set its max
// size with indexer_config.split_store_max_num_bytes
clear_cache: true,
})
.instrument(debug_span!(
Expand Down

0 comments on commit 21a742e

Please sign in to comment.