| Summary: | EDS performance tests shows a performance degradation against SOA-P 5.1.0.GA in case of selecting from XML datasource | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise SOA Platform 5 | Reporter: | Pavel Macik <pmacik> |
| Component: | Performance, EDS | Assignee: | Van Halbert <vhalbert> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 5.2.0.ER4, 5.2.0.ER5, 5.2.0.ER6 | CC: | vhalbert |
| Target Milestone: | --- | ||
| Target Release: | 5.3.0 GA | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | http://jira.jboss.org/jira/browse/SOA-3559 | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-12-12 16:08:12 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Pavel Macik
2011-11-07 09:29:54 UTC
Can we get the VDB and file used for in the test? Thx. Link: Added: This issue Cloned to SOA-3561 Release Notes Docs Status: Added: Documented as Known Issue Release Notes Text: Added: Use an xquery expression that disables streaming: e.g. instead of '/a/b/c' something like '/*[local-name()='a']/b/c'. That should only be done of course if the parsed foot print of the document is relatively small. Workaround Description: Added: The workaround is to use an xquery expression that disables streaming: e.g. instead of '/a/b/c' something like '/*[local-name()='a']/b/c'. That should only be done of course if the parsed foot print of the document is relatively small. Link: Added: This issue is related to TEIID-1824 Link: Removed: This issue is related to TEIID-1824 Link: Added: This issue is related to TEIID-1824 Link: Removed: This issue is related to TEIID-1824 Writer: Added: dlesage Workaround Description: Removed: The workaround is to use an xquery expression that disables streaming: e.g. instead of '/a/b/c' something like '/*[local-name()='a']/b/c'. That should only be done of course if the parsed foot print of the document is relatively small. Added: https://issues.jboss.org/browse/SOA-3559 There is a performance degradation in select queries from XML datasource. The workaround is to use an xquery expression that disables streaming (in other words, instead of '/a/b/c', use something like '/*[local-name()='a']/b/c'.) Only do this if the parsed footprint of the document is relatively small. Documented as known issue for the RNs. |