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

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Designing the Application<br />

Figure 16. Specifying search criteria<br />

The condition you select defines the syntax of a corresponding search query built by Forms Builder.<br />

The following table describes available conditions and indicates the resulting syntax for an example<br />

query:<br />

Table 2. Search criteria conditions<br />

Condition Description Example<br />

Equals<br />

Not equals<br />

Like<br />

Not like<br />

Starts with<br />

Ends with<br />

Returns items that match the specified<br />

value exactly.<br />

Returns items that do not match the<br />

specified value exactly.<br />

Returns items that match a pattern<br />

with a wildcard.<br />

Returns items that do not match a<br />

pattern with a wildcard.<br />

Returns items in which the first part of<br />

the item matches the specified value.<br />

Returns items in which the last part of<br />

the item matches the specified value.<br />

object_name = ’$object_name$’<br />

object_name ’$object_name$’<br />

object_name LIKE ’%$object_name$%’<br />

object_name NOT LIKE<br />

’$object_name$’<br />

object_name LIKE ’$object_name$%’<br />

object_name LIKE ’%$object_name$’<br />

Exact searches scale much better than wildcard searches. Wildcard searches involve scanning of<br />

a full-text index or database table which affects performance, especially with larger repositories<br />

containing many objects. Avoid using the Like, Not like, Starts with, and Ends with conditions.<br />

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

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

Saved successfully!

Ooh no, something went wrong!