| From: | Julien Rouhaud <rjuju123(at)gmail(dot)com> |
|---|---|
| To: | Dhandapani Shanmugam <postgresql95(at)gmail(dot)com> |
| Cc: | pgsql-admin <pgsql-admin(at)postgresql(dot)org> |
| Subject: | Re: Historical Queries |
| Date: | 2019-07-19 18:42:06 |
| Message-ID: | CAOBaU_ZjhBW7tTDS8Jt=CmBHH2u817Z3xK6Mpy_QVK=V4OUE4g@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
Hello,
Le ven. 19 juil. 2019 à 20:15, Dhandapani Shanmugam <postgresql95(at)gmail(dot)com>
a écrit :
> Hi Pgsql-Admin experts,
>
> Sorry , if this question is already answered.
>
> In oracle we have *awr* report which gives historical queries stored in
> sysaux tablespace based on the retention defined. So i would like to know
> do we have any similar feature in postgreSQL?. If i am not wrong we use
> pg_stat_statement extension to get more details, but does it stores the
> historical queries in the database cluster? or do need to enable slow log
> queries and use pgbadger to get nice reports. Please advice and suggest.
>
the powa project aims to provide similar functionality. you can check the
doc at https://powa.readthedocs.io/en/latest/
there should be a link to a demo version, and a v4 with quite some
improvements is actually in beta
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Anthony E. Greene | 2019-07-19 23:40:44 | Re: How do I add/edit 'digit' property into PGAdmin4 ? |
| Previous Message | Dhandapani Shanmugam | 2019-07-19 18:14:55 | Historical Queries |