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 is meant by javabeans?
What is the difference between preemptive scheduling and time slicing?
What are the various access specifiers for java classes?
Is oracle charging for java?
How many bytes are there?
What is connection class in java?
What is nan in java?
Is it possible to use Semaphore/ Mutex in an Interrupt Handler?
What is the basic concept of java?
What is final method?
What is the difference between abstraction and encapsulation?
What is meant by string is immutable?
What is function and its uses?
What is garbage collector?
Can private class be inherited in java?