View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002574 | SymmetricDS | Improvement | public | 2016-04-26 18:34 | 2016-08-09 17:12 |
Reporter | elong | Assigned To | elong | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.8.0 | ||||
Target Version | 3.8.0 | Fixed in Version | 3.8.0 | ||
Summary | 0002574: Improve performance of the transfer to and from staging | ||||
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. | ||||
Tags | No tags attached. | ||||
SymmetricDS: 3.8 eab56775 2016-04-26 14:35:58 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 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 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 |
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 |