mirror of https://github.com/apache/druid.git
docs/: use tuningConfig (#10540)
This commit is contained in:
parent
9c51047cc8
commit
835b328851
|
@ -165,7 +165,7 @@ The MySQL extension provides an implementation of an [SqlFirehose](../../ingesti
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"tuningconfig": {
|
"tuningConfig": {
|
||||||
"type": "index_parallel"
|
"type": "index_parallel"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -144,7 +144,7 @@ The PostgreSQL extension provides an implementation of an [SqlFirehose](../../in
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"tuningconfig": {
|
"tuningConfig": {
|
||||||
"type": "index_parallel"
|
"type": "index_parallel"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -157,7 +157,7 @@ A sample task is shown below:
|
||||||
"type": "json"
|
"type": "json"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"tuningconfig": {
|
"tuningConfig": {
|
||||||
"type": "index_parallel",
|
"type": "index_parallel",
|
||||||
"maxNumConcurrentSubTasks": 2
|
"maxNumConcurrentSubTasks": 2
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue