This document compares algorithms for scheduling parallel data redistribution. It proposes a new algorithm called the Split Graph Algorithm (SGA) that splits the data into two clusters based on size and schedules large and small data differently. SGA was tested on 1000 test cases and found to produce schedules closer to the theoretical lower bound and faster than two existing algorithms, demonstrating its efficiency.