View Issue Details

IDProjectCategoryView StatusLast Update
0002574SymmetricDSImprovementpublic2016-08-09 17:12
Reporterelong Assigned Toelong  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.8.0 
Target Version3.8.0Fixed in Version3.8.0 
Summary0002574: Improve performance of the transfer to and from staging
DescriptionImprove 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.
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Related Changesets

SymmetricDS: 3.8 eab56775

2016-04-26 14:35:58

admin

Details Diff
0002574: Improve performance of the transfer to staging Affected Issues
0002574
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/service/impl/DataLoaderService.java Diff File
mod - symmetric-core/src/test/java/org/jumpmind/symmetric/service/impl/AbstractDataLoaderServiceTest.java Diff File
add - symmetric-io/src/main/java/org/jumpmind/symmetric/io/data/writer/SimpleStagingDataWriter.java Diff File

SymmetricDS: 3.8 c3b0c224

2016-04-26 14:40:34

admin

Details Diff
0002574: Improve performance of the transfer to staging Affected Issues
0002574
mod - symmetric-io/src/main/java/org/jumpmind/symmetric/io/data/writer/SimpleStagingDataWriter.java Diff File

SymmetricDS: 3.8 9644ef8e

2016-04-28 09:15:55

admin

Details Diff
0002574: Improve performance of the transfer to and from staging Affected Issues
0002574
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/service/impl/DataExtractorService.java Diff File
add - symmetric-io/src/main/java/org/jumpmind/symmetric/io/data/reader/SimpleStagingDataReader.java Diff File
mod - symmetric-io/src/main/java/org/jumpmind/symmetric/io/data/writer/SimpleStagingDataWriter.java Diff File

Issue History

Date Modified Username Field Change
2016-04-26 18:34 elong New Issue
2016-04-26 18:34 elong Status new => assigned
2016-04-26 18:34 elong Assigned To => elong
2016-04-26 18:38 elong Status assigned => resolved
2016-04-26 18:38 elong Fixed in Version => 3.8.0
2016-04-26 18:38 elong Resolution open => fixed
2016-04-28 13:15 admin Summary Improve performance of the transfer to staging => Improve performance of the transfer to and from staging
2016-04-28 13:15 admin Description Updated View Revisions
2016-04-28 14:01 admin Changeset attached => SymmetricDS 3.8 9644ef8e
2016-04-28 14:01 admin Changeset attached => SymmetricDS 3.8 c3b0c224
2016-04-28 14:01 admin Changeset attached => SymmetricDS 3.8 eab56775
2016-08-09 17:12 admin Status resolved => closed