Bug #85487 | num_tmp_files in filesort optimizer trace is nonsensical | ||
---|---|---|---|
Submitted: | 16 Mar 2017 15:53 | Modified: | 21 Mar 2017 16:04 |
Reporter: | Steinar Gunderson | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Optimizer | Severity: | S3 (Non-critical) |
Version: | OS: | Any | |
Assigned to: | CPU Architecture: | Any |
[16 Mar 2017 15:53]
Steinar Gunderson
[21 Mar 2017 16:04]
Paul DuBois
Posted by developer: Noted in 8.0.2 changelog. In optimizer trace output, num_tmp_files did not actually indicate number of files. It has been renamed to num_initial_chunks_spilled_to_disk and indicates the number of chunks before any merging has occured.