Re: json api WIP patch

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: json api WIP patch
Date: 2013-01-16 15:28:49
Message-ID: CA+TgmobH0G7EYsuCVGRzvmmXTCAXzhhiYheU3BS6kHfLAU0aXQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Jan 14, 2013 at 11:02 PM, Andrew Dunstan <andrew(at)dunslane(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2013-01-16 15:37:05 Re: Curious buildfarm failures (fwd)
Previous Message Robert Haas 2013-01-16 15:26:00 Re: [sepgsql 1/3] add name qualified creation label