|
|
|
|
|
by sgarland
818 days ago
|
|
From the same page: > In InnoDB, each record in a secondary index contains the primary key columns for the row, as well as the columns specified for the secondary index. I think that unless you're only doing table scans, or your rows are inserted in no discernible order, you should see a speedup. If the latter though, then yes of course, page jumps are page jumps. Happy to test this to find out. |
|