From: | Scott Marlowe <smarlowe(at)g2switchworks(dot)com> |
---|---|
To: | Troyston Campano <troygeekdatabase(at)gmail(dot)com> |
Cc: | pgsql-admin(at)postgresql(dot)org, pgsql-general(at)postgresql(dot)org |
Subject: | Re: [GENERAL] Oracle and Postgresql Play Nice Together on Same |
Date: | 2005-01-20 16:30:48 |
Message-ID: | 1106238648.16640.13.camel@state.g2switchworks.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin pgsql-general |
On Wed, 2005-01-19 at 23:03, Troyston Campano wrote:
> Hello,
>
> I am an Oracle DBA and I want do a Postgresql ‘proof of concept’ at
> the large corporation where I work to test the benefits of using
> Postgresql in our environment. I want to install Postgresql onto a
> “production” server that currently runs Oracle. Are there any problems
> with running Postgresql and Oracle on the same machine? I mean, I’ve
> heard that the way Sybase and DB2 UDB are architected to handle memory
> hurts Sybase when DB2 UDB is installed on the same machine as the
> Sybase Server (something about UDB eating up all the memory and not
> giving it back to Sybase).
>
>
>
> Are there any issues running Postgresql and Oracle on the same
> machine…anything special to know about memory, disk layout, and things
> like that? I just want to make sure the two engines play together on
> this same server. I had a hard time finding information about this via
> google.
The only issue you're likely to face is the one you've already
mentioned, that Oracle may be configured to use most of the memory on
the machine, and PostgreSQL, in general, relies on the OS to do the
caching for it. Since there might not be much free / cache memory on the
machine, PostgreSQL may run a bit slower than it would were it the only
thing on the machine.
However, you can always do a benchmark with Oracle running, then shut
down oracle for a few minutes and see if PostgreSQL runs any faster with
the extra memory being used by the OS to cache the dataset.
From | Date | Subject | |
---|---|---|---|
Next Message | Scott Marlowe | 2005-01-20 16:39:29 | Re: [GENERAL] Oracle and Postgresql Play Nice Together on |
Previous Message | Alex Turner | 2005-01-20 16:23:00 | Re: [GENERAL] Re: Oracle and Postgresql Play Nice Together on Same Computer |
From | Date | Subject | |
---|---|---|---|
Next Message | Marty Scholes | 2005-01-20 16:34:34 | Re: Oracle and Postgresql Play Nice Together on Same Computer? |
Previous Message | Scott Marlowe | 2005-01-20 16:27:35 | Re: Unique Index |