View Revisions: Issue #1248
Summary | 0001248: SymmetricDS standalone utilities like dbimport, dbexport should not use the same connection pool settings that the server uses | ||
---|---|---|---|
Revision | 2013-06-01 14:47 by chenson | ||
Description | SymmetricDS standalone utilities like dbimport, dbexport should not use the same connection pool settings that the server uses. No need to reserve 40+ connections each time the utilities are used when the utility just uses 1 of the connections. | ||
Revision | 2025-03-12 18:05 by pmarzullo | ||
Description | SymmetricDS standalone utilities like dbimport, dbexport should not use the same connection pool settings that the server uses. No need to reserve 40+ connections each time the utilities are used when the utility just uses 1 of the connections. Approach should be as follows: Provide a common environment setting file (like setenv) that holds common environment variables for use of running command line utilities and for running SymmetricDS. For example, have the keystore password located only in the setenv for use by command line utilities and the running of SymmetricDS instance. A command line setup file that overrides properties from the engine file to change how the resources are configured (like the datasource configuration). |