Jump to content

indexing


The Little Guy

Recommended Posts

Is it better to index rows individually, or as a whole group?

 

Depends of your needs.

If most your selects are filtering by only one field then rows individually else whole group.

Tip: If you are using a index with more fields and your query don't use first field of index then index won't be used.

Link to comment
https://forums.phpfreaks.com/topic/163669-indexing/#findComment-864075
Share on other sites

In my opinion he wants to know is it better to make few indexes with one row each or one index with few rows.

Right, that's the part that doesn't make sense.

 

EDIT: unless row actually means "column".

 

str_replace("In my opinion he wants to know is it better to make few indexes with one row each or one index with few rows.", "row", "collumn")

 

My blunder  ::)

Link to comment
https://forums.phpfreaks.com/topic/163669-indexing/#findComment-865102
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.