i'm newbie in tarantool and want to ask general question about implicit yelds. At documentation:
"There are implicit yields: every data-change operation or network-access causes an implicit yield, and every statement that goes through the tarantool client causes an implicit yield."
1) What does it mean "every statement that goes through the tarantool client" ? Will be better to get more information about it case. Is it about connectors or common client ?
2) Will be tarantool yelds in data-change operation if WAL log is switched off by setting wal_mode to none ?