[hibernate-issues] [Hibernate-JIRA] Updated: (HHH-6096) H2Dialect should use CACHED option for temporary table creation

Gail Badner (JIRA) noreply at atlassian.com
Wed May 4 16:16:59 EDT 2011


     [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-6096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gail Badner updated HHH-6096:
-----------------------------

    Fix Version/s: 3.6.4

> H2Dialect should use CACHED option for temporary table creation
> ---------------------------------------------------------------
>
>                 Key: HHH-6096
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-6096
>             Project: Hibernate Core
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 4.0.0.Alpha2
>            Reporter: Steve Ebersole
>            Assignee: Steve Ebersole
>             Fix For: 3.6.4, 4.0.0.Alpha3
>
>          Time Spent: 5m
>  Remaining Estimate: 0h
>
> Response from Thomas, answering my question:
> {quote}
> I guess I would use 'cached' tables (meaning the data is persisted,
> and the indexes are persisted), just to avoid out-of-memory in all
> cases. If it turns out to be a performance problem (which I don't
> think it will) it could still be changed later on.
> {quote}
> {code}
> create local temporary table if not exists
> {code}
> should get replaced with 
> {code}
> create cached local temporary table if not exists
> {code}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list