On Oct 23, 2012, at 6:35 AM, Dag Lem <[email protected]> wrote: > One possible cause of your problems is that your database driver > attempts to blast the complete result set from your SQL query into > client memory in one go, so that you are likely to run out of memory > before even starting on the indexing.
You know, that seems to have been the problem! I changed how I was selecting the data from MySQL, and everything seems better now. Thanks! Ken
