I've written up a blog post on how to profile your code and the steps I went through. http://joncook.github.com/blog/2012/02/12/evaluating-mark-logic-xquery-performance/
Jon -----Original Message----- From: [email protected] on behalf of Michael Blakeley Sent: Tue 28.02.2012 05:47 To: MarkLogic Developer Discussion Subject: Re: [MarkLogic Dev General] SVC:EXTIME -- Time limit exceeded First, profile your code to figure out which bit is taking so long. Then rewrite it so it's faster. Repeat until you are happy with performance. If you post code and profiler output here, you might get some suggestions. -- Mike On 27 Feb 2012, at 21:28 , JASPREET SINGH wrote: > Hi, > > I am getting an error SVC:EXTIME -- Time limit exceeded error during search. > We have a .NET application that sends request to XDBC server of MarkLogic. We > have set the request time out limit as 30 secs which we have to keep anyhow > for fast performance. > But when we search millions of documents inside MarkLogic server, we get the > above mentioned error. > > What would be the best way to resolve this error? What server settings we > should make to optimize our search results? > > Thanks and Regards, > Jaspreet Singh > > _______________________________________________ > General mailing list > [email protected] > http://developer.marklogic.com/mailman/listinfo/general _______________________________________________ General mailing list [email protected] http://developer.marklogic.com/mailman/listinfo/general
_______________________________________________ General mailing list [email protected] http://developer.marklogic.com/mailman/listinfo/general
