<div dir="ltr">vacuumdb 15.3<div>database instance: 9.6.24</div><div><br></div><div>I manually analyzed 71 tables this morning at 10:42.  (All those with "rp20_y2021" in the relname.)</div><div><br></div><div>Three of the 71 tables were not analyzed.  Why would that be?</div><div><br></div><div>(Five were not vacuumed, but I accept that some other process might have blocked them.)</div><div><br><div><font face="monospace">vacuumdb -U postgres -h $DbServer --analyze -j6 -t ... -t cds.cdstransaction_rp20_y2021 -t ...<br><br>TAPb=# select schemaname||'.'||relname as table_name<br>            , last_vacuum<br>            , last_analyze<br>from pg_stat_user_tables<br>where schemaname||'.'||relname in ('cds.cdstransaction_rp20_y2021'<br>                                 , 'css.image_annotation_rp20_y2021'<br>                                 , 'tms.document_rp20_y2021')<br>order by 1;<br>           table_name            |          last_vacuum          |         last_analyze          <br>---------------------------------+-------------------------------+-------------------------------<br> cds.cdstransaction_rp20_y2021   | 2023-12-13 10:42:09.683143-05 | 2023-11-17 04:11:08.761861-05<br> css.image_annotation_rp20_y2021 | 2023-09-25 20:00:07.831722-04 | 2023-09-25 20:00:07.831793-04<br> tms.document_rp20_y2021         | 2023-12-13 10:42:03.079969-05 | 2023-11-17 04:11:56.583881-05<br>(3 rows)<br></font></div><div><br></div></div></div>