Native multi-threading is used when you have functionality that already works on threads and you don't want to port it.
Multi-thread is not used in the hot path.
A single data-part/shard is served by a single thread.
Native multi-threading is used when you have functionality that already works on threads and you don't want to port it.
Multi-thread is not used in the hot path.
A single data-part/shard is served by a single thread.