Export to Flat File in R-7 running slow

We have migragated one application from 5.0.13 and working fine Except one Agent which is exporting the data on daily basis to Text file is running very slow .

In 5.0.13 for exporting 100 documents it used to take 45 second and after migration it is taking 3 min for exporting the same no of records.

Is there any server docoument setting which is missing in our server.

Thanks in advance

Subject: Export to Flat File in R-7 running slow

How is the data selected for export? Is it based on a view?

Why not add some logging into the agent to see where the delay is. Does the delay occur on each document and if so, try to isolate where the delay is by adding log statements which will tell you where you are in the code and the current time.

Subject: RE: Export to Flat File in R-7 running slow

We are taking the document collection and also added the timstamp at various places in the code to check where the code is actually taking time. But it is taking time uniformally not to any particular process or part of the code.

We have tried to create the separate agent in R7 and retyped the entire code and still the problem is not resolved.

Subject: RE: Export to Flat File in R-7 running slow

This is the only recent bug I’m currently aware of (which doesn’t mean too much), that causes major performance problems in Notes 7. Just judging from the relative performance numbers given, this could be it. Have a look at your code.

http://www-1.ibm.com/support/docview.wss?rs=899&context=SWA40&context=SWA50&context=SWA60&context=SWCZ0&context=SWD10&context=SS4R7J&context=SSES8G&context=SSKTYF&context=SSMT72&context=SSPQ7E&context=SSMSB2&context=SS6JVW&context=SS5LUA&context=SSCM2P&context=SS3LP9&context=SSFLMV&context=SSESJN&context=SSKTPA&context=SSVHEW&context=SSVHFY&context=SSVLBW&dc=D400&dc=DB500&dc=D800&dc=D900&dc=DA900&dc=DA800&dc=DA600&dc=DB400&dc=D100&dc=D600&dc=DB600&dc=DA400&dc=DB300&dc=DA100&dc=DB100&dc=DA700&dc=DA450&q1=performance+7.0.2+lotusscript&uid=swg21260778&loc=en_US&cs=UTF-8&lang=all