BUG #16136: Bug with cost calculation and JIT application

Поиск
Список
Период
Сортировка
От PG Bug reporting form
Тема BUG #16136: Bug with cost calculation and JIT application
Дата
Msg-id 16136-34535de58a0ff493@postgresql.org
обсуждение исходный текст
Ответы Re: BUG #16136: Bug with cost calculation and JIT application  (Tomas Vondra <tomas.vondra@2ndquadrant.com>)
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      16136
Logged by:          Александр Филиппенко
Email address:      alexfilus@gmail.com
PostgreSQL version: 12.1
Operating system:   Ubuntu 18.04
Description:

I had very strange behaviour of optimizator.
https://explain.depesz.com/s/GcHL
https://explain.depesz.com/s/sTyG
Both explains are for same query and same data set, but in second case I
turn off JIT. I guess it's because of wrong cost calculation like this
Nested Loop  (cost=463.86..5575122.76 rows=652 width=74) (actual
time=9.685..67.713 rows=18 loops=1)


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

Предыдущее
От: PG Bug reporting form
Дата:
Сообщение: BUG #16135: `pgadmin4-web` package fails to update due to missing `pgadmin4-python3-flask-compress`
Следующее
От: Tomas Vondra
Дата:
Сообщение: Re: BUG #16136: Bug with cost calculation and JIT application