Ben kabaca 1 milyon satır ile bir tablo var. Ben her satırdan bir alan yazdıran basit bir program yapıyorum. Ben sorgu uzun zaman alacağını mysql_pconnect ve mysql_query kullanmaya başladı Ancak, ben sorgu ben bile ilk satırını yazdırabilirsiniz önce bitirmek gerekiyor varsayarak yaşıyorum. Bir defada bir veri biraz işlemek için bir yolu var mı?
--Edited-- I am not looking to retrieve a small set of the data, I'm looking for a way to process the data a chunk at a time (say fetch 10 rows, print 10 rows, fetch 10 rows, print 10 rows etc etc) rather than wait for the query to retrieve 1 million rows (who knows how long) and then start the printing.