MySQL Forums
Forum List  »  Microsoft SQL Server

Re: Speed problem on large tables
Posted by: Dan Holdway
Date: October 12, 2004 04:41PM

Hi Mike,

I'm running version 12.22 Distrib 4.0.20a.

If I just execute;

Select left(amazon_items.Product_Description, 1) As IndexLetter, Count(amazon_items.Amazon_Product_ID) As NumProducts
From amazon_items
Group By left(amazon_items.Product_Description, 1)

It comes back a bit quicker (8.59 sec), but still nothing like the sub-second performance I was getting with MS SQL.

Ta,

Dan

Options: ReplyQuote


Subject
Written By
Posted
October 11, 2004 03:19AM
Re: Speed problem on large tables
October 12, 2004 04:41PM


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.