[Webkit-unassigned] [Bug 85224] New: IndexedDB: stale index entries may not be removed in some cases

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 30 13:01:27 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=85224

           Summary: IndexedDB: stale index entries may not be removed in
                    some cases
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dstockwell at chromium.org
                CC: dgrogan at chromium.org, jsbell at chromium.org,
                    alecflett at chromium.org


Stale entries in indexes are removed on iteration when a version mismatch is detected. However, this currently only happens when versions are different (when an entry is overwitten). If the key is removed from the object store, the index entry will not be removed on iteration. Over time this causes a significant degradation in index performance.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list