A A resource group is a is a collection of resources (i.e., files and/or folders) defined by a set of one or more Ant file patterns. In In this section:
Table of Contents | ||
---|---|---|
|
Excerpt | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
About Resource Group PerformanceThe performance of DTP API when resource groups are used depends on the file patterns in the resource groups. Performance is most heavily influenced by how the database engine matches the pattern of the string specified. More complex file patterns are slower because they require more complex algorithms for matching strings. From fastest to slowest, the three string matching algorithms:
We have observed that string equality and LIKE can be up to ten times faster than regular expressions. Example File Patterns
|
...