set statistics io does not display I/O generated by worker processes

[CR# 433611] After executing a parallel query, displays only show the alpha thread scan, and logical and physical I/O counts. set statistics io does not display I/O counts generated by worker processes.

Workaround: Use set statistics plancost on to display the I/O counts from alpha thread scan and any child threads in a graphical format.