<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>Comments on: Lessfs performance</title>
	<atom:link href="http://www.lessfs.com/wordpress/?feed=rss2&#038;p=457" rel="self" type="application/rss+xml" />
	<link>http://www.lessfs.com/wordpress/?p=457</link>
	<description>Open source data de-duplication &#38; data tiering for less</description>
	<lastBuildDate>Wed, 18 Mar 2015 13:40:57 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.0.7</generator>
	<item>
		<title>By: Hubert Kario</title>
		<link>http://www.lessfs.com/wordpress/?p=457&#038;cpage=1#comment-1082</link>
		<dc:creator><![CDATA[Hubert Kario]]></dc:creator>
		<pubDate>Sat, 18 Dec 2010 15:25:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=457#comment-1082</guid>
		<description><![CDATA[I&#039;m very glad to hear about change in development focus.

I&#039;d like to provide access to past file versions to users over Samba (with native windows interface), unfortunately, for this to work, the files need not to be in a singe FS image.

As such, with a dump consisting of about a quater milion of files. Making a copy (snapshot) takes close to 16h on my hardware (and that is with data and metadata on thee different disks including one RAID0).

I&#039;m not certain about the numbers, but in this use case, current btrfs with compression-force and native FS snapshots beats lessfs in disk usage at about 6-10 snapshots. Maybe a bit later.
Now I have over 8 months of daily rdiff-backup snapshots and I&#039;d like to keep &#039;em...

What&#039;s more rdiff from server to lessfs machine takes about 4h, with btrfs... 17 minutes.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m very glad to hear about change in development focus.</p>
<p>I&#8217;d like to provide access to past file versions to users over Samba (with native windows interface), unfortunately, for this to work, the files need not to be in a singe FS image.</p>
<p>As such, with a dump consisting of about a quater milion of files. Making a copy (snapshot) takes close to 16h on my hardware (and that is with data and metadata on thee different disks including one RAID0).</p>
<p>I&#8217;m not certain about the numbers, but in this use case, current btrfs with compression-force and native FS snapshots beats lessfs in disk usage at about 6-10 snapshots. Maybe a bit later.<br />
Now I have over 8 months of daily rdiff-backup snapshots and I&#8217;d like to keep &#8216;em&#8230;</p>
<p>What&#8217;s more rdiff from server to lessfs machine takes about 4h, with btrfs&#8230; 17 minutes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.lessfs.com/wordpress/?p=457&#038;cpage=1#comment-1078</link>
		<dc:creator><![CDATA[Mark]]></dc:creator>
		<pubDate>Tue, 14 Dec 2010 07:59:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=457#comment-1078</guid>
		<description><![CDATA[All these benchmarks where done on a HP Pavillion DV7-3150 laptop.
This laptop contains a single drive TOSHIBA MK5056GS.

No fancy tuning of either lessfs or one of the other filesystems.
I hope to find time to upload the lessfs-1.2.2.2 release today.

The used lessfs.cfg file is this:

# Enable informational messages about compression.
DEBUG = 5
HASHNAME=MHASH_TIGER192
#HASHNAME=MHASH_SHA256
# The (chopped) hashlen in bytes, minimum is 20.
HASHLEN = 24
BLOCKDATA_IO_TYPE=file_io
BLOCKDATA_PATH=/data/dta/blockdata.dta
#BLOCKDATA_PATH=/data/mta
#BLOCKDATA_BS=1048576
#
BLOCKUSAGE_PATH=/data/mta
BLOCKUSAGE_BS=1048576
#
DIRENT_PATH=/data/mta
DIRENT_BS=1048576
#
FILEBLOCK_PATH=/data/mta
FILEBLOCK_BS=1048576
#
META_PATH=/data/mta
META_BS=1048576
HARDLINK_PATH=/data/mta
HARDLINK_BS=1048576
#
SYMLINK_PATH=/data/mta
SYMLINK_BS=1048576
#
# The freelist database is only used
# with the  file_io backend
#
FREELIST_PATH=/data/mta
FREELIST_BS=1048576
#
# CACHESIZE in MB
CACHESIZE=512
# Flush data to disk after X seconds.
COMMIT_INTERVAL=15
#
LISTEN_IP=127.0.0.1
LISTEN_PORT=100
# Not more then 2 on most machines.
MAX_THREADS=32
#DYNAMIC_DEFRAGMENTATION on or off, default is off.
DYNAMIC_DEFRAGMENTATION=on
COREDUMPSIZE=2560000000
# Consider SYNC_RELAX=1 or SYNC_RELAX=2 when exporting lessfs with NFS.
SYNC_RELAX=0
# When BACKGROUND_DELETE=on lessfs will spawn a thread to delete
# a file as a background task. This is a recently added feature
# and is therefore disabled by default.
BACKGROUND_DELETE=on
# Requires openssl and lessfs has to be configured with --with-crypto
ENCRYPT_DATA=off
# ENCRYPT_META on or off, default is off
# Requires ENCRYPT_DATA=on and is otherwise ignored.
ENCRYPT_META=on
# You don&#039;t like fsck?
ENABLE_TRANSACTIONS=on
# Select a blocksize to fit your needs.
BLKSIZE=131072
COMPRESSION=qlz
MIN_SPACE_FREE=10
STICKY_ON_LOCKED=on]]></description>
		<content:encoded><![CDATA[<p>All these benchmarks where done on a HP Pavillion DV7-3150 laptop.<br />
This laptop contains a single drive TOSHIBA MK5056GS.</p>
<p>No fancy tuning of either lessfs or one of the other filesystems.<br />
I hope to find time to upload the lessfs-1.2.2.2 release today.</p>
<p>The used lessfs.cfg file is this:</p>
<p># Enable informational messages about compression.<br />
DEBUG = 5<br />
HASHNAME=MHASH_TIGER192<br />
#HASHNAME=MHASH_SHA256<br />
# The (chopped) hashlen in bytes, minimum is 20.<br />
HASHLEN = 24<br />
BLOCKDATA_IO_TYPE=file_io<br />
BLOCKDATA_PATH=/data/dta/blockdata.dta<br />
#BLOCKDATA_PATH=/data/mta<br />
#BLOCKDATA_BS=1048576<br />
#<br />
BLOCKUSAGE_PATH=/data/mta<br />
BLOCKUSAGE_BS=1048576<br />
#<br />
DIRENT_PATH=/data/mta<br />
DIRENT_BS=1048576<br />
#<br />
FILEBLOCK_PATH=/data/mta<br />
FILEBLOCK_BS=1048576<br />
#<br />
META_PATH=/data/mta<br />
META_BS=1048576<br />
HARDLINK_PATH=/data/mta<br />
HARDLINK_BS=1048576<br />
#<br />
SYMLINK_PATH=/data/mta<br />
SYMLINK_BS=1048576<br />
#<br />
# The freelist database is only used<br />
# with the  file_io backend<br />
#<br />
FREELIST_PATH=/data/mta<br />
FREELIST_BS=1048576<br />
#<br />
# CACHESIZE in MB<br />
CACHESIZE=512<br />
# Flush data to disk after X seconds.<br />
COMMIT_INTERVAL=15<br />
#<br />
LISTEN_IP=127.0.0.1<br />
LISTEN_PORT=100<br />
# Not more then 2 on most machines.<br />
MAX_THREADS=32<br />
#DYNAMIC_DEFRAGMENTATION on or off, default is off.<br />
DYNAMIC_DEFRAGMENTATION=on<br />
COREDUMPSIZE=2560000000<br />
# Consider SYNC_RELAX=1 or SYNC_RELAX=2 when exporting lessfs with NFS.<br />
SYNC_RELAX=0<br />
# When BACKGROUND_DELETE=on lessfs will spawn a thread to delete<br />
# a file as a background task. This is a recently added feature<br />
# and is therefore disabled by default.<br />
BACKGROUND_DELETE=on<br />
# Requires openssl and lessfs has to be configured with &#8211;with-crypto<br />
ENCRYPT_DATA=off<br />
# ENCRYPT_META on or off, default is off<br />
# Requires ENCRYPT_DATA=on and is otherwise ignored.<br />
ENCRYPT_META=on<br />
# You don&#8217;t like fsck?<br />
ENABLE_TRANSACTIONS=on<br />
# Select a blocksize to fit your needs.<br />
BLKSIZE=131072<br />
COMPRESSION=qlz<br />
MIN_SPACE_FREE=10<br />
STICKY_ON_LOCKED=on</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.lessfs.com/wordpress/?p=457&#038;cpage=1#comment-1077</link>
		<dc:creator><![CDATA[John]]></dc:creator>
		<pubDate>Mon, 13 Dec 2010 22:57:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=457#comment-1077</guid>
		<description><![CDATA[Are these benchmarks with metadata on the same block device as the block data, or on a different, faster (SSD?), device?]]></description>
		<content:encoded><![CDATA[<p>Are these benchmarks with metadata on the same block device as the block data, or on a different, faster (SSD?), device?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
