From 21a742ee3ddddc77e4e1d1d793af170a2eed312f Mon Sep 17 00:00:00 2001 From: Remi Dettai Date: Fri, 23 Feb 2024 08:48:24 +0000 Subject: [PATCH] Add todo for indexer split store --- quickwit/quickwit-lambda/src/indexer/handler.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/quickwit/quickwit-lambda/src/indexer/handler.rs b/quickwit/quickwit-lambda/src/indexer/handler.rs index 063b3a04973..1282b0e54a4 100644 --- a/quickwit/quickwit-lambda/src/indexer/handler.rs +++ b/quickwit/quickwit-lambda/src/indexer/handler.rs @@ -38,6 +38,8 @@ async fn indexer_handler(event: LambdaEvent) -> Result { 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!(