As a developer what steps do you take to improve the
performance?
Answer Posted / sagar chavan
To improve the performance. Apply indexes on tables accordingly. Instead of using heavy queries creates stored procedures. Use identity columns and triggers wherever applicable.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are user defined exceptions?
give an example for encapsulation?
Can you make a constructor final in Java?
What is the significance of java packages?
Define inheritance?
Can set contain duplicates?
Can you use this() and super() both in a constructor?
What is regex in java?
Can you give few examples of final classes defined in java api?
How to perform selection sort in java?
when you will synchronize a piece of your code? : Java thread
Can singleton class be cloned?
What is static and final keyword in java?
Can constructor be inherited?
Can two objects have same hashcode?