I found one big issue.
I have added the Lower function to indexed column of one of the table to fetch the data. The table contains more then 1 lac records.
While fetching the records, the cpu usage goes to 100%.
I could not understand, how this much drastic change can happen just because of Lower() function.
Please Help!