|
|
|
|
|
by lfittl
3737 days ago
|
|
AFAIK all the parallel work done in 9.6 refers to parallel operations on a single node (but multiple cores). This would be complimentary to what Citus does, which is distributing the load across multiple shard instances (each with their own cores, benefiting from the parallel work in 9.6). |
|