[jboss-jira] [JBoss JIRA] (WFLY-6332) HHH-10563: Significant String use/duplication associated with subselect fetch

Stephen Fikes (JIRA) issues at jboss.org
Mon Mar 7 16:28:00 EST 2016


     [ https://issues.jboss.org/browse/WFLY-6332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stephen Fikes updated WFLY-6332:
--------------------------------
    Description: The use of {{@Fetch(FetchMode.SUBSELECT)}} results in a significant level of string duplication for SQL and SQL fragments. When loading large datasets and/or higher numbers of associations with multiple associations using SUBSELECT the memory can accumulate significantly (e.g. on the order of multiple GB for string space associated with the duplicate SQL fragments alone).  (was: The use of @Fetch(FetchMode.SUBSELECT) results in a significant level of string duplication for SQL and SQL fragments. When loading large datasets and/or higher numbers of associations with multiple associations using SUBSELECT the memory can accumulate significantly (e.g. on the order of multiple GB for string space associated with the duplicate SQL fragments alone).)


> HHH-10563: Significant String use/duplication associated with subselect fetch
> -----------------------------------------------------------------------------
>
>                 Key: WFLY-6332
>                 URL: https://issues.jboss.org/browse/WFLY-6332
>             Project: WildFly
>          Issue Type: Bug
>          Components: JPA / Hibernate
>    Affects Versions: 10.0.0.Final
>            Reporter: Stephen Fikes
>            Assignee: Gail Badner
>
> The use of {{@Fetch(FetchMode.SUBSELECT)}} results in a significant level of string duplication for SQL and SQL fragments. When loading large datasets and/or higher numbers of associations with multiple associations using SUBSELECT the memory can accumulate significantly (e.g. on the order of multiple GB for string space associated with the duplicate SQL fragments alone).



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jboss-jira mailing list