From: | Sbob <sbob(at)quadratum-braccas(dot)com> |
---|---|
To: | "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com> |
Cc: | pgsql-admin(at)lists(dot)postgresql(dot)org |
Subject: | Re: plprofiler report question |
Date: | 2025-06-25 21:50:59 |
Message-ID: | 2c2f6916-a3e2-44c2-9f0a-d4dbaf01468b@quadratum-braccas.com |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Thanks!
On 6/25/25 3:20 PM, David G. Johnston wrote:
> On Wed, Jun 25, 2025 at 2:08 PM Sbob <sbob(at)quadratum-braccas(dot)com> wrote:
>
> Sorry if this is off topic. I have setup plprofiler and generated
> a test
> report. The times are all shown as :
>
> self_time = 894 µs
> total_time = 894 µs
>
>
> not sure what the µs is, is this supposed to be milliseconds?
>
>
> ms is milliseconds 1e-3 seconds
> µs or us is microseconds 1e-6 seconds
> ns is nanoseconds 1e-9 seconds
>
> David J.
>
From | Date | Subject | |
---|---|---|---|
Next Message | Motog Plus | 2025-06-26 05:11:09 | Re: Guidance Needed: Scaling PostgreSQL for 12 TB Data Growth - New Feature Implementation |
Previous Message | David G. Johnston | 2025-06-25 21:20:28 | Re: plprofiler report question |