Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
X-Application Version: 4.1.1Tamino Version : 4.1.4Platform : SolarisWebContainer : Tamocat 4.1.1JDK Version : j2sdk1.4.2_03i have very large data volume50000 roweach row 100k sizeI found thatXAPP generate app with (B)(B) is very slow for very large datawhile(A) is very fasthow can I modify the xquery generated by xapp?(A)for $x in input()/User where $x/SeqNo=“S000007”return $x(B)for $x in input()/User[/User/SeqNo=‘S000007’]return $x
I’m not a query expert …what happens if you replace (B) with (A) in your JSP page?MichaelSoftware AG Germany, Darmstadt
The question is how to replace?xapp is generated automatically.I MAY have control of how to query is composed, but i don’t know how to do it.
X-Application generates a set of JSP pages. After generation, you’re free to modify these pages. Just search for “query” to locate the various queries within the JSP pages.MichaelSoftware AG Germany, Darmstadt