View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002674 | SymmetricDS | Improvement | public | 2016-07-08 14:14 | 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 | 0002674: Route for only channels that have data waiting to route | ||||
Description | Add a parameter to enable running a query to determine which channels have data waiting, and then route for just those channels. Currently, sym_data is queried for each of config, heartbeat, reload, and default, but there is often data waiting on one channel. While we will run 1 extra query to see which channels have data, it will save running the queries for all the channels, and the upfront query should be able to scan the index of the table without having to do data retrieval. | ||||
Tags | No tags attached. | ||||
SymmetricDS: 3.8 80e6d174 2016-07-08 10:27:46 Details Diff |
0002674: Route for only channels that have data waiting to route |
Affected Issues 0002674 |
|
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/common/ParameterConstants.java | Diff File | ||
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/service/impl/RouterService.java | Diff File | ||
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/service/impl/RouterServiceSqlMap.java | Diff File | ||
mod - symmetric-core/src/main/resources/symmetric-default.properties | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2016-07-08 14:14 | elong | New Issue | |
2016-07-08 14:14 | elong | Status | new => assigned |
2016-07-08 14:14 | elong | Assigned To | => elong |
2016-07-08 15:00 | admin | Changeset attached | => SymmetricDS 3.8 80e6d174 |
2016-07-11 12:41 | elong | Status | assigned => resolved |
2016-07-11 12:41 | elong | Fixed in Version | => 3.8.0 |
2016-07-11 12:41 | elong | Resolution | open => fixed |
2016-08-09 17:12 | admin | Status | resolved => closed |