mirror of https://github.com/apache/druid.git
12 lines
257 B
JSON
12 lines
257 B
JSON
|
{
|
||
|
"type": "compact",
|
||
|
"dataSource": "compaction-tutorial",
|
||
|
"interval": "2015-09-12/2015-09-13",
|
||
|
"tuningConfig" : {
|
||
|
"type" : "index",
|
||
|
"targetPartitionSize" : 5000000,
|
||
|
"maxRowsInMemory" : 25000,
|
||
|
"forceExtendableShardSpecs" : true
|
||
|
}
|
||
|
}
|