MySQL Forums
Forum List  »  Performance

Re: InnoDB CPU Spikes
Posted by: Sabari girish Viswanathan
Date: March 31, 2009 02:31AM

Thanks Rick.

Few basic questions
1. What is the difference between the values of the explain keyword "Using where; Using index" and "Using where; Using filesort".

2. Is using index better than using filesort?

3. Can I use a MEMORY engine for the raw table? Would this reduce the CPU spikes? I would use an event and move the recs from the Memory Table to an InnoDB table for persistence.

4. Summary Table is the best option but I stuck because for the report I need to show how many unique transactions per user happened in hourly basis and daily basis. This in effect means that I am doing a 1M scan per hour and 24M scan for a day and thats where I am confused about the implementation. Please help.

Options: ReplyQuote


Subject
Views
Written By
Posted
8194
March 18, 2009 02:43AM
3004
March 18, 2009 03:08AM
2841
March 18, 2009 08:29PM
2790
March 19, 2009 04:48AM
2954
March 19, 2009 10:46AM
2742
March 19, 2009 03:47AM
2864
March 19, 2009 03:55AM
2736
March 19, 2009 04:49AM
2705
March 19, 2009 10:20AM
2387
March 30, 2009 01:25AM
2467
March 30, 2009 07:13PM
Re: InnoDB CPU Spikes
2535
March 31, 2009 02:31AM
2765
March 31, 2009 08:12AM
2366
April 01, 2009 03:27AM
2520
April 01, 2009 10:01AM
2569
April 01, 2009 10:22AM
2392
April 01, 2009 03:45AM
2727
April 01, 2009 11:57PM
2637
April 06, 2009 01:23AM
2595
April 06, 2009 08:01PM
2371
April 07, 2009 12:14AM
2511
April 08, 2009 04:36PM
2503
April 16, 2009 07:02AM


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.