|
|
|
|
|
by drdec
1398 days ago
|
|
I was hoping to read about how they handled cleaning up cursors, what the effect on the server was when having a bunch of open, long-running cursors, etc. Unfortunately the article only treated the subject at a superficial level. So, anyone here implement pagination via cursors? What do you find to be the drawbacks and how do you mitigate them? |
|
One corner case would be if the cursor record is deleted. I don't see it mentioned how they handle it.