Re: Any have tested ZFS like PostgreSQL installation filesystem?

Поиск
Список
Период
Сортировка
От Ivan Voras
Тема Re: Any have tested ZFS like PostgreSQL installation filesystem?
Дата
Msg-id hf0c58$5u9$1@ger.gmane.org
обсуждение исходный текст
Ответ на Any have tested ZFS like PostgreSQL installation filesystem?  ("Ing . Marcos Luís Ortíz Valmaseda" <mlortiz@uci.cu>)
Ответы Re: Any have tested ZFS like PostgreSQL installation filesystem?  ("Ing . Marcos Luís Ortíz Valmaseda"<mlortiz@uci.cu>)
Список pgsql-performance
Ing . Marcos Luís Ortíz Valmaseda wrote:
> Regards to all the list.
> ZFS, the new filesystem developed by the Solaris Development team and
> ported to FreeBSD too, have many advantages that can do that all
> sysadmins are questioned
> about if it is a good filesystem to the PostgreSQL installation.
> Any of you haved tested this filesystem like PostgreSQL installation fs?

It will work but as to if it is a good file system for databases, the
debate still goes on.

Here are some links about ZFS and databases:

http://blogs.sun.com/paulvandenbogaard/entry/postgresql_on_ufs_versus_zfs
http://blogs.sun.com/paulvandenbogaard/entry/running_postgresql_on_zfs_file
http://blogs.sun.com/realneel/entry/mysql_innodb_zfs_best_practices
http://dev.mysql.com/tech-resources/articles/mysql-zfs.html
http://blogs.smugmug.com/don/2008/10/13/zfs-mysqlinnodb-compression-update/

A separate issue (I think it is not explored enough in the above links)
is that ZFS writes data in a semi-continuous log, meaning there are no
in-place modifications of files (every such write is made on a different
place), which leads to heavy fragmentation. I don't think I have seen a
study of this particular effect. OTOH, it will only matter if the DB
usage pattern is sequential reads and lots of updates - and even here it
might be hidden by internal DB data fragmentation.


В списке pgsql-performance по дате отправления:

Предыдущее
От: Greg Smith
Дата:
Сообщение: Re: SSD + RAID
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: SSD + RAID