Skip to content

Commit d30ed34

Browse files
authored
Logs query use_query_condition_cache=1 (#3186)
In theory this will make Log queries faster
1 parent 5f359be commit d30ed34

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

internal-packages/clickhouse/src/taskEvents.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,9 @@ export function getLogsSearchListQueryBuilder(ch: ClickhouseReader) {
279279
"attributes_text",
280280
"triggered_timestamp",
281281
],
282+
settings: {
283+
use_query_condition_cache: 1,
284+
},
282285
});
283286
}
284287

0 commit comments

Comments
 (0)