problems with db indexes?

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
bdconnolly
Regular
Posts: 140
Joined: Tue Apr 04, 2006 9:37 pm

problems with db indexes?

Post by bdconnolly »

futzing around the db and when I checked it it gave this:

Code: Select all

Problems with indexes of table `serendipity_access`
More than one INDEX key was created for column `artifact_id`
Problems with indexes of table `serendipity_entryproperties`
UNIQUE and INDEX keys should not both be set for column `entryid`
Problems with indexes of table `serendipity_entrytags`
PRIMARY and INDEX keys should not both be set for column `entryid`
Problems with indexes of table `serendipity_groupconfig`
More than one INDEX key was created for column `id`
Is that a problem?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: problems with db indexes?

Post by garvinhicking »

Hi!

This is a problem of phpMyAdmin, sadly. It does not tell you properly, that the message is just a warning that might or MIGHT NOT apply. In some cases it's perfectly allright to have multiple indixes with same columns to improve performance for specific queries.

Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply