Last active
July 7, 2019 11:53
-
-
Save edbizarro/a5c12adeaa9fada731592c48866394d4 to your computer and use it in GitHub Desktop.
[DRUID] Compact task example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "compact", | |
"dataSource": "dl_sbi_grp", | |
"interval": "2016-01-01/2019-07-01", | |
"tuningConfig" : { | |
"type" : "index", | |
"maxRowsInMemory": "200000", | |
"maxRowsPerSegment": "5000000", | |
"maxTotalRows": "20000000", | |
"forceExtendableShardSpecs" : true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment