MySQL Forums
Forum List  »  Stored Procedures

Re: Why this is slow ?
Posted by: hello world
Date: December 02, 2005 03:38AM

hi, roland

reload table has a
-index agentid_compid (agentid,compid);

payment table has a
-index agentid_compid (agentid,compid);

cdr table has a
-index agentid_compid (agentid,compid);


tables data types:
-agentid varchar(3) not null default ''
-compid varchar(100) not null default ''

agentid, compid cant be only numeric its always string type.

Options: ReplyQuote


Subject
Views
Written By
Posted
3070
December 01, 2005 03:08PM
1369
December 01, 2005 04:16PM
Re: Why this is slow ?
1712
December 02, 2005 03:38AM
1672
December 02, 2005 05:13AM
1628
December 02, 2005 12:26PM
1705
December 02, 2005 09:42AM
1648
December 02, 2005 02:18PM


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.