Some loads do not lend themselves to parallel processing, so splitting the load across multiple servers or adding more CPUs doesn't help.
一些负载本身不适合并行处理,所以跨多个服务器分配负载或添加更多CPU不会有帮助。
2
For example, DB2 load could run simultaneously on each partition, splitting the load operation up in parallel across the servers.
例如,DB 2 LOAD可以在每个分区上同时运行,负载操作可以并行地分摊到多个服务器上。
3
If you have several disks, splittingload onto separate spindles is an effective way of making reads and writes faster because the largest component of disk latency is the seek time.