For general awareness, do separate shards on a single node use separate processors?
Do the shards use separate cores but only a single processor?
Is the behavior different between windows and linux?
I ask because when I start up a single-node, multi-shard instance on windows, I see only one new process in Task Manager. Even after executing a query, I don't see any more processes.
On linux, I see only a single process for a single-node, multi-shard instance.