in reply to Re: Re: Querying databases in a loop
in thread Querying databases in a loop

As Thor said, you probably just have an indexing problem on your table. I know that the more recent MySQL table types handle very large data sets well, so this should not be a problem.
  • Comment on Re: Re: Re: Querying databases in a loop