Re: pgsql: Reduce running time of jsonb_sqljson test

2022-04-06 Thread Tom Lane
Andrew Dunstan writes: > The test created a 1m row table in order to test parallel operation of > JSON_VALUE. Egad. > However, this was more than were needed for the test, so > save time by halving it, and also by making the table unlogged. This seems like a rather inappropriate fix. I would s

pgsql: Reduce running time of jsonb_sqljson test

2022-04-06 Thread Andrew Dunstan
Reduce running time of jsonb_sqljson test The test created a 1m row table in order to test parallel operation of JSON_VALUE. However, this was more than were needed for the test, so save time by halving it, and also by making the table unlogged. Experimentation shows that this size is only a littl