September 2 2008 Tuesday

8.0.1 Domino Server compression results

With everyone raving over 8.5 I figured I'd step back and in keeping up this weeks theme of performance in the real world (for an 8.0.2 Lotus Notes client start up and memory comparison see 8.0.2-lotus-notes-relative-performance.htm) here is a run down of the 8.0.1 server side compression.

There really isn't a lot of documentation around this so hopefully this will help some people.

Starting in Domino 8.0.1 IBM Lotus added data compression to Notes databases. This can only be activated once you add the new Notes.ini setting:
CREATE_R8_DATABASES=1
This will then allow the new features to be enabled. However you need to do a copy-style compaction to have this take place. I use the following to activate the new compression on all mail files (case is important):
load compact -C -v -n -i mail

So what does this accomplish? Well, you probably won't see a massive reduction in NSF size, but real world you should see between 7% and 20% reduction just from following the above.

As an example a mail folder that was originally 22.8GB is size was reduced to 20.1GB, a 11% reduction is space. Not too bad for free. My mail file went from 177MB to 135MB, a 23% reduction. This goes to show that different NSF files will exhibit different compression amounts.

To summarize, to enable this feature:
1.        Make sure Domino is 8.0.1 or greater
2.        Add CREATE_R8_DATABASES=1 to the Notes.ini file
3.        From the Domino console run compact -C -v -n -i on the files you want to reduce
4.        Sit back and enjoy the free disk space
Darren Duke   |   September 2 2008 04:57:49 AM   |    domino    |  
  |   Next Document   |   Previous Document

Discussion for this entry is now closed.

Comments (3)

Gravatar Image
1 - David Folsom       09/02/2008 8:26:22 AM

I've performed this compression on my fail over servers first and I'm seeing the same results 10-15% reduction overall. I'll take any reduction I can get, but I was hoping for more like 20-40%. This compression was performed on 2.5TB worth of mail files.

Gravatar Image
2 - Rob Axelrod       09/02/2008 12:30:37 PM

I did an analysis with 100 randomly selected production mail files and got around 12%. Bigger mail files tend to do better but of course it depends on the contents. Next try enabling LZ1 compression you should pick up a few more percent.

Gravatar Image
3 - Chad DeMeyers    http://www.accendaweb.com    03/14/2009 4:53:43 PM

I tested turning on the following with one compact process...

Data Compression

Design Compression

LZ1 Compression

DAOS

load compact -c -n -v -ZU -daos on dbpath.nsf

I read Darren's blog regarding the -c (lowercase) vs. the -C (uppercase) but I ran this on an 8.5 server and it appears everything is OK (so far ;-).

Chad