motorcity Posted May 16, 2010 Share Posted May 16, 2010 As a firmly entrenched member of the paint-by-numbers <modify the OSC code> {find this} ("replace with that"'";-wtf!) community, I must admit I've always felt uncomfortable in the MySQL Reference Manual. I'm in hot pursuit of some 6 queries that do not use an index properly. Here's some cool references for others of the paint-by-numbers persuasion; Help for finger painters in SSH Confirmed! Marketing to MySQL Dummies Cool! I've got some slow queries and I'm on my way to solving it. I'm advised by tuning-primer.sh to add "log-queries-not-using-indexes" to my.cnf (usually located at /etc/my.cnf) I'd already set log_slow_queries = /var/log/mysql-slow-query.log where I was finding 2-3 slow queries a day, but now it's exploded to 24000 per day. So I'm off to the dreaded MySQL Reference Manual and I find this; "For example, a query that uses a full index scan uses an index but would be logged because the index would not limit the number of rows." Uh, I must be missing some foundational understanding of what an index is because I thought we were looking up the index number and they're all unique, so that (in my paint stained fingers) seems pretty limited, like only one row would match at all. Insight anyone? Link to comment Share on other sites More sharing options...
♥geoffreywalton Posted May 16, 2010 Share Posted May 16, 2010 Try this in google site:www.oscommerce.com/forums a store speed optimization in progress Excellent for finger painters!! G Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile Virus Threat Scanner My Contributions Basic install answers. Click here for Contributions / Add Ons. UK your site. Site Move. Basic design info. For links mentioned in old answers that are no longer here follow this link Useful Threads. If this post was useful, click the Like This button over there ======>>>>>. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.