Query Plan Settings
Two SQL statements let you control whether you want to create a query plan and what name to give the plan. Both statements apply only to the SQL session.
You can execute the statements in Pervasive PSQL Control Center or from any utility that can send SQL statements to the Pervasive PSQL database engine.
Sets the location and name of the query plan file. NULL specifies not to create a query plan file. A single query plan output file can contain plans resulting from multiple queries.
See also Examining Query Plans and Evaluating Query Performance.