I have an MySQL database with a table named "foo". Foo has ~50.000.000 records. What i wanna do is select all the records with multiple queries. For example i'd like to get the first 5000 record first, then do [something] with it, then get the next 5000 record and repeat the process, until i'm finished. I can do it in small parts like this, because of memory limitations. Is there any solution for this?
Asked
Active
Viewed 31 times