• If you are stuck with having to use a cursor, then making them read only and static should help. You would have to test it for your situation, but I have had luck in the past with static cursors. Sometimes I have realized performance gains that were as much as 50 times faster. Generally it would be more efficient using batches though.