-
Aditya A authored
PROBLEM ------- While applying update the slave is trying to initialize all partitions before reading from rnd_pos() call. This is done for each row update because of which the performance is getting effected. FIX --- Initialize only the partition on which rnd_pos() is called.
Aditya A authoredPROBLEM ------- While applying update the slave is trying to initialize all partitions before reading from rnd_pos() call. This is done for each row update because of which the performance is getting effected. FIX --- Initialize only the partition on which rnd_pos() is called.
Loading