Re: Using PostgreSQL and MIcrosoft SQLServer on the same server

From: "Benjamin Krajmalnik" <kraj(at)illumen(dot)com>
To: <rodrigo(dot)sakai(at)zanthus(dot)com(dot)br>, Érica J(dot) B(dot) Viana Cruz <ericaviana(at)gmail(dot)com>, <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Using PostgreSQL and MIcrosoft SQLServer on the same server
Date: 2006-06-26 20:44:25
Message-ID: BF337097BDD9D849A2F4B818DDB279870293A0@stash.stackdump.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

In addition to what Rodrigo said so eloquently in Portuguese (no fallu prtugues! <vbg>), the only issue you will experience is a performance hit.

It is not a good idea to have 2 separate database servers running on the same set of drive spindles. I usually deploy them in different servers. That way, the MS SQL Servr has priority access to the resources on the SQL Server box,, and the PostgreSQL on the PostgreSQL box. The other thing to take into account is that SQL Server needs lots of memory to operate, whereas from my experience PostgreSQL is a lot better with resources. Depending on the amount of memory on the box, PostgreSQl may not have enough left for it by SQL Server to run effectively.

________________________________

From: pgsql-admin-owner(at)postgresql(dot)org [mailto:pgsql-admin-owner(at)postgresql(dot)org] On Behalf Of Rodrigo Sakai
Sent: Monday, June 26, 2006 2:25 PM
To: 'Érica J. B. Viana Cruz'; pgsql-admin(at)postgresql(dot)org
Subject: RES: [ADMIN] Using PostgreSQL and MIcrosoft SQLServer on the same server

Cara amiga brasileira! Como já respondido pelo Magnus, não tem absolutamente nenhum problema! Mas veja que se for um ambiente em produção isso pode gerar problemas futuros em relação ao desempenho!

Abraços!

________________________________

De: pgsql-admin-owner(at)postgresql(dot)org [mailto:pgsql-admin-owner(at)postgresql(dot)org] Em nome de Érica J. B. Viana Cruz
Enviada em: segunda-feira, 26 de junho de 2006 10:19
Para: pgsql-admin(at)postgresql(dot)org
Assunto: [ADMIN] Using PostgreSQL and MIcrosoft SQLServer on the same server

Dear colleagues,

Good morning and greetings from Brazil!!

May anyone help me with a question...

I'm working on a project and we are supposed to use Microsoft SQLServer and PostgreSQL on the same server. There was any problem or risk on this? Anyone has worked on the same situation?

I searched on the web and on documentation and I could not find out comments about it.

Any help will be appreciated :)

Thanks in advance,
--
Érica J. B. Viana Cruz
ericaviana(at)gmail(dot)com

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Carlos H. Reimer 2006-06-26 20:48:11 RES: Hiding table structure information
Previous Message Chris Hoover 2006-06-26 20:38:23 8.1.3 - autovacuum question