Skip to content

Commit c116984

Browse files
committed
executor: update analyze result sample rate explanation
Signed-off-by: Rustin170506 <[email protected]>
1 parent 709593b commit c116984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integrationtest/r/executor/analyze.result

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@ show warnings;
743743
Level Code Message
744744
Warning 1105 No predicate column has been collected yet for table executor__analyze.t, so only indexes and the columns composing the indexes will be analyzed
745745
Warning 1105 The version 2 would collect all statistics not only the selected indexes
746-
Note 1105 Analyze use auto adjusted sample rate 1.000000 for table executor__analyze.t's partition p2, reason to use this rate is "Row count in stats_meta is much smaller compared with the row count got by PD, use min(1, 15000/2) as the sample-rate=1"
746+
Note 1105 Analyze use auto adjusted sample rate 1.000000 for table executor__analyze.t's partition p2, reason to use this rate is "use min(1, 110000/10000) as the sample-rate=1"
747747
analyze table t partition p0;
748748
show warnings;
749749
Level Code Message

0 commit comments

Comments
 (0)