Skip navigation links

MySQL Forums :: Performance :: Group By Perfomance MySQL vs MS SQL


Advanced Search

Re: Group By Perfomance MySQL vs MS SQL
Posted by: Rick James ()
Date: November 12, 2009 07:06PM

It has to do a full table scan (as the EXPLAIN explains). I would expect that MsSql would have to do a table scan, too.

So, let's check the cache. How much RAM do you have?
* SHOW TABLE STATUS LIKE 'tbl'\G -- sizes
* SHOW VARIABLES LIKE '%buffer%'; -- cache size
and surround them with [ code ] and [ / code ]

And, does it run faster the second time you run it?

Options: ReplyQuote


Subject Views Written By Posted
Group By Perfomance MySQL vs MS SQL 231 Jim Peterson 11/11/2009 10:15AM
Re: Group By Perfomance MySQL vs MS SQL 151 Rick James 11/12/2009 07:06PM
Re: Group By Perfomance MySQL vs MS SQL 132 Jim Peterson 11/13/2009 11:10AM
Re: Group By Perfomance MySQL vs MS SQL 79 Rick James 11/17/2009 10:30PM


Sorry, only registered users may post in this forum.