Difference between revisions of "Tuning Report Threads"

From AgileApps Support Wiki
imported>Aeric
imported>Aeric
 
Line 7: Line 7:


For maximum reporting efficiency (if needed), setup a dedicated backend server for reporting. ''Learn More:'' [[Managing Backend Services]]
For maximum reporting efficiency (if needed), setup a dedicated backend server for reporting. ''Learn More:'' [[Managing Backend Services]]
<noinclude>
[[Category:Installation]]
</noinclude>

Latest revision as of 21:34, 2 October 2013

The number of report threads can be configured in the networking.properties file:

report_threads=2
Assigns number of threads to be used by the report server.

Generally, two threads devoted to reporting is about right. If reports aren't arriving on time, consider incrementally expanding the number of threads to see if performance improves (while keeping an overall eye on system resources, to ensure that increasing the number of threads does't incur other bottlenecks.

For maximum reporting efficiency (if needed), setup a dedicated backend server for reporting. Learn More: Managing Backend Services