… a bit with “zfs snapshot script” you’ll many scripts ready for the task. Snapshots work best with InnoDB, with MyISAM you… ZFS each record on disk has a checksum. If a cosmic ray flip a bit on a drive, instead of crashing InnoDB, it will be caught by ZFS and the data will be read from the…
Comment: ZFS on Linux and MySQL
… caching by the file system vs the InnoDB caching. However, limited ARC size also limits ZFS file system’s internal metadata caching…) You need to sacrifice a little ram for ZFS metadata caching to make ZFS fast. NexentaStor recommends minimum 1-2GB ram for…, for a 64x300GB storage system, leaving 20GB for ZFS is worthwhile. (All ZFS systems should max ram slots with 16gb dual rank…
Comment: ZFS on Linux and MySQL
We’ve been using ZFS on FreeBSD for backup and production for a few years …. Add to that the compression gain from ZFS and there really no cost difference. ZFS provides built in checksumming and double write buffering, so make sure these are turned off in InnoDB.
Post: New SpecJAppServer results at MySQL and Sun.
…:autoextend innodb_file_per_table innodb_log_group_home_dir = /log/mysql/var/ innodb_checksums = 0 innodb_doublewrite = 0 innodb_buffer_pool_size = 5000m innodb_additional_mem_pool_size = 20M innodb_log_file_size = 1600M innodb_log_buffer…. But what really surises me here is why not ZFS ? The ZFS MySQL success story is all over across Sun’s blogs…
Comment: ext4 vs xfs on SSD
… look at the bug list or patch list for MySQL/InnoDB at any one point in time. The list will be… common decency. That’s where things like the support of ZFS outside of Solaris comes from… people do technical work of…” in the extreme. The systems I put on-line have ZFS and we rely on it. I can just imagine some…
Comment: Innodb Double Write
btw: if MySQL is running on ZFS then you can safely disable innodb doublewrites as ZFS always guarantees that either entire write completes or nothing is updated.
Comment: Compression for InnoDB backup
lzjb Reminds me of discussions in this post: ZFS & MySQL/InnoDB Compression Update http://blogs.smugmug.com/don/2008/10/13/zfs-mysqlinnodb-compression-update/
Post: Effect of adaptive_flushing
… 40G buffer pool. We started it up with innodb_adaptive_flushing=OFF and innodb_doublewrite=OFF, then ramped up traffic and everything… change in disk IO which mirrors the innodb pages written graph (shown above). I suspect ZFS is heavily buffering writes during the… adjusting innodb_io_capacity here. Is there a lesson in this? Sometimes tuning InnoDB settings can have quite unexpected results…. Setting innodb_adaptive…
Post: Making replication a bit more reliable
… tricky (if possible at all). The main problem is that InnoDB transaction state and replication state are not synchronized. If we…, which provides storage via NFS and where you can make ZFS snapshots without any info what kind of data you are… course it will work if you have writes exclusively to InnoDB storage engine, case with mix of storage engines is much…

