MySQL Forums
Forum List  »  Performance

Re: INNODB large database performance
Posted by: Paul Smith
Date: February 21, 2013 02:51AM

This is the response when i use explain. Regarding the qustion...
Can two rows for the same Channel be inserted with the same DATETIME? No only one per datetime and channelID. Can you explain why this is a red flag in your book?

Results...

id select_type table type possible_keys key key_len ref rows Extra
1 PRIMARY <derived2> ALL \N \N \N \N 11040 Using temporary; Using filesort
2 DERIVED cg ALL \N \N \N \N 8089 Using where; Using temporary; Using filesort
2 DERIVED g eq_ref PRIMARY PRIMARY 4 eddie.cg.GroupID 1 Using where
2 DERIVED d ref PRIMARY,FK_data_ChannelID FK_data_ChannelID 4 eddie.cg.ChannelID 798479 Using where
2 DERIVED sr eq_ref PRIMARY PRIMARY 4 slave.d.SiteRateID 1


Thanks for your response and time.



Edited 1 time(s). Last edit at 02/23/2013 03:33PM by Paul Smith.

Options: ReplyQuote


Subject
Views
Written By
Posted
3556
February 16, 2013 03:11AM
1197
February 20, 2013 05:31PM
Re: INNODB large database performance
1046
February 21, 2013 02:51AM
1279
February 21, 2013 11:12PM
1330
February 22, 2013 03:38AM
1029
February 23, 2013 12:04AM
988
February 23, 2013 03:28PM
928
February 24, 2013 02:10PM
925
February 24, 2013 03:02PM
1055
February 25, 2013 10:39PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.