Advertisement
Guest User

Untitled

a guest
Aug 26th, 2017
589
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. mysql> SHOW INDEX FROM wp_posts;
  2. +----------+------------+------------------+--------------+-------------+-----------+-------------+----------+--------+------+------------+---------+---------------+
  3. | Table | Non_unique | Key_name | Seq_in_index | Column_name | Collation | Cardinality | Sub_part | Packed | Null | Index_type | Comment | Index_comment |
  4. +----------+------------+------------------+--------------+-------------+-----------+-------------+----------+--------+------+------------+---------+---------------+
  5. | wp_posts | 0 | PRIMARY | 1 | ID | A | 79414 | NULL | NULL | | BTREE | | |
  6. | wp_posts | 1 | post_name | 1 | post_name | A | 79511 | 191 | NULL | | BTREE | | |
  7. | wp_posts | 1 | type_status_date | 1 | post_type | A | 14 | NULL | NULL | | BTREE | | |
  8. | wp_posts | 1 | type_status_date | 2 | post_status | A | 18 | NULL | NULL | | BTREE | | |
  9. | wp_posts | 1 | type_status_date | 3 | post_date | A | 79511 | NULL | NULL | | BTREE | | |
  10. | wp_posts | 1 | type_status_date | 4 | ID | A | 79511 | NULL | NULL | | BTREE | | |
  11. | wp_posts | 1 | post_parent | 1 | post_parent | A | 53148 | NULL | NULL | | BTREE | | |
  12. | wp_posts | 1 | post_author | 1 | post_author | A | 31 | NULL | NULL | | BTREE | | |
  13. +----------+------------+------------------+--------------+-------------+-----------+-------------+----------+--------+------+------------+---------+---------------+
  14. 8 rows in set (0.00 sec)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement