Submitted Questions

  • How to improve performance from database side..

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

    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.

    Lakshmikar

    • Apr 5th, 2016

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