MySQL Forums
Forum List  »  NDB clusters

Re: 5.0 & Pushdown Feature
Posted by: mysql
Date: October 11, 2005 02:33PM

Also, I have a ~4 million row test table. Queries done with:

LIKE '%string'

are taking about 90 seconds on a seperate SQL node, but only 11 seconds on an SQL node on the same physical machine as one of two NDB nodes.

I turned on pushdown, hoping that the table scan over my 100mbit switch would be eliminated, but...

...the seperate SQL node now takes slightly MORE time to perform the query, as does the SQL node on the same physical machine.

It seems like the pushdown really isn't happening.

How can I speed up this query? considering I'm only retreiving about 30 rows out of 4 million after the where condition, shouldn't that be the only data sent over the wire?

Thanks!

mysql@31338.com

Options: ReplyQuote


Subject
Views
Written By
Posted
2075
September 14, 2005 12:04AM
1659
September 14, 2005 02:38AM
1574
October 11, 2005 02:23PM
Re: 5.0 & Pushdown Feature
1456
October 11, 2005 02:33PM
1542
October 11, 2005 05:36PM
1656
October 12, 2005 01:35PM


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.