SAP LT Replication Server improves replication performance by transferring data from the logging table to the target system in parts. You can boost performance by dividing the logging table into ranges, allowing multiple jobs to transfer data in parallel. There are two ways to do this: a generic method that splits changes into ranges during insertion (only available for some databases), and a manual method where you define the ranges yourself.
To find more information, access the Performance Optimization Guide.