[
https://issues.apache.org/jira/browse/DERBY-5785?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mamta A. Satoor updated DERBY-5785:
-----------------------------------
Urgency: Normal
Labels: derby_triage10_10 (was: )
> investigate improving identity column performance by reusing nested
> transaction
> -------------------------------------------------------------------------------
>
> Key: DERBY-5785
> URL: https://issues.apache.org/jira/browse/DERBY-5785
> Project: Derby
> Issue Type: Improvement
> Components: SQL
> Affects Versions: 10.8.2.2
> Reporter: Mike Matrigali
> Priority: Minor
> Labels: derby_triage10_10
>
> Currently every insert of row with an identity column creates a nested user
> transaction to update the
> value in syscolumns, and then destroys it. It seems like this transaction
> could be cached in the user
> context and then reused. I believe this is what is done for the nested read
> only transaction that is used
> for compiling statements.
> The change may improve performance and also lead to less objects being
> created/destroyed per insert.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira