All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: back up to disk
@ 2002-10-16  2:15 JP Howard
  2002-10-16 17:29 ` Edward Shishkin
  0 siblings, 1 reply; 8+ messages in thread
From: JP Howard @ 2002-10-16  2:15 UTC (permalink / raw)
  To: Hans Reiser; +Cc: Russell Coker, ReiserFS List, webmaster

On Wed, 16 Oct 2002 05:15:33 +0400, "Hans Reiser" <reiser@namesys.com>
said:
> JP Howard wrote:
> 
> >We've been thinking about something like that, using this extremely nifty
> >trick:
> >
> >http://www.mikerubel.org/computers/rsync_snapshots/
> >
> This is brilliantly simple.
> 
I thought so too. I'm cc'ing the author so he can bask in the glory...
;-)
> >
> >Back in the old days (i.e. last week) when we were planning around Ext3,
> >we were thinking of combining it with this product:
> >
> >http://www.shaolinmicro.com/product/cogofs/index.php
> >
> This looks reasonable as a product, and not unreasonably expensive for 
> servers.   There are some advantages to tight integration though, in 
> that you can compress at flush time.
> 
Yes indeed. And I haven't seen this product used anywhere--I don't know
how reliable it is. It's binary-only, which I don't like, and you have to
get a version for your particular kernel (and really, who uses stock
kernels?...)
> >
> >The two combined, with ATA RAID, provide fast, redundent, incremental,
> >compressed backups.
> >
> >Does ReiserFS support transparent compression?
> >
> This is one of the features that won't make the Halloween deadline, but 
> might be slipped in later.
> 
> If not, are there any
> >plans in this direction? Benchmarks I've seen in the past suggest that
> >compressed file systems generally improve performance (especially when
> >using something fast like LZOP) since CPUs are so fast--and of course for
> >backups being able to store more on fewer disks is nice...
> >
> What I had heard was that they generally slowed peformance, but maybe my 
> info is old.
> 
> CPUs are faster now, and maybe compression algorithms are faster.
> 
> Can you give more details?
> 
I'm just passing on anecdotal information, I'm afraid. I can tell you
that LZOP is *seriously* fast. 
  http://www.oberhumer.com/opensource/lzop/

Every benchmark I've seen shows it #1 for speed. We see around 50%
compression ratio on our Cyrus mail store using LZOP compression on our
backups.

It's easy enough to construct some simple benchmarks like this:
----
# time zgrep foobar maillog.1.gz
real    0m6.924s
user    0m3.140s
sys     0m0.620s

# time grep foobar maillog.1

real    0m19.972s
user    0m0.290s
sys     0m0.620s
----

Of course, it depends a lot on the CPU and HDD configuration, and where
your system is loaded. We always find our IMAP and SMTP servers IO bound,
with plenty of CPU free. It's very expensive to change from a 5x73GB to a
10x36GB config, so buying more IO performance is an expensive
proposition.

^ permalink raw reply	[flat|nested] 8+ messages in thread
* Re: back up to disk
@ 2002-10-15 22:42 JP Howard
  2002-10-16  1:15 ` Hans Reiser
  2002-10-16  6:19 ` Toby Dickenson
  0 siblings, 2 replies; 8+ messages in thread
From: JP Howard @ 2002-10-15 22:42 UTC (permalink / raw)
  To: Russell Coker, ReiserFS List

On Tue, 15 Oct 2002 23:05:44 +0200, "Russell Coker"
<bofh@coker.com.au> said:
> Here's an interesting article I just read.  It's just a device with a
> bunch of ATA drives inside, up to 2T of storage.  Probably anyone here
> could produce something based on ReiserFS to compete with it...
>
> Storage start-up Avamar Technologies is launching an appliance this
> week that it claims backs up network data more quickly and less
> expensively than tape.
> http://www.nwfusion.com/news/2002/1014avamar.html?net
>
We've been thinking about something like that, using this extremely nifty
trick:

http://www.mikerubel.org/computers/rsync_snapshots/

Back in the old days (i.e. last week) when we were planning around Ext3,
we were thinking of combining it with this product:

http://www.shaolinmicro.com/product/cogofs/index.php

The two combined, with ATA RAID, provide fast, redundent, incremental,
compressed backups.

Does ReiserFS support transparent compression? If not, are there any
plans in this direction? Benchmarks I've seen in the past suggest that
compressed file systems generally improve performance (especially when
using something fast like LZOP) since CPUs are so fast--and of course for
backups being able to store more on fewer disks is nice...

Off-topic: anyone know of good vendors offering rackmount servers with
room for lots of IDE drives? Looking at Dell, IBM, and Compaq they all
use exclusively SCSI in there 2U rackmount servers.

^ permalink raw reply	[flat|nested] 8+ messages in thread
* RE: back up to disk
@ 2002-10-15 21:17 Bingner Sam J Contractor CAF CSS/SCHE
  0 siblings, 0 replies; 8+ messages in thread
From: Bingner Sam J Contractor CAF CSS/SCHE @ 2002-10-15 21:17 UTC (permalink / raw)
  To: 'Russell Coker', ReiserFS

can anybody say SAN?

SAN:  Acronym: Storage Area Network

This looks like it is just a SAN, and a little software to show when the
same data is written twice and reference the first instance instead of
writing it again...  I suspect it could use any filesystem on the drives you
wanted...

	Sam Bingner
	PACAF CSS/SCHE

-----Original Message-----
From: Russell Coker [mailto:bofh@coker.com.au]
Sent: Tuesday, October 15, 2002 11:06 AM
To: ReiserFS
Subject: [reiserfs-list] back up to disk


Here's an interesting article I just read.  It's just a device with a bunch
of 
ATA drives inside, up to 2T of storage.  Probably anyone here could produce 
something based on ReiserFS to compete with it...


Storage start-up Avamar Technologies is launching an appliance 
this week that it claims backs up network data more quickly and 
less expensively than tape. 
http://www.nwfusion.com/news/2002/1014avamar.html?net

-- 
http://www.coker.com.au/bonnie++/     Bonnie++ hard drive benchmark
http://www.coker.com.au/postal/       Postal SMTP/POP benchmark
http://www.coker.com.au/projects.html Projects I am working on
http://www.coker.com.au/~russell/     My home page

^ permalink raw reply	[flat|nested] 8+ messages in thread
* back up to disk
@ 2002-10-15 21:05 Russell Coker
  0 siblings, 0 replies; 8+ messages in thread
From: Russell Coker @ 2002-10-15 21:05 UTC (permalink / raw)
  To: ReiserFS

Here's an interesting article I just read.  It's just a device with a bunch of 
ATA drives inside, up to 2T of storage.  Probably anyone here could produce 
something based on ReiserFS to compete with it...


Storage start-up Avamar Technologies is launching an appliance 
this week that it claims backs up network data more quickly and 
less expensively than tape. 
http://www.nwfusion.com/news/2002/1014avamar.html?net

-- 
http://www.coker.com.au/bonnie++/     Bonnie++ hard drive benchmark
http://www.coker.com.au/postal/       Postal SMTP/POP benchmark
http://www.coker.com.au/projects.html Projects I am working on
http://www.coker.com.au/~russell/     My home page


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2002-10-16 17:29 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-16  2:15 back up to disk JP Howard
2002-10-16 17:29 ` Edward Shishkin
  -- strict thread matches above, loose matches on Subject: below --
2002-10-15 22:42 JP Howard
2002-10-16  1:15 ` Hans Reiser
2002-10-16  4:05   ` Valdis.Kletnieks
2002-10-16  6:19 ` Toby Dickenson
2002-10-15 21:17 Bingner Sam J Contractor CAF CSS/SCHE
2002-10-15 21:05 Russell Coker

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.