If you are working on a real-time project, using the Turbo run mode (default) can dramatically increase processing speed. In the Turbo mode, only fields in the output schema of the last enabled process are available for processing. This means that the data is passed from process to process instead of being saved in memory and accessed each time it is needed. This allows for faster processing, but it can still be improved by minimizing the schema attributes that are passed between processes. Schemas for real-time projects can be reduced the same way as in a batch project. For example, if an attribute named PHONE is required for recoding, it must be present in each schema prior to where the recode takes place, otherwise the data will be blank.