Re: Collecting statistics about contents of JSONB columns - Mailing list pgsql-hackers

From Tomas Vondra
Subject Re: Collecting statistics about contents of JSONB columns
Date
Msg-id 58afb242-183b-226b-d8ba-f83374fd2bb5@enterprisedb.com
Whole thread Raw
In response to Re: Collecting statistics about contents of JSONB columns  (Tomas Vondra <tomas.vondra@enterprisedb.com>)
Responses Re: Collecting statistics about contents of JSONB columns  (Mahendra Singh Thalor <mahi6run@gmail.com>)
List pgsql-hackers

On 2/4/22 03:47, Tomas Vondra wrote:
> ./json-generate.py 30000 2 8 1000 6 1000

Sorry, this should be (different order of parameters):

./json-generate.py 30000 2 1000 8 6 1000


regards

-- 
Tomas Vondra
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: Collecting statistics about contents of JSONB columns
Next
From: David Rowley
Date:
Subject: Re: Windows crash / abort handling