Re: json api WIP patch - Mailing list pgsql-hackers

From Robert Haas
Subject Re: json api WIP patch
Date
Msg-id CA+TgmobH0G7EYsuCVGRzvmmXTCAXzhhiYheU3BS6kHfLAU0aXQ@mail.gmail.com
Whole thread Raw
In response to Re: json api WIP patch  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
On Mon, Jan 14, 2013 at 11:02 PM, Andrew Dunstan <andrew@dunslane.net> wrote:
> After a couple of iterations, some performance enhancements to the json
> parser and lexer have ended up with a net performance improvement over git
> tip. On our test rig, the json parse test runs at just over 13s per 10000
> parses on git tip and approx 12.55s per 10000 parses with the attached
> patch.
>
> Truth be told, I think the lexer changes have more than paid for the small
> cost of the switch to an RD parser. But since the result is a net
> performance win PLUS some enhanced functionality, I think we should be all
> good.

Yeah, that sounds great.  Thanks for putting in the effort.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: [sepgsql 1/3] add name qualified creation label
Next
From: Tom Lane
Date:
Subject: Re: Curious buildfarm failures (fwd)