Re: PG under OpenVZ?

From: Jasen Betts <jasen(at)xnet(dot)co(dot)nz>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: PG under OpenVZ?
Date: 2012-11-21 07:55:01
Message-ID: k8i1cl$vo7$1@reversiblemaps.ath.cx
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 2012-11-13, François Beausoleil <francois(at)teksol(dot)info> wrote:
> Hi!
>
> I've found an old thread on OpenVZ:
>
> (2008): http://archives.postgresql.org/pgsql-performance/2008-03/msg00076.php
>
> And a more recent question that scared me a bit:
>
> (2011): http://serverfault.com/questions/281783/running-mongodb-with-openvz
>
> On the PostgreSQL general mailing list, I've only found 54 results when searching for OpenVZ. I'm wondering if OpenVZ is simply unpopular, or not used at all for PG. What experiences do you have with OpenVZ? Any performance problems?
>
> We're buying bare metal to run our clusters on, and the supplier is late delivering the machines. They suggested lending us a machine and run PostgreSQL under OpenVZ. When the real hardware is ready, we'd migrate the VZ over to the new physical servers. Thoughts on this?
>
> I have no experience with OpenVZ itself, so if you have general
> comments about it's stability and/or performance, even unrelated to
> PostgreSQL, I'd appreciate.

We run several database clusters under openvz. I have nothing to report.

openvz is pseudo-virtualisation. All the processes run under the
host kernal and appear in the proc-table, and use the host systems
filesystem and device drivers. they just see different filesystems
and resource limits according to their vz.

this basically means running the clusters under openvz is not
radically different from running them all on the host system

--
⚂⚃ 100% natural

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Frank Lanitz 2012-11-21 08:12:30 Re: PG under OpenVZ?
Previous Message Jasen Betts 2012-11-21 07:22:16 Re: Aggeregate funtion calculating the average value of each same index of an array column in a table