So this is a question I've been asking the pyroCMS guys because while rummaging through there source I noticed the news_categories table for the news module has 2 indexes on the "slug" column .
Any ideas?
feedback
|
|
There is no point in creating a non-unique index and it will only degrade write performance on the table (since two identical indexes will need to be maintained). It is interesting that If you instruct However, if you create a plain index and then create a | ||||
|
feedback
|