Re: Number of internal operations for a single DML/DDL

From: Nikhil Shetty <nikhil(dot)dba04(at)gmail(dot)com>
To: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
Cc: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Number of internal operations for a single DML/DDL
Date: 2021-03-18 06:19:30
Message-ID: CAFpL5VwrHnT1cbSHhnRf5EMYuvojNcOimy4Xa_AJ_b4AOHTd2A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi David,

Thanks for your input.

We got this requirement from one of our clients as they were able to derive
a count of internal operations for their oracle databases and they wanted
to know how it can be done for Postgres. It is basically to check the I/O
that happens at the backend for each DML/DDL. We did know that it is very
tough to get the exact or at least an estimated count and so requested help
from the community.

Thanks and Regards,
Nikhil

On Thu, Mar 18, 2021 at 11:39 AM David G. Johnston <
david(dot)g(dot)johnston(at)gmail(dot)com> wrote:

>
> On Wednesday, March 17, 2021, Nikhil Shetty <nikhil(dot)dba04(at)gmail(dot)com>
> wrote:
>>
>> I wanted to know how many internal operations postgres performs for a
>> single DML or DDL statement.
>>
>
> Why?
>
>
>>
>> Apart from these what all operations does postgres do internally, I
>> wanted an average estimated count as I know it would be difficult to get
>> the details for each of the DML/DDL statements
>>
>
> Frankly, that number doesn’t exist; the nature of the input and the state
> of the system directly impacts what any individual command does internally
> and so one cannot derive a count, or even an understanding of what happens,
> without knowledge of those two things. Which brings us again to “why?”.
>
> David J.
>
>

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message ram pratap maurya 2021-03-19 07:12:28 RHEL OS upgrade from 6.7 (Current version) to 8 version for Postgresql database
Previous Message David G. Johnston 2021-03-18 06:09:22 Re: Number of internal operations for a single DML/DDL