Re: Parser Cruft in gram.y
Andres Freund <andres@2ndquadrant.com>
From: Andres Freund <andres@2ndquadrant.com>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Simon Riggs <simon@2ndquadrant.com>, Dimitri Fontaine <dimitri@2ndquadrant.fr>, Tom Lane <tgl@sss.pgh.pa.us>, Kevin Grittner <kgrittn@mail.com>, pgsql-hackers@postgresql.org
Date: 2012-12-20T15:35:56Z
Lists: pgsql-hackers
Attachments
- separate-args-from-scankeydata.patch (text/x-patch) patch
On 2012-12-20 16:04:49 +0100, Andres Freund wrote: > On 2012-12-20 15:51:37 +0100, Andres Freund wrote: > When doing a source/assembly annotation in SearchCatCache about half of > the misses are attributed to the memcpy() directly at the beginning. Using a separate array for storing the arguments instead of copying & modifying cache->cc_skey yields a 2% speedup in pgbench -S for me... The attached patch is clearly not ready and I don't really have time & energy to pursue it right now, but it seems interesting enough to post. The approach seems solid and sensible although the implementation is not (too much c&p, no comments). Greetings, Andres Freund -- Andres Freund http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services