Put simpler (hopefullly)
Does foreachStream work concurrently on streams from the category?
I have been working on the assumption it is concurrent for a long time now, mainly based off @Greg_Young1’s comment:
In general when querying with projections you want many streams and a stream per result as you can use .foreachStream on those queries which will automatically parallelize them