Re: Postgresql and uPortal

From: Grega Bremec <gregab(at)p0f(dot)net>
To: "Given, Robert A" <bgiven(at)bu(dot)edu>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Postgresql and uPortal
Date: 2006-03-03 13:31:32
Message-ID: 44084534.7070106@p0f.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160

Given, Robert A wrote:
| We are beginning to implement uPortal on Postgresql 7.4.8 on a
| z/Linux server. We are interested in obtaining information pertaining
| to any modification of the configuration parameters as distributed
| with the DBMS.
|
| Can anyone provide details on changes made such as:
|
| - adjustments in physical space allocation

What kind of storage are you using? Dedicated DASD or MDISKs, or perhaps
even SCSI? You may be able to achieve results ranging wildly on either
side of the scale, depending on your workload and storage scheme
deployed. Also, what kind of platform? LPAR or z/VM?

| - adjustments in virtual space allocation
| - shared buffers, cache sizes etc.
| - changes in database management parms

You will need to get a very good idea of what your average (database)
working set size is, because you're dealing with several layers of
indirection (IOCP cache, z/VM cache /if any/, z/Linux operating system
cache, page access frequencies) and it is extremely difficult to shoot
wild ducks and actually hit any in such an environment.

In general though, if you have a lot of guests on your machine, the rule
of thumb is, keep storage low, just a tiiiny bit higher than needed to
have the guest machine start paging, or even allow some (smaller) system
areas to be paged out, if it turns out they are seldomly used.

As for z/Linux parameters, PostgreSQL will ideally need page cache the
size of your working set.

| - changes in other system parms

Please specify more specific details on your current system environment.
You have not really given enough information to give any directly
related hints.

Regards,
- --
~ Grega Bremec
~ gregab at p0f dot net
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFECEU0fu4IwuB3+XoRAziMAJ48Q2IAg/gsPUBFrvrg960//q8SqgCfdtc3
CAtgJfPZQe5ICR7/6qHL8jY=
=I3Kd
-----END PGP SIGNATURE-----

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Olivier Boissard 2006-03-03 15:05:50 Re: call an external script from pgsql
Previous Message Mario Splivalo 2006-03-03 11:19:40 SELECT statements in log files