View Single Post

   
  #12 (permalink)  
Old 03-20-2008, 01:47 PM
moses
 
Posts: n/a
Default Re: is there a goto instruction in mysql?

ok let me tell u guys exactly what i want..see i have a cluster of
nodes which i have to use to process a single table contents.My idea
is to make the search faster by dividing the search for a particular
key betweeen these nodes.so it would have been very helpfull if i
could just make each node to search a different part of the
table .say ,the first node will search record nos 1-100,the second one
100-200 and so on.
if u guys have any good solution for this,please do suggest.
Reply With Quote