[jira] [Commented] (OFBIZ-10157) Performance optimization for entities in xml data export

2020-02-25 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-10157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17044775#comment-17044775
 ] 

ASF subversion and git services commented on OFBIZ-10157:
-

Commit 74db8bde12ef853882b3fb5941d812dfd52f3d9f in ofbiz-framework's branch 
refs/heads/trunk from Michael Brohl
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=74db8bd ]

Improved: Performance optimization for entities in xml data export.

(OFBIZ-10157)

Thanks Kyra Pritzel-Hentley for reporting and providing the patch.

> Performance optimization for entities in xml data export
> 
>
> Key: OFBIZ-10157
> URL: https://issues.apache.org/jira/browse/OFBIZ-10157
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Reporter: Kyra Pritzel-Hentley
>Assignee: Michael Brohl
>Priority: Minor
> Attachments: OFBIZ-10157_XmlDsDump_performance_optimization.patch, 
> OFBIZ-10157_XmlDsDump_performance_optimization.patch
>
>
> Suggested changes for XmlDsDump.groovy by [~mbecker]:
> - set parameter _distinct_ for new EntityFindOptions to false 
> - when accessing values with delegator._find_() remove any sorting from 
> parameters 
> These changes allow and/or speed up export of large tables (e.g. for db 
> migration)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OFBIZ-10157) Performance optimization for entities in xml data export

2020-02-24 Thread Jacques Le Roux (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-10157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17043493#comment-17043493
 ] 

Jacques Le Roux commented on OFBIZ-10157:
-

I don't mind the sorting, can easily be done in OS, sot it's OK with me, maybe 
others would not like it...

> Performance optimization for entities in xml data export
> 
>
> Key: OFBIZ-10157
> URL: https://issues.apache.org/jira/browse/OFBIZ-10157
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Reporter: Kyra Pritzel-Hentley
>Assignee: Michael Brohl
>Priority: Minor
> Attachments: OFBIZ-10157_XmlDsDump_performance_optimization.patch, 
> OFBIZ-10157_XmlDsDump_performance_optimization.patch
>
>
> Suggested changes for XmlDsDump.groovy by [~mbecker]:
> - set parameter _distinct_ for new EntityFindOptions to false 
> - when accessing values with delegator._find_() remove any sorting from 
> parameters 
> These changes allow and/or speed up export of large tables (e.g. for db 
> migration)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OFBIZ-10157) Performance optimization for entities in xml data export

2020-02-22 Thread Michael Brohl (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-10157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17042502#comment-17042502
 ] 

Michael Brohl commented on OFBIZ-10157:
---

I've just updated the patch to apply to the latest trunk and testet the export 
without issues.

Any objections to commit?

> Performance optimization for entities in xml data export
> 
>
> Key: OFBIZ-10157
> URL: https://issues.apache.org/jira/browse/OFBIZ-10157
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Reporter: Kyra Pritzel-Hentley
>Assignee: Michael Brohl
>Priority: Minor
> Attachments: OFBIZ-10157_XmlDsDump_performance_optimization.patch, 
> OFBIZ-10157_XmlDsDump_performance_optimization.patch
>
>
> Suggested changes for XmlDsDump.groovy by [~mbecker]:
> - set parameter _distinct_ for new EntityFindOptions to false 
> - when accessing values with delegator._find_() remove any sorting from 
> parameters 
> These changes allow and/or speed up export of large tables (e.g. for db 
> migration)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)