Xquery Performance with large input argument in functions
Does the function input argument impact performance?
e.g. Main xquery calls a function getData(xmlOrderData as element()).
getData function is defined in another xquery say dataHelper.xquery.
Does hte size of xmlOrderData matters? Will it be a performance impact if we xmlOrderData is full getOrder XML instead of a string?
Also, do we have any xquery performance guidelines for OSM?