Are MySQLi queries unbuffered? If not, is there a way to do an unbuffered query, as with the non-MySQLi mysql_unbuffered_query()?
mysql_unbuffered_query()
mysqli_real_query() followed by mysqli_use_result()