Re: [GENERAL] PostgreSQL with ZFS on Linux

2014-01-17 Thread Sébastien Lorion
On Fri, Jan 17, 2014 at 2:29 AM, Chris Travers wrote: > > > On Thu, Jan 16, 2014 at 11:14 PM, Sébastien Lorion < > s...@thestrangefactory.com> wrote: > >> On Thu, Jan 16, 2014 at 4:42 PM, Clemens Eisserer >> wrote: >> >>> Hi, >>> >>> > If you really want ZFS, I would highly recommend looking into

Re: [GENERAL] PostgreSQL with ZFS on Linux

2014-01-16 Thread Chris Travers
On Thu, Jan 16, 2014 at 11:14 PM, Sébastien Lorion wrote: > On Thu, Jan 16, 2014 at 4:42 PM, Clemens Eisserer wrote: > >> Hi, >> >> > If you really want ZFS, I would highly recommend looking into >> > FreeBSD (Postgresql works great on it) or if you want to stick with >> Linux, >> > look into mda

Re: [GENERAL] PostgreSQL with ZFS on Linux

2014-01-16 Thread Sébastien Lorion
On Thu, Jan 16, 2014 at 4:42 PM, Clemens Eisserer wrote: > Hi, > > > If you really want ZFS, I would highly recommend looking into > > FreeBSD (Postgresql works great on it) or if you want to stick with > Linux, > > look into mdadm with LVM or some other filesystem solution. > > If you want to use

Re: [GENERAL] PostgreSQL with ZFS on Linux

2014-01-16 Thread Sébastien Lorion
On Thu, Jan 16, 2014 at 6:34 AM, Alban Hertroys wrote: > On 16 January 2014 12:09, Achilleas Mantzios > wrote: > > http://www.unix-experience.fr/2013/2451/ > > > > FreeBSD is also a very mature platform for ZFS/postgresql. > > More mature than on Linux even, as far as I know. If I had to choose

Re: [GENERAL] PostgreSQL with ZFS on Linux

2014-01-16 Thread Sébastien Lorion
On Thu, Jan 16, 2014 at 6:09 AM, Achilleas Mantzios < ach...@matrix.gatewaynet.com> wrote: > http://www.unix-experience.fr/2013/2451/ > > FreeBSD is also a very mature platform for ZFS/postgresql. > It is more mature than Linux for sure, but still not up to par with Solaris for some features. Se

Re: [GENERAL] PostgreSQL with ZFS on Linux

2014-01-16 Thread Clemens Eisserer
Hi, > If you really want ZFS, I would highly recommend looking into > FreeBSD (Postgresql works great on it) or if you want to stick with Linux, > look into mdadm with LVM or some other filesystem solution. If you want to use ZFS because of its features, take a look at btrfs. It provides a lot of

Re: [GENERAL] PostgreSQL with ZFS on Linux

2014-01-16 Thread Preston Hagar
On Thu, Jan 16, 2014 at 3:22 AM, Sébastien Lorion wrote: > Hello, > > Since ZFS on Linux (http://zfsonlinux.org/) has been declared production > ready last March (v0.6.1), I am curious if anyone is using it with > PostgreSQL on production servers (either main or backup) and if so, what is > their

Re: [GENERAL] PostgreSQL with ZFS on Linux

2014-01-16 Thread Alban Hertroys
On 16 January 2014 12:09, Achilleas Mantzios wrote: > http://www.unix-experience.fr/2013/2451/ > > FreeBSD is also a very mature platform for ZFS/postgresql. More mature than on Linux even, as far as I know. If I had to choose an OS to use ZFS with, I'd go with either FreeBSD or Solaris. That sai

Re: [GENERAL] PostgreSQL with ZFS on Linux

2014-01-16 Thread Achilleas Mantzios
http://www.unix-experience.fr/2013/2451/ FreeBSD is also a very mature platform for ZFS/postgresql. On 16/01/2014 11:57, Sébastien Lorion wrote: On Thu, Jan 16, 2014 at 4:22 AM, Sébastien Lorion mailto:s...@thestrangefactory.com>> wrote: Hello, Since ZFS on Linux (http://zfsonlinux.or

Re: [GENERAL] PostgreSQL with ZFS on Linux

2014-01-16 Thread Sébastien Lorion
On Thu, Jan 16, 2014 at 4:22 AM, Sébastien Lorion wrote: > Hello, > > Since ZFS on Linux (http://zfsonlinux.org/) has been declared production > ready last March (v0.6.1), I am curious if anyone is using it with > PostgreSQL on production servers (either main or backup) and if so, what is > their

[GENERAL] PostgreSQL with ZFS on Linux

2014-01-16 Thread Sébastien Lorion
Hello, Since ZFS on Linux (http://zfsonlinux.org/) has been declared production ready last March (v0.6.1), I am curious if anyone is using it with PostgreSQL on production servers (either main or backup) and if so, what is their experience so far ? Thank you, Sébastien