Starting with ESD #4, jConnect for JDBC has the following new connection properties for performance improvement:
Property |
Description |
Default value |
---|---|---|
OPTIMIZE_STRING_ CONVERSIONS |
Specifies whether or not to enable string conversion optimization. This optimization behavior can improve jConnect performance when a client uses character datatypes in SQL prepared statement. Values:
|
0 |
SUPPRESS_PARAM_ FORMAT |
When executing dynamic SQL prepared statements, jConnect client can use the SUPPRESS_PARAM_FORMAT connection string property to suppress parameter data (TDS_PARAMS). The client sends less parameter metadata where possible for better performance. Values:
|
1 |
SUPPRESS_ROW_ FORMAT |
In jConnect, client can use the SUPPRESS_ROW_FORMAT connection string property to force Adaptive Server to send TDS_ROWFMT or TDS_ROWFMT2 data only when the row format changes for a dynamic SQL prepared statement. Adaptive Server can send less data to the client if possible, resulting in better performance. Values:
|
1 |