View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000547 | XMB1 | Bugs | public | 2019-12-06 00:02 | 2020-10-20 18:17 |
| Reporter | miqrogroove | Assigned To | miqrogroove | ||
| Priority | normal | Severity | minor | Reproducibility | random |
| Status | closed | Resolution | fixed | ||
| Product Version | 1.9.11.11 | ||||
| Target Version | 1.9.12 | Fixed in Version | 1.9.12 | ||
| Summary | 0000547: Avoid "ORDER BY pid" in topicadmin | ||||
| Description | When querying the posts table with a "tid" condition and a "pid" order, the MySQL engine must decide which of the two indexes to use. It tends to choose incorrectly when a LIMIT is also applied. In forums with large posts tables, this can result in several seconds of table scanning. Using the new style "dateline, pid" order restores performance. | ||||
| Tags | No tags attached. | ||||
| MySQL Version | |||||
| PHP Version | |||||
| Web Server | |||||
| Browser | |||||
| Flags | |||||
| Original Reporter | |||||
| SVN Revision | 2776 | ||||
| Git Commit | |||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2019-12-06 00:02 | miqrogroove | New Issue | |
| 2019-12-29 02:13 | miqrogroove | Assigned To | => miqrogroove |
| 2019-12-29 02:13 | miqrogroove | Status | new => assigned |
| 2019-12-29 02:14 | miqrogroove | Target Version | => 1.9.12 |
| 2019-12-29 02:32 | miqrogroove | Product Version | => 1.9.11.11 |
| 2019-12-29 02:32 | miqrogroove | Status | assigned => resolved |
| 2019-12-29 02:32 | miqrogroove | Resolution | open => fixed |
| 2019-12-29 02:32 | miqrogroove | Fixed in Version | => 1.9.12 |
| 2019-12-29 02:32 | miqrogroove | SVN Revision | => 2776 |
| 2020-10-20 18:17 | miqrogroove | Status | resolved => closed |