#38177 closed enhancement (invalid)
Index on Termmeta database table
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Database | Keywords: | |
Focuses: | Cc: |
Description
Index on the term meta DB table should be enabled by default. Which will improve term meta performance.
Change History (4)
#2
@
8 years ago
So in the wp_termmeta db table, it does not look like there is any index being set.
https://codex.wordpress.org/Database_Description#Indexes_2
http://dev.mysql.com/doc/refman/5.7/en/mysql-indexes.html
#3
@
8 years ago
- Milestone Awaiting Review deleted
- Resolution set to invalid
- Status changed from new to closed
@lukecavanagh The termmeta table has similar indexes to the other metadata tables. See https://core.trac.wordpress.org/browser/tags/4.6.1/src/wp-admin/includes/schema.php?marks=61,62#L54. The codex article you've linked is out of date. Thanks for the ticket!
Note: See
TracTickets for help on using
tickets.
Hey @lukecavanagh, which index are you referring to?