Something I've noticed frequently is that HashAggregate will, especially if the children are Append with one of the nodesa non-seqscan, estimate 200 rows rather than a calculated vlaue. Where is that value coming from? The statistics target,a hardwired constant, or something else? -- -- Christophe Pettus xof@thebuild.com
On 4 June 2016 at 14:10, Christophe Pettus <xof@thebuild.com> wrote: > Something I've noticed frequently is that HashAggregate will, especially if the children are Append with one of the nodesa non-seqscan, estimate 200 rows rather than a calculated vlaue. Where is that value coming from? The statistics target,a hardwired constant, or something else? Most likely from DEFAULT_NUM_DISTINCT in selfuncs.h. This is the fallback, when nothing else can be used. -- David Rowley http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training & Services
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера