You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2010/02/11 19:42:29 UTC

[jira] Commented: (ODE-741) Improve hibernate_sequence queries for Oracle

    [ https://issues.apache.org/jira/browse/ODE-741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12832621#action_12832621 ] 

Hudson commented on ODE-741:
----------------------------

Integrated in ODE-1.x #52 (See [http://hudson.zones.apache.org/hudson/job/ODE-1.x/52/])
    : Improved hibernate_sequence queries


> Improve hibernate_sequence queries for Oracle
> ---------------------------------------------
>
>                 Key: ODE-741
>                 URL: https://issues.apache.org/jira/browse/ODE-741
>             Project: ODE
>          Issue Type: Improvement
>          Components: BPEL Runtime
>    Affects Versions: 1.3.3, 2.0-beta2
>            Reporter: Rafal Rusin
>            Assignee: Rafal Rusin
>             Fix For: 1.3.4
>
>
> Currently, HObject generator is set to native, which under Oracle runs a lot of queries:
> SELECT hibernate_sequence.NEXTVAL FROM DUAL;
> The generator should be changed to something like seqhilo for group ID allocations. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.