How to improve performance from database side..

What to do at database side to improve performance?
What is Performance tuning?

Questions by datli

Showing Answers 1 - 15 of 15 Answers

ABMOOL

  • Jul 30th, 2012
 

There are many ways to improve database performance. One of them being creating indexes on table columns that are queried the most. Another is create table partitioning. A whole lot else can be accomplished at the report level by fine tuning the query or the filters created automatically by Cognos Report Studio.

Thanks

  Was this answer useful?  Yes

Jay

  • May 10th, 2014
 

1. Ensure joins are perfectly done

2. Ensure Indexes are made to the specific columns (Such as Search Column)

3. Try to use Summary Tables

4. Materialized views

  Was this answer useful?  Yes

Lakshmikar

  • Apr 5th, 2016
 

1.Partitioning
2.Indexes
3.Avoid maximum no. of joins.

  Was this answer useful?  Yes

Khalid Mehmood Awan

  • Jul 25th, 2017
 

Creating Table Partitions, Indexes, Materialized views, remove normalization where it is unnecessary, increasing hardware power and many other factors.

  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