Bug #2933 | Large temp when using a "DISTINCT *" and an "ORDER BY" clause | ||
---|---|---|---|
Submitted: | 24 Feb 2004 4:27 | Modified: | 25 Mar 2004 10:56 |
Reporter: | Ludovic Desmet | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S2 (Serious) |
Version: | mysql-4.0.18 | OS: | Windows (Windows 2000) |
Assigned to: | Assigned Account | CPU Architecture: | Any |
[24 Feb 2004 4:27]
Ludovic Desmet
[25 Feb 2004 10:56]
Dean Ellis
How many rows are involved, and how many TEXT/VARCHAR/BLOB columns are present in the table? MySQL will use max_sort_length bytes for each such column (per row) needed to process the query, so this can result in temporary files being significantly larger than one might expect.
[14 Feb 2005 22:54]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".