Re: Can we use Statistics Import and Export feature to perforamance testing? - Mailing list pgsql-hackers

From Corey Huinker
Subject Re: Can we use Statistics Import and Export feature to perforamance testing?
Date
Msg-id CADkLM=fGKmy71O3X97DZVH2DdZi3oPtmL2AYcsCZb=SGkv9Ymw@mail.gmail.com
Whole thread Raw
In response to Re: Can we use Statistics Import and Export feature to perforamance testing?  (David Rowley <dgrowleyml@gmail.com>)
List pgsql-hackers
You might be getting confused because the code does look at the
pg_class fields, but that's only to estimate the tuple density. When
pg_class has those estimates, they're used to calculate the estimated
density by doing reltuples / relpages, but that average rows per page


Thanks for the clarification.

pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: remove unnecessary explicit type conversion (to char) for appendStringInfoChar function calls
Next
From: Mahendra Singh Thalor
Date:
Subject: Re: remove unnecessary explicit type conversion (to char) for appendStringInfoChar function calls