Bug #14295 | very slow 'explain' | ||
---|---|---|---|
Submitted: | 25 Oct 2005 14:06 | Modified: | 31 Aug 2012 16:06 |
Reporter: | Aleksey Kishkin | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Optimizer | Severity: | S3 (Non-critical) |
Version: | 4.1 and above | OS: | Linux (linux) |
Assigned to: | Evgeny Potemkin | CPU Architecture: | Any |
[25 Oct 2005 14:06]
Aleksey Kishkin
[25 Oct 2005 14:08]
Aleksey Kishkin
test query
Attachment: 22.sql (text/plain), 1.31 KiB.
[26 Oct 2005 15:35]
Igor Babaev
This is a well-known problem: EXPLAIN command triggers materialization of all derived tables. The problem will be solved when we re-architecture the implementation of derived tables.
[20 Jan 2011 12:35]
Manyi Lu
This bug will be fixed by WL#5274 Postpone materialization of views/subqueries in FROM clause. Manyi
[31 Aug 2012 16:06]
Paul DuBois
Implementation of the subquery materialization feature is mentioned in the 5.6.3 changelog.