mirror of https://github.com/apache/druid.git
remove unnecessary doc line
This commit is contained in:
parent
50a6839693
commit
0301dde671
|
@ -50,7 +50,6 @@ public class TopNAlgorithmSelector
|
||||||
{
|
{
|
||||||
// These are just heuristics based on an analysis of where an inflection point may lie to switch
|
// These are just heuristics based on an analysis of where an inflection point may lie to switch
|
||||||
// between different algorithms
|
// between different algorithms
|
||||||
// More info: https://metamarkets.atlassian.net/wiki/display/APP/Top+n+speeds+with+uniques
|
|
||||||
if (cardinality > 400000 && numBytesPerRecord > 100) {
|
if (cardinality > 400000 && numBytesPerRecord > 100) {
|
||||||
this.aggregateTopNMetricFirst = aggregateTopNMetricFirst;
|
this.aggregateTopNMetricFirst = aggregateTopNMetricFirst;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue