mirror of https://github.com/apache/druid.git
18 lines
381 B
JSON
18 lines
381 B
JSON
{
|
|
"type": "compact",
|
|
"dataSource": "compaction-tutorial",
|
|
"interval": "2015-09-12/2015-09-13",
|
|
"tuningConfig" : {
|
|
"type" : "index_parallel",
|
|
"partitionsSpec": {
|
|
"type": "dynamic"
|
|
},
|
|
"maxRowsInMemory" : 25000,
|
|
"forceExtendableShardSpecs" : true
|
|
},
|
|
"granularitySpec" : {
|
|
"segmentGranularity" : "DAY",
|
|
"queryGranularity" : "none"
|
|
}
|
|
}
|