Re: test_json_parser/002_inline is kind of slow

From: Jacob Champion <jacob(dot)champion(at)enterprisedb(dot)com>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Andrew Dunstan <andrew(at)dunslane(dot)net>, Andres Freund <andres(at)anarazel(dot)de>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: test_json_parser/002_inline is kind of slow
Date: 2025-09-29 15:24:39
Message-ID: CAOYmi+kLJH_oC9N-cVg_TOw5YSVxKm4Y_r1n3s+GFiATRi3PGQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Sep 29, 2025 at 8:11 AM Robert Haas <robertmhaas(at)gmail(dot)com> wrote:
> I don't have a clear explanation for that slowness either, but the
> patch cuts down the runtime by 89% on my machine.

Nice! I'll clean this up, and put a rewrite on the back burner for
now. Thanks everyone for the testing, and thanks Andres for the idea!

--Jacob

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message vignesh C 2025-09-29 15:30:14 Re: Skipping schema changes in publication
Previous Message Robert Haas 2025-09-29 15:15:31 Re: pg_waldump: support decoding of WAL inside tarfile