View Revisions: Issue #2574

Summary 0002574: Improve performance of the transfer to and from staging
Revision 2016-04-28 13:15 by admin
Description Improve performance of the transfer to staging which does parsing of an incoming batch and writing of the protocol into a file in the temporary directory. The same occurs on extraction of batch, which is written to staging and then parsed again as it is read to transfer. The parsing does the full logic to tokenize, read into java objects, and then write out the protocol. Improve the performance by doing minimal parsing to write to staging on incoming and read from staging on outgoing.
Revision 2016-04-26 18:34 by elong
Description Improve performance of the transfer to staging which does parsing of an incoming batch and writing of the protocol into a file in the temporary directory. The parsing does the full logic to tokenize, read into java objects, and then write out the protocol. Improve the performance by doing minimal parsing to write to staging. When the data is loaded, it will run through the full parsing.