MySQL Forums
Forum List  »  NDB clusters

Re: select with Binary running very slow in Cluster
Posted by: Adam D
Date: September 05, 2006 07:31PM

You could try something like this as a work around;
mysql> SELECT * FROM members WHERE username = 'aaa' AND binary username = 'aaa';

Should use the index, then does the binary comparison.

Options: ReplyQuote


Subject
Views
Written By
Posted
3138
September 05, 2006 05:46AM
Re: select with Binary running very slow in Cluster
2284
September 05, 2006 07:31PM


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.