[Webkit-unassigned] [Bug 201465] New: IndexedDB: use SQL COUNT statement for count operation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 4 11:51:12 PDT 2019


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

            Bug ID: 201465
           Summary: IndexedDB: use SQL COUNT statement for count operation
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sihui_liu at apple.com

Currently we do count by moving objectStore/index iterator from begin to end and counting the steps, which is slower than using SQL COUNT statement.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190904/7801c850/attachment.html>


More information about the webkit-unassigned mailing list