The sp_configure system procedure supports features introduced in Adaptive Server 15.7 SP100.
Summary information |
|
---|---|
Default value |
0 |
Range of values |
0, 1 |
Status |
Dynamic |
Display level |
Intermediate |
Required role |
System administrator |
Configuration groups |
Query Tuning |
When enabled, allows Adaptive Server to reuse the cached statement plan for multiple sessions, even if the statement involves temporary tables. Adaptive Server reuses the cache statement plan if the schema for the recreated temporary tables is the same as the previous temporary tables.
With the introduction of cumulative dumps, you can now configure these settings using sp_configure:
sp_configure 'enable concurrent dump tran', 1You cannot, however, have concurrent dump cumulative and dump database, since dump cumulative needs dump database to finish, because dump cumulative copies all those pages that changed once dump database is finished.
sp_configure 'enable dump history', 1
The utility statistics hashing option for sp_configure is available in Adaptive Server 15.7 SP100.
The values of create index hashing option take precedence over utility statistics hashing. If the clauses hashing, new hashing, or no_hashing have not been specified in the create index command, the value of utility statistics hashing is used.