[Webkit-unassigned] [Bug 96033] New: IndexedDB: IDBObjectStore.count() is slow

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 6 15:47:52 PDT 2012


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

           Summary: IndexedDB: IDBObjectStore.count() is slow
           Product: WebKit
           Version: 523.x (Safari 3)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jsbell at chromium.org


Over in http://crbug.com/146595 it is reported that IDBObjectStore.count() is slow; the original reporter claims exponential slowdowns, but I can't repro that.

Code inspection does show a lot of extraneous work being done which could be optimized, even a full iteration is still required.

-- 
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