Re: SQL/JSON: JSON_TABLE - Mailing list pgsql-hackers

From Andres Freund
Subject Re: SQL/JSON: JSON_TABLE
Date
Msg-id 20220406022118.3ocqvhxr6kciw5am@alap3.anarazel.de
Whole thread Raw
In response to Re: SQL/JSON: JSON_TABLE  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: SQL/JSON: JSON_TABLE  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: SQL/JSON: JSON_TABLE  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
Hi,

On 2022-03-27 16:53:57 -0400, Andrew Dunstan wrote:
> I'm therefore going to commit this series

The new jsonb_sqljson test is, on my machine, the slowest test in the main
regression tests:

4639 ms jsonb_sqljson
2401 ms btree_index
2166 ms stats_ext
2027 ms alter_table
1616 ms triggers
1498 ms brin
1489 ms join_hash
1367 ms foreign_key
1345 ms tuplesort
1202 ms plpgsql

Any chance the slowness isn't required slowness?

Greetings,

Andres Freund



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: psql - add SHOW_ALL_RESULTS option - pg_regress output
Next
From: Andres Freund
Date:
Subject: Re: [PATCH] pg_stat_toast