View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0005015 | SymmetricDS | New Feature | public | 2021-06-03 12:42 | 2021-11-17 16:00 |
| Reporter | elong | Assigned To | elong | ||
| Priority | normal | ||||
| Status | closed | Resolution | fixed | ||
| Product Version | 3.13.0 | ||||
| Target Version | 3.13.0 | Fixed in Version | 3.13.0 | ||
| Summary | 0005015: Speed up start up by only checking tables when version changes | ||||
| Description | The engine's setup database routine runs at start up and checks each SYM table to see if it's table definition matches what is expected. When upgrading to a new version of software, tables are altered as part of the upgrade. Most of the time, it is unnecessary to check the tables, and it is a slow routine on some systems. Add a parameter of auto.conf.database.fast=true to only check the tables if the software version has changed, which will speed up start up. | ||||
| Tags | No tags attached. | ||||
|
SymmetricDS: 3.13 f2a78364 2021-06-03 13:09:03 Details Diff |
0005015: Speed up start up by only checking tables when version changes |
Affected Issues 0005015 |
|
| mod - symmetric-core/src/main/java/org/jumpmind/symmetric/AbstractSymmetricEngine.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 |
|---|---|---|---|
| 2021-06-03 12:42 | elong | New Issue | |
| 2021-06-03 12:42 | elong | Status | new => assigned |
| 2021-06-03 12:42 | elong | Assigned To | => elong |
| 2021-06-03 13:09 | elong | Status | assigned => resolved |
| 2021-06-03 13:09 | elong | Resolution | open => fixed |
| 2021-06-03 13:09 | elong | Fixed in Version | => 3.13.0 |
| 2021-06-09 00:00 | admin | Changeset attached | => SymmetricDS 3.13 f2a78364 |
| 2021-11-02 18:04 | elong | Category | Improvement => New Feature |
| 2021-11-17 16:00 | admin | Status | resolved => closed |