Discussion:
Question about access to db server
(too old to reply)
T.T Le
2012-12-08 18:01:06 UTC
Permalink
Hello,

We are running PostgresPlus 8.4AS on a linux system. I don't need to edit
the config files or to restart the clusters (the DBA will do that for us).
I only need access to help troubleshoot performance issues with the
databases.
My question is: would pgAdmin be sufficient for what i need to do? From
what I understand, i can check the status of the database, view the
postgresql logs, the postgresql.conf and pg_hba.conf.

I appreciate your input for my question.

TIA.
Walter Hurry
2012-12-08 20:03:56 UTC
Permalink
Post by T.T Le
Hello,
We are running PostgresPlus 8.4AS on a linux system. I don't need to
edit the config files or to restart the clusters (the DBA will do that
for us).
I only need access to help troubleshoot performance issues with the
databases.
My question is: would pgAdmin be sufficient for what i need to do? From
what I understand, i can check the status of the database, view the
postgresql logs, the postgresql.conf and pg_hba.conf.
The DBA should do that job.
--
Sent via pgsql-admin mailing list (pgsql-***@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin
Cliff Pratt
2012-12-08 22:17:35 UTC
Permalink
Post by T.T Le
Hello,
We are running PostgresPlus 8.4AS on a linux system. I don't need to edit
the config files or to restart the clusters (the DBA will do that for us). I
only need access to help troubleshoot performance issues with the databases.
My question is: would pgAdmin be sufficient for what i need to do? From what
I understand, i can check the status of the database, view the postgresql
logs, the postgresql.conf and pg_hba.conf.
I appreciate your input for my question.
TIA.
I didn't know what PostgresPlus was so I looked it up. Firstly it has
tools for tuning PostgreSQL and secondly, it is a tools package for
the Enterprise version of PostgreSQL, so presumably you can get the
support that you presumably paid for.

Cheers,

Cliff
--
Sent via pgsql-admin mailing list (pgsql-***@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin
Mark Mayo
2012-12-09 00:19:37 UTC
Permalink
Good Evening,

Before tuning the hardware settings I usually execute an EXPLAIN to see the
execution path Postgres uses. A good start to understanding the EXPLAIN
functionality is here http://wiki.postgresql.org/wiki/Using_EXPLAIN .
Since you're using pgAdmin this is a better tutorial
http://www.postgresonline.com/journal/index.php?/archives/27-Reading-PgAdmin-Graphical-Explain-Plans.html.
Sometimes using an join instead of a subselect or indexing greatly
improves a query even before trying to optimize the default postgres
settings.

Thanks
-Mark
Post by T.T Le
Post by T.T Le
Hello,
We are running PostgresPlus 8.4AS on a linux system. I don't need to edit
the config files or to restart the clusters (the DBA will do that for
us). I
Post by T.T Le
only need access to help troubleshoot performance issues with the
databases.
Post by T.T Le
My question is: would pgAdmin be sufficient for what i need to do? From
what
Post by T.T Le
I understand, i can check the status of the database, view the postgresql
logs, the postgresql.conf and pg_hba.conf.
I appreciate your input for my question.
TIA.
I didn't know what PostgresPlus was so I looked it up. Firstly it has
tools for tuning PostgreSQL and secondly, it is a tools package for
the Enterprise version of PostgreSQL, so presumably you can get the
support that you presumably paid for.
Cheers,
Cliff
--
http://www.postgresql.org/mailpref/pgsql-admin
Loading...