PE, acronym for "Parsing Engine," is the type of vproc (Virtual Processor) for session control, task dispatching and SQL parsing in the multi-tasking and possibly parallel-processing environment of the Teradata Database. DEFINITION PE, acronym for "Parsing Engine," is the type of vproc (Virtual Processor) for session control, task dispatching and SQL parsing in the multi-tasking and possibly parallel-processing environment of the Teradata Database. Vproc is a software process running in an SMP (Symmetric Multiprocessing) environment or a node. COMPONENTS The components of a PE vproc can be classified as the following: 1. Parser: It desolves SQL statements into RDBMS processing steps; 2. Query Optimizer: It decides the optimal way to access data; 3. Step Generator: It 1) produces processing steps, and 2) encapsulates them into packages; 4. Dispatcher: It 1) transmits the encapsulated steps from the parser to the pertinen...