View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update | 
|---|---|---|---|---|---|
| 0004234 | SymmetricDS | Improvement | public | 2020-01-07 13:34 | 2020-01-23 20:42 | 
| Reporter | elong | Assigned To | elong | ||
| Priority | normal | ||||
| Status | closed | Resolution | fixed | ||
| Product Version | 3.11.0 | ||||
| Target Version | 3.11.4 | Fixed in Version | 3.11.4 | ||
| Summary | 0004234: Upgrade of sym_data_event is slow | ||||
| Description | When upgrading to 3.11, the sym_data_event table is altered to remove the router_id column. Before the alter occurs, it removes rows that are duplicate for the same batch_id and data_id. The routine runs too slowly because it tries to remove unrouted batches where the node_id is -1. Instead, it should query for duplicate rows and remove them using JDBC batch mode and committing periodically for performance. | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change | 
|---|---|---|---|
| 2020-01-07 13:34 | elong | New Issue | |
| 2020-01-07 13:34 | elong | Status | new => assigned | 
| 2020-01-07 13:34 | elong | Assigned To | => elong | 
| 2020-01-07 13:41 | elong | Status | assigned => resolved | 
| 2020-01-07 13:41 | elong | Resolution | open => fixed | 
| 2020-01-07 13:41 | elong | Fixed in Version | => 3.11.4 | 
| 2020-01-07 14:00 | admin | Changeset attached | => SymmetricDS 3.11 e43bc3b7 | 
| 2020-01-23 20:42 | admin | Status | resolved => closed |