Re: n_distinct off by a factor of 1000 - Mailing list pgsql-general

From Klaudie Willis
Subject Re: n_distinct off by a factor of 1000
Date
Msg-id Rppkl60iUwpeM4puScNWQPo8DOnyI89wLuF9DoTavwcWAZjsx67a04nZtVoB9NHEvo6qhWYSIGRNZ5qw-POp6MTA_iNhFssqI51oOr8lZtE=@protonmail.com
Whole thread Raw
In response to Re: n_distinct off by a factor of 1000  (Michael Lewis <mlewis@entrata.com>)
Responses Re: n_distinct off by a factor of 1000  (Klaudie Willis <Klaudie.Willis@protonmail.com>)
List pgsql-general
On the topic of n_distinct.

I am not sure whether I am misinterpreting something, or if it is a bug (probably former) however, when using partitions, are not n_distinct_inherited supposed to propagate to the child partitions? It does not seem to do so. (Yes, I run Analyze after setting the variable)  I had to set the n_distinct separately on all partitions to get the desired planer behavior, but I thought that setting n_distinct_inherited was supposed to prevent manually setting the partitions.


K

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: error messages (autovaccum canceled and syntax errors) while loading a DUMP
Next
From: Klaudie Willis
Date:
Subject: Re: n_distinct off by a factor of 1000