View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005662 | SymmetricDS | Improvement | public | 2023-01-20 13:42 | 2023-01-20 14:00 |
Reporter | elong | Assigned To | elong | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.14.0 | ||||
Target Version | 3.14.5 | Fixed in Version | 3.14.5 | ||
Summary | 0005662: Snapshot util too slow for large multi-tenant deployment | ||||
Description | Getting a support snapshot file from a large multi-tenant system takes too long because it tries to extract the table definition for every table for every node. A multi-tenant system will use a table name with the $(targetExternalId) variable that expands to include every table, like node1$table, node2$table, and node3$table. The ITableResolver that expands the variable and looks up the table definitions uses a trick to cache the first occurrence of the table, since all nodes use the same table definition. Similarly, the support snapshot should only extract the first table definition when $(targetExtenalId) is being used. | ||||
Tags | No tags attached. | ||||
SymmetricDS: 3.14 32390d71 2023-01-20 13:46:34 Details Diff |
0005662: Snapshot util too slow for large multi-tenant deployment |
Affected Issues 0005662 |
|
mod - symmetric-client/src/main/java/org/jumpmind/symmetric/util/SnapshotUtil.java | Diff File | ||
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/common/ParameterConstants.java | Diff File | ||
mod - symmetric-core/src/main/resources/symmetric-default.properties | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2023-01-20 13:42 | elong | New Issue | |
2023-01-20 13:42 | elong | Status | new => assigned |
2023-01-20 13:42 | elong | Assigned To | => elong |
2023-01-20 13:42 | elong | Issue generated from: 0005659 | |
2023-01-20 13:42 | elong | Relationship added | related to 0005659 |
2023-01-20 13:46 | elong | Status | assigned => resolved |
2023-01-20 13:46 | elong | Resolution | open => fixed |
2023-01-20 13:46 | elong | Fixed in Version | => 3.14.5 |
2023-01-20 14:00 | admin | Changeset attached | => SymmetricDS 3.14 32390d71 |
2023-02-15 20:26 | admin | Status | resolved => closed |