Since appendRows() might not directly correlate with bytes processed by a
traditional INSERT statement, it might not appear in jobs explorer, and I
cannot see status/statistics in a dry run, how can I find out the cost of
appendRows()?
In short, I would like to know if using appendRows could be a lot more
more expensive than traditional inserts since in this use case, appendRows might
be used frequently.