See #235 I thought we fixed this but we must be missing a yield to the main event loop somewhere. To repro: ```sql create table foo as ( select * from lap_times join drivers using (driverid) join races using (raceid) ) ```