Profiling tool for postgresql queries

From: Debajyoti Datta <debajyoti(dot)datta(at)unb(dot)ca>
To: "pgsql-performance(at)postgresql(dot)org" <pgsql-performance(at)postgresql(dot)org>
Subject: Profiling tool for postgresql queries
Date: 2020-10-24 22:33:08
Message-ID: YTBPR01MB36483214DFFD0C21DFB0A089861B0@YTBPR01MB3648.CANPRD01.PROD.OUTLOOK.COM
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Good Morning,

We are a team of Graduate students work at the IBM Runtime Labs at University of New Brunswick. We are working on development of a query compiler for postgresql. We are already done with tuple deformation but we are not able to get the expected speedup compared to the one without jitting. We are looking at the IR for any scope of optimization, but at the same time we are profiling the queires.

I would like to have your views if perf the best suitable tool for profiling the queries in postgresql or do we have any other tool or shared libraries that share statistics about all the backend functions which we could utilize.

Please share your thoughts.

Have a good day:)
Debajyoti

Browse pgsql-performance by date

  From Date Subject
Next Message Ehrenreich, Sigrid 2020-10-26 15:58:05 Postgres Optimizer ignores information about foreign key relationship, severly misestimating number of returned rows in join
Previous Message Mats Olsen 2020-10-23 12:16:35 Re: Query Performance / Planner estimate off