My query takes 30 min to refresh ...there is any performance tunning is there to reduce refresh time?

Showing Answers 1 - 28 of 28 Answers

kts

  • Mar 22nd, 2006
 

- make sure to have the right context

- apply right indexes on the tables

  Was this answer useful?  Yes

Sandeep Dudhane

  • Apr 8th, 2007
 

There are various strategies like creating indexes to the columns, creating aggregate tables, creating filters (usually on date columns)

  Was this answer useful?  Yes

jay jaiswal

  • Jul 1st, 2007
 

You can partition the table, create proper indexes on that column,
You can define key type in Object Definition,
Use aggregate Awareness.

  Was this answer useful?  Yes

Tilak kumar

  • Aug 7th, 2007
 

1) Frequently used tables only you need to create the indexes.
2) Partioning the tables
3) Reduce the user defined objects
4) Always use the conditions, avoid string concatenations.

  Was this answer useful?  Yes

Balaji

  • Oct 25th, 2007
 

do not use more then one sub-query for the single report..this would help you in access the report faster

  Was this answer useful?  Yes

rahul07

  • Apr 23rd, 2008
 

1) check for any traps in the universe.
2) use the right context
3) avoid morethan one sub query in the query panel
4) use right context
5) right index on the table
6) partion the table
7) use conditons
8) avoid user defined objects

  Was this answer useful?  Yes

Hi

First you have check your report format i.e filters,conditons, graphics, sorts, ranks....

mainly these you have check so that you can decided which option u can use better....

so that you can easily tune your query performance.


Regards,

Sreenivas.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions