WorkflowGen.com | Knowledge Base | Documentation | Downloads | Support | RSS

« An "http 404 - File not found" error message is returned when accessing WorkflowGen portal or administration modules through a web browser. | Main | How to return the user to the same position in the client browser after postback. »

Increase WorkflowGen's performances with Oracle database

Posted on Tuesday, June 12, 2007 at 06:11 by Registered CommenterWFG Team in | CommentsPost a Comment
To dramatically increase WorkflowGen database performance you have to check your database optimizer mode.

If the optimizer_mode is set to CHOOSE (by default in Oracle 9i an 10g), you have to frequently (weekly by example) "ANALYZE" all the tables of your databases. This operation will generate statistics used by the optimizer to select the best mode (RULE instead of all_rows) to run a SQL query.

Another solution is to set the optimizer_mode to RULE.

Reader Comments

There are no comments for this journal entry. To create a new comment, use the form below.
Member Account Required
You must have a member account on this website in order to post comments. Log in to your account to enable posting.