Currently, as a first iteration of the code, MigrateSourceRemote uses one XML-RPC call per row fetch. This means very high latency on each row, and high load on both server and client. The underlying XML-RPC layer can return several rows at once to increase throughtput and reduce load, but the MigrateSourceRemote does not yet take advantage of this.

Comments

fgm’s picture

Status: Active » Fixed

Fixed in today's version.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.