Home > database >  The mysql connection on the big table for operation
The mysql connection on the big table for operation

Time:09-26

There are two table
Weibo data row 765 w to 766 w
+ + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - + -- -- -- -- -- - + + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- +
| Field | Type | Null | Key | Default | Extra |
+ + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - + -- -- -- -- -- - + + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- +
| | wid | varchar (20) YES | | NULL | |
Uid | | varchar (20) | YES | | NULL | |
| | | cn int (11) YES | | NULL | |
| | rt | int (11) YES | | NULL | |
| tem | timestamp | NO | | CURRENT_TIMESTAMP | on the update CURRENT_TIMESTAMP |
| | content | varchar (2000) YES | | NULL | |
+ + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - + -- -- -- -- -- - + + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- +

Userprofile data row 98 w to 99 w
+ -- -- -- -- -- -- -- -- -- - + -- -- -- -- -- -- -- -- -- -- -- -- - + -- -- -- -- -- - + + -- -- -- -- -- -- -- -- -- -- -- -- -- - + -- -- -- -- -- -- -- +
| Field | Type | Null | Key | Default | Extra |
+ -- -- -- -- -- -- -- -- -- - + -- -- -- -- -- -- -- -- -- -- -- -- - + -- -- -- -- -- - + + -- -- -- -- -- -- -- -- -- -- -- -- -- - + -- -- -- -- -- -- -- +
Uid | | varchar (20) | YES | | NULL | |
| | username | varchar (30) YES | | NULL | |
+ -- -- -- -- -- -- -- -- -- - + -- -- -- -- -- -- -- -- -- -- -- -- - + -- -- -- -- -- - + + -- -- -- -- -- -- -- -- -- -- -- -- -- - + -- -- -- -- -- -- -- +

The teacher requirement is to connect the two table join operation through wid uid connection and the username
In this phone for a long time without results,
To two tables at the same time set the primary key (forgot) when creating tables and indexes are for a long time without results,
Ask for advice,

CodePudding user response:

Explain the execution plan,

CodePudding user response:

Posted on the execution plan have a look at it
  • Related