Re: Improvements to PostgreSQL

From: Justin Clift <jc(at)telstra(dot)net>
To: Patrick Welche <prlw1(at)newn(dot)cam(dot)ac(dot)uk>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Improvements to PostgreSQL
Date: 2004-07-27 00:58:09
Message-ID: 4105A8A1.9080105@telstra.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Patrick Welche wrote:
<snip>
> Is there more to "remote control" than setting GUC variables? Tell me more!

Sure:

+ starting/restarting/stopping the database server software
+ the normal DBA type work - creating/altering/dropping databases,
users, functions, languages, permissions (etc)
+ Remote backup and recovery
+ Submitting jobs to run remotely on the server. i.e. reindexing or
vacuuming scripts

Remote Monitoring:
+ Alerts for specified events. i.e. The database server is getting
near to capacity in it's filesystem(s), or there have been too many
invalid PG authorisation attempts, or there are connections getting
rejected because the max_connections parameter isn't high enough

Groups
+ Defining arbitrary groups of servers for the above to speed things
up when working with many servers

Roles
+ Having multiple administrators with different permissions (role
based is generally good), all communicating through the centralised info
repository so things don't get out of sync

(possibly)
+ loading additional PG packages. i.e. rolling out "oid2name" or
"pgbench" (or other PG utils) to servers. Could be viewed as something
that should be done with the OS packaging mechanism(s) instead.

Any of the PG GUI's (I generally use pgAdmin) could likely be extended
to do all of this in a nice, user friendly way.

As an aside, SNMP is important in enterprise settings as it allows PG to
be plugged into the monitoring capabilities of enterprise management
frameworks. i.e. Concord's eHealth, and probably Tivoli, OpenView, etc

Hope that's useful.

Regards and best wishes,

Justin Clift

> Cheers,
>
> Patrick

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Rod Taylor 2004-07-27 02:03:03 Re: cvsweb upgraded
Previous Message Alvaro Herrera 2004-07-27 00:57:58 Re: cvsweb upgraded