Advertisement
Guest User

Untitled

a guest
Nov 21st, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. SHOW INDEX FROM UserActions;
  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. | UserActions | 0 | PRIMARY | 1 | actionId | A | 252163120 | NULL | NULL | | BTREE | | |
  6. | UserActions | 1 | downloaded | 1 | userId | A | 627915 | NULL | NULL | YES | BTREE | | |
  7. | UserActions | 1 | downloaded | 2 | actionType | A | 793157 | NULL | NULL | YES | BTREE | | |
  8. | UserActions | 1 | downloaded | 3 | mediaId | A | 149933056 | NULL | NULL | | BTREE | | |
  9. | UserActions | 1 | downloadedVersions | 1 | userId | A | 850228 | NULL | NULL | YES | BTREE | | |
  10. | UserActions | 1 | downloadedVersions | 2 | mediaVersionId | A | 126656472 | NULL | NULL | YES | BTREE | | |
  11. | UserActions | 1 | downloadedVersions | 3 | actionType | A | 162126896 | NULL | NULL | YES | BTREE | | |
  12. | UserActions | 1 | wasChecked | 1 | wasChecked | A | 1 | NULL | NULL | YES | BTREE | | |
  13. | UserActions | 1 | wasChecked | 2 | actionType | A | 657 | NULL | NULL | YES | BTREE | | |
  14. +-------------+------------+--------------------+--------------+----------------+-----------+-------------+----------+--------+------+------------+---------+---------------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement