Home | Previous Page | Next Page   Using Existing Dynamic Server Features > High Performance >

Parallelization

The database server can allocate multiple threads to work in parallel on a single query. This feature is known as parallel database query (PDQ).

PDQ can improve performance dramatically when the database server processes queries that DSS applications initiate. PDQ lets the database server distribute the work for one aspect of a query among several processors.

For information on how to implement PDQ and how parallelization can enhance performance, see your IBM Informix Performance Guide. For information on the SET PDQPRIORITY environment variable, see the IBM Informix Guide to SQL: Reference.

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]