Filters - Aster Analytics

Teradata AsterĀ® Analytics Foundation User GuideUpdate 2

Product
Aster Analytics
Release Number
7.00.02
Published
September 2017
Language
English (United States)
Last Update
2018-04-17
dita:mapPath
uce1497542673292.ditamap
dita:ditavalPath
AA-notempfilter_pdf_output.ditaval
dita:id
B700-1022
lifecycle
previous
Product Category
Software

The Filter argument specifies filters to impose on the matched rows. Filtering out most matches can improve performance, but memory fragmentation can degrade it. Memory fragmentation can occur in these cases:

  • The mode is NONOVERLAPPING and the pattern includes the end anchor operator ($) but not the start anchor operator (^).
  • The mode is OVERLAPPING and the pattern does not include the start anchor operator.
  • The first symbol in the pattern can match an infinite number of input rows.
  • The data partition is huge.
  • The Java Virtual Machine (JVM) is too small.

If nPath runs much slower with the Filter argument, increase the size of the JVM. If the problem persists, alter the pattern.