From: | Laetitia Avrot <laetitia(dot)avrot(at)gmail(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Japin Li <japinli(at)hotmail(dot)com>, "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>, John Naylor <john(dot)naylor(at)enterprisedb(dot)com>, PostgreSQL mailing lists <pgsql-bugs(at)lists(dot)postgresql(dot)org> |
Subject: | Re: Statistics updates is delayed when using `commit and chain` |
Date: | 2022-08-01 08:13:36 |
Message-ID: | CAB_COdh=fbU+VeZjXqAPLOveb6Eif4iH+shRO+tmjqZv1QcfqA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
Hello,
Thank you for reviewing this patch. I won't have time to take into account
your comments before the end of this commit great but will try my best to
make it for the next one.
I'll change the patch status to "moved to next CF".
Have a nice day,
Lætitia
Le jeu. 28 juil. 2022, 23:26, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> a écrit :
> Laetitia Avrot <laetitia(dot)avrot(at)gmail(dot)com> writes:
> > [ v3-0001-update-table-stats-after-commit-and-chain.patch ]
>
> I took a quick look at this. If we're going to move the responsibility
> for pushing out stats to transaction commit, then I think what we want
> to do is put the call somewhere near the end of CommitTransaction.
> Maybe right after AtCommit_Notify, because that has the same spirit
> of sending out info about our having committed to other backends.
> (The pgstat_report_xact_timestamp call would need to be moved up to
> before that, I think, but that sure looks like it was inserted with
> the aid of a dartboard anyway. It certainly doesn't square with the
> immediately preceding comment about "purely internal" cleanup.)
> AbortTransaction and probably PrepareTransaction the same.
>
> Having done that, rather than adding more pgstat_report_stat calls
> we could get rid of most of them. I see a bunch of random calls right
> after various CommitTransactionCommand calls, which we'd not need anymore.
> We probably still want the one in PostgresMain, but it needs some
> rethinking, because we only want that one to do something when the timer
> fires saying that we've slept too long without sending stats.
>
> As for the NOTIFY business, I'm not impressed with putting duplicate
> boilerplate into half a dozen different places. I think the discussion
> in ref/notify.sgml covers this already, or if not, that's the one place
> to fix it. The place I actually thought could use more attention is the
> wire protocol spec in protocol.sgml. In any case, I'd rather see that
> as a separate patch, because it's unrelated.
>
> regards, tom lane
>
From | Date | Subject | |
---|---|---|---|
Next Message | Stanisław Skonieczny | 2022-08-01 09:06:24 | Re: BUG #17560: Planner can not find plan with lowest cost |
Previous Message | Michael Paquier | 2022-08-01 07:57:40 | Re: BUG #17563: exception " Segmentation fault" occured when i executed 'reindex index concurrently' in pg12.0 |