Re: [PERFORM] anti-join with small table via text/varchar cannotestimate rows correctly

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: [PERFORM] anti-join with small table via text/varchar cannotestimate rows correctly
Дата
Msg-id CAKFQuwaK=HhqMRL-C8no7YT5ASFJJwe+CVgPrer3V52ih3Z-xw@mail.gmail.com
обсуждение исходный текст
Ответ на [PERFORM] anti-join with small table via text/varchar cannot estimate rowscorrectly  (Stefan Andreatta <s.andreatta@synedra.com>)
Ответы Re: [PERFORM] anti-join with small table via text/varchar cannotestimate rows correctly
Список pgsql-performance
On Wed, Mar 1, 2017 at 3:00 PM, Stefan Andreatta <s.andreatta@synedra.com> wrote:
plain analyze     select tmp_san_1.id     from tmp_san_1       left join tmp_san_2 on tmp_san_1.text = tmp_san_2.text     where tmp_san_2.id is null;
​Does it help if you check for "tmp_san_2.text is null"?

David J.

В списке pgsql-performance по дате отправления:

Предыдущее
От: Stefan Andreatta
Дата:
Сообщение: [PERFORM] anti-join with small table via text/varchar cannot estimate rowscorrectly
Следующее
От: Jeff Janes
Дата:
Сообщение: Re: [PERFORM] anti-join with small table via text/varchar cannotestimate rows correctly