mirror of https://github.com/apache/druid.git
fix forceGuaranteedRollup tooltip (#8529)
This commit is contained in:
parent
75978e5b98
commit
ad72f36360
|
@ -1561,7 +1561,6 @@ export function getPartitionRelatedTuningSpecFormFields(
|
||||||
type: 'boolean',
|
type: 'boolean',
|
||||||
info: (
|
info: (
|
||||||
<>
|
<>
|
||||||
<p>Does not currently work with parallel ingestion</p>
|
|
||||||
<p>
|
<p>
|
||||||
Forces guaranteeing the perfect rollup. The perfect rollup optimizes the total size
|
Forces guaranteeing the perfect rollup. The perfect rollup optimizes the total size
|
||||||
of generated segments and querying time while indexing time will be increased. If
|
of generated segments and querying time while indexing time will be increased. If
|
||||||
|
|
Loading…
Reference in New Issue