Jump to content

indexes


chiprivers

Recommended Posts

Other than applying a primary index to my id column, I have not used indexes in my tables before.

 

After reading an article on top tips for mysql basics, I understand that it is best to apply an index to any column on which you will be searching on regularly.

 

I have several tables from which I extract data from using JOINs in my queries.  Do I need to apply an index to both columns used within the JOIN or just, say the right table on a LEFT JOIN?

 

ie.

 

table1 has a column 'table2Ref' and table 2 has column 'id'.

 

SELECT * FROM table1 LEFT JOIN table2 ON table1.table2Ref = table2.id

 

The id column in table2 will already have a primary index on it, but should I apply an index to the table2Ref column in table1?

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.