28.11.2014 Views

Performance Tuning Guide - EMC Community Network

Performance Tuning Guide - EMC Community Network

Performance Tuning Guide - EMC Community Network

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Measuring <strong>Performance</strong><br />

[i.e]|[i.e]] it should return as few rows as possible.<br />

Current Query select distinct sender from<br />

[[dbo.vw_sender]&linkCreation=true&fromPageID=21234961"<br />

class="createlink"linktype="raw" linktext="[[dbo.vw_sender]|[[dbo.vw_sender]"><br />

[[dbo.vw_sender]&linkCreation=true&fromPageID=21234961"<br />

class="createlink"linktype="raw" linktext="[dbo.vw_sender]|[dbo.vw_sender]"><br />

[dbo.vw_sender]|[dbo.vw_sender]] where country like '%$<br />

Unknown macro: {country}<br />

' order by 1 Change the query to select distinct sender<br />

from [[dbo.vw_sender]|[dbo.vw_sender]] where country = '$<br />

' order by 1 Or the other option is to select a country by default<br />

— Design adaptor queries to take advantage of available indexes or create indexes to<br />

accommodate the DQL query.<br />

Checking ACS operation<br />

Check ACS operation as follows:<br />

• Verify the ACS URL.<br />

• Verify the ACS port.<br />

• Observe the amount of data sent.<br />

• Observe the time it takes to view a document.<br />

Use a reverse proxy to ensure the ACS URL comes from the Java Method Server and includes ’ACS’<br />

in the URL (Figure 31, page 79).<br />

Figure 31. Verifying the ACS URL and port<br />

View the image properties (Figure 32, page 80) and note the following:<br />

• File URL contains the ACS port and the word ’getpage’.<br />

• Page viewing time is reasonable.<br />

• File length is in kilobytes.<br />

• <strong>Network</strong> time and download rate rule out network issues.<br />

<strong>EMC</strong> Documentum xCP 1.0 <strong>Performance</strong> <strong>Tuning</strong> <strong>Guide</strong> 79

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!