mirror of https://github.com/apache/druid.git
disable column cache by default
This commit is contained in:
parent
69f4c2677f
commit
a1bcff49c5
|
@ -42,6 +42,6 @@ public abstract class DruidProcessingConfig extends ExecutorServiceConfig implem
|
||||||
@Config(value = "${base_path}.columnCache.sizeBytes")
|
@Config(value = "${base_path}.columnCache.sizeBytes")
|
||||||
public int columnCacheSizeBytes()
|
public int columnCacheSizeBytes()
|
||||||
{
|
{
|
||||||
return 1024 * 1024;
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue