From: | Josh Berkus <josh(at)agliodbs(dot)com> |
---|---|
To: | Rhaoni Chiu Pereira <rhaoni(at)sistemica(dot)info> |
Cc: | pgsql-performance(at)postgresql(dot)org |
Subject: | Re: Low Insert/Update Performance |
Date: | 2003-10-22 16:58:28 |
Message-ID: | 200310220958.28201.josh@agliodbs.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin pgsql-performance |
Rhaoni,
> First of all , thank's for your atention and fast answer. The system
> really bogs down when I'm doing a whole series of these updates.
That would be consistent with a single-disk problem.
> Take a
> look at my postgresql.conf I'm afraid of putting some parameters wrong (
> too high or too low ). And sorry if it sounds stupid but how can I move the
> transaction log to this second disk ?
1) Install the 2nd disk.
2) With PostgreSQL shut down, copy the PGDATA/pg_xlog directory to the 2nd
disk.
3) delete the old pg_xlog directory
4) Symlink or Mount the new pg_xlog directory under PGDATA as PGDATA/pg_xlog.
5) Restart Postgres.
What I am interested in is your original assertion that this ran faster on
Oracle. Was Oracle installed on this particular machine, or a different
one?
--
Josh Berkus
Aglio Database Solutions
San Francisco
From | Date | Subject | |
---|---|---|---|
Next Message | David Wagoner | 2003-10-22 17:27:58 | Re: Need PGSQL ODBC Driver for Solaris |
Previous Message | Josh Berkus | 2003-10-22 16:27:49 | Re: Low Insert/Update Performance |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2003-10-22 17:02:56 | Re: poor cpu utilization on dual cpu box |
Previous Message | scott.marlowe | 2003-10-22 16:36:10 | Re: Processors vs Memory |