mirror of
https://github.com/apache/druid.git
synced 2025-02-13 05:25:11 +00:00
13 lines
286 B
JSON
13 lines
286 B
JSON
{
|
|
"type": "compact",
|
|
"dataSource": "compaction-tutorial",
|
|
"interval": "2015-09-12/2015-09-13",
|
|
"segmentGranularity": "DAY",
|
|
"tuningConfig" : {
|
|
"type" : "index",
|
|
"maxRowsPerSegment" : 5000000,
|
|
"maxRowsInMemory" : 25000,
|
|
"forceExtendableShardSpecs" : true
|
|
}
|
|
}
|