RESOLVED FIXED 97023
IndexedDB: Free up resources used by completed cursors earlier
https://bugs.webkit.org/show_bug.cgi?id=97023
Summary IndexedDB: Free up resources used by completed cursors earlier
Joshua Bell
Reported 2012-09-18 09:27:51 PDT
IndexedDB: Free up resources used by completed cursors earlier
Attachments
Patch (11.25 KB, patch)
2012-09-18 10:12 PDT, Joshua Bell
no flags
Patch (11.34 KB, patch)
2012-09-18 10:40 PDT, Joshua Bell
no flags
Joshua Bell
Comment 1 2012-09-18 10:12:25 PDT
Joshua Bell
Comment 2 2012-09-18 10:17:35 PDT
I'd swear we used to do this (free up cursor resources when the cursor hits the end) but I'm not finding the code. Perhaps it's in the chromium prefetch paths? Regardless - not a huge win, but for a long-lived transaction this would prevent cursors from piling up if they have been "completed", although it's unclear that pattern will be common.
Joshua Bell
Comment 3 2012-09-18 10:17:53 PDT
alec, david - take a look, but not urgent
Joshua Bell
Comment 4 2012-09-18 10:40:54 PDT
Alec Flett
Comment 5 2012-09-18 11:41:58 PDT
Comment on attachment 164584 [details] Patch LGTM
Joshua Bell
Comment 6 2012-09-18 12:05:08 PDT
tony@ - another one, not urgent - r?
WebKit Review Bot
Comment 7 2012-09-19 13:34:57 PDT
Comment on attachment 164584 [details] Patch Clearing flags on attachment: 164584 Committed r129038: <http://trac.webkit.org/changeset/129038>
WebKit Review Bot
Comment 8 2012-09-19 13:35:00 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.