Jump to content

index on two fields


ohitsme

Recommended Posts

hey,

 

i have a table like this (for adding categories to different types of content (sites,reviews,galleries)

 

catforitem table:

id (primary key)

catid int

itemit int

type varchar

 

so, if i wanted to see categories for site id #2 it would be

select catid from catforitem where itemid=2 and type="site"

 

if it was for gallery id 23

select catid from catforitem where itemid=23 and type="gallery"

 

you get the idea. basically, the query is always a mix of itemid & type. if i add an index based on both of these fields (as one index), is that the ideal situation? (rather than adding two seperate indexes)

 

if i do, does it matter what way round i query it (ie itemid first then type, or can i do it vice versa and no difference in performace)?

 

thanks

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.