Skip to content

Commit 35ac0a1

Browse files
committed
disable plan cache by default
1 parent 012b7e4 commit 35ac0a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exec/java-exec/src/main/resources/drill-module.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ drill.exec.options: {
697697
planner.width.max_per_node: 0,
698698
planner.width.max_per_query: 1000,
699699

700-
planner.cache.enable: true,
700+
planner.cache.enable: false,
701701
planner.query.cache.ttl_minutes: 0,
702702
planner.transform.cache.ttl_minutes: 0,
703703
planner.query.cache.max_entries_amount: 100,

0 commit comments

Comments
 (0)