Saurabh.hom
Programmer
If in the cursor there are 2 fields with c(15) for 'uniqueId' and 'newUniqueId' and
* total no of fields in the cursor may exceed 50 in many cases &
* over 2 lac records
Current Scenario:
At present we have 15 users logged in and the cpu usage shows 27 gb ram being consumed and no. of users is expected to rise above 50.
Please tell me about the memory management in case of cursor taking into account
* memory allocaton ,
* rushmore optimization and
* how will it affect the overall performance?
Thank you.
* total no of fields in the cursor may exceed 50 in many cases &
* over 2 lac records
Current Scenario:
At present we have 15 users logged in and the cpu usage shows 27 gb ram being consumed and no. of users is expected to rise above 50.
Please tell me about the memory management in case of cursor taking into account
* memory allocaton ,
* rushmore optimization and
* how will it affect the overall performance?
Thank you.