What is the difference, memory consumption wise, between:
mysql_unbuffered_query("SELECT * FROM ...");
and
mysql_query("SELECT * FROM ... LIMIT 1");
Thank you for any help you might be able to provide.
Best regards Christian Lund