Re: regression in PG 15.1

Поиск
Список
Период
Сортировка
Искать
От
Scott Ribe
Тема
Re: regression in PG 15.1
Дата
Msg-id
B6025887-D73F-4B5B-9925-4DA4B675F7E5@elevated-dev.com
Ответ на
Список
Дерево обсуждения
regression in PG 15.1 Scott Ribe <scott_ribe@elevated-dev.com>
Re: regression in PG 15.1 Scott Ribe <scott_ribe@elevated-dev.com>
Re: regression in PG 15.1 Tom Lane <tgl@sss.pgh.pa.us>
Re: regression in PG 15.1 Scott Ribe <scott_ribe@elevated-dev.com>
Re: regression in PG 15.1 Tom Lane <tgl@sss.pgh.pa.us>
Re: regression in PG 15.1 Scott Ribe <scott_ribe@elevated-dev.com>
Re: regression in PG 15.1 Scott Ribe <scott_ribe@elevated-dev.com>
Re: regression in PG 15.1 "David G. Johnston" <david.g.johnston@gmail.com>
OK, this is not a regression, but a combination of things:

- in 14, it is searching all partitions, but is fast enough that I never noticed (log_min_duration is 1s)
- in 15, at first try it took 30s for JIT, oops
- with that turned off, performance was still really bad
- statistics were not properly updated after the upgrade to 15
  - and a big jump was made in a monotonically increasing serial being searched on
- instead of 142 index scans, 141 returning 0, and 1 returning a few rows, we got 142 seq scans
- problem fixed itself while I was still figuring it all out, because of normal vacuum thresholds

В списке pgsql-admin по дате отправления
От: Gary Kelley
Дата:
Сообщение: email
FAQ