View Issue Details

IDProjectCategoryView StatusLast Update
0005015SymmetricDSNew Featurepublic2021-11-17 16:00
Reporterelong Assigned Toelong  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.13.0 
Target Version3.13.0Fixed in Version3.13.0 
Summary0005015: Speed up start up by only checking tables when version changes
DescriptionThe 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.
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Related Changesets

SymmetricDS: 3.13 f2a78364

2021-06-03 13:09:03

admin

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

Issue History

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