| От | Alexander Lakhin |
|---|---|
| Тема | Re: To what extent should tests rely on VACUUM ANALYZE? |
| Дата | |
| Msg-id | 7ab316cf-27a0-12f0-35f0-8f1277df2783@gmail.com обсуждение |
| Ответ на | Re: To what extent should tests rely on VACUUM ANALYZE? (Tom Lane <tgl@sss.pgh.pa.us>) |
| Ответы |
Re: To what extent should tests rely on VACUUM ANALYZE?
|
| Список | pgsql-hackers |
Hello Tom, 29.03.2024 16:51, Tom Lane wrote: > Alexander Lakhin <exclusion@gmail.com> writes: >> I think that deviation can be explained by the fact that cost_index() takes >> baserel->allvisfrac (derived from pg_class.relallvisible) into account for >> the index-only-scan case, and I see the following difference when a test >> run fails: >> relname | relpages | reltuples | relallvisible | indisvalid | autovacuum_count | autoanalyze_count >> ----------------------+----------+-----------+---------------+------------+------------------+------------------- >> - tenk1 | 345 | 10000 | 345 | | 0 | 0 >> + tenk1 | 345 | 10000 | 305 | | 0 | 0 > Ouch. So what's triggering that? The intention of test_setup > surely is to provide a uniform starting point. Thanks for your attention to the issue! Please try the attached... Best regards, Alexander
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера