The MySQL client has the options: --quick and --unbuffered that are extremely useful when pulling large amounts of data. This essentially avoids putting all the results into memory which could cause OOM for the client since it writes the output immediately. Is there an equivalent options for mycli for this?