[Webkit-unassigned] [Bug 164974] New: IndexedDB 2.0: Cache and reuse SQLiteStatements in the SQLite backend

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 18 17:23:19 PST 2016


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

            Bug ID: 164974
           Summary: IndexedDB 2.0: Cache and reuse SQLiteStatements in the
                    SQLite backend
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: beidson at apple.com

IndexedDB 2.0: Cache and reuse SQLiteStatements in the SQLite backend

sqlite_prepare_v2 is so hot that it's showing up at 15-20% on profiles of *one* specific test I'm working with.

Yikes!

Caching and re-using statements is an obvious win.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161119/62bd0b63/attachment.html>


More information about the webkit-unassigned mailing list