Go to the first, previous, next, last section, table of contents.


Limits

There are no limits on the dynamic database that aren't part of the limits of an ordinary database file. The DFA constructor and pattern parser although essentially dynamic do have a number of internal limits. Some of these are displayed in debug output but not all of them. Generally if they are exceeded an error will be produced.

Name            Size  Description
TEXPATTERNMAX     64  maximum number of pattern defintions
DYNRECINI         16  dynamic record initialiser/step
DYNFLDINI         16  dynamic field initialiser/step
TEXMAXUNQCHARS    32  number of unique characters/position
TEXMAXUNQMODES    32  number of unique modes
TEXMAXUNQPOSTS    16  number of unique positions
TEXTEXTPATMAX     64  input pattern maximum length (characters)
TEXMODEPATMAX     64  mode pattern maximum length (characters)
TEXMAXCHARSET    128  input pattern character set size
TEXDFAMAXSTATES   16  maximum number of unique states/postition


Go to the first, previous, next, last section, table of contents.