More On Database Defragmentation

November 30, 2008 – 3:03 pm

In a previous post I wrote about using Contig.exe to analyse defragmentation of your Domino databases. Contig.exe -a -v -s Drive:\DominoDataDirectoryPath\*.nsf > c:\fragments.txt will analyse all .nsf files in your Domino data directory and redirect the console output to a textfile.

Going through this textfile to search for heavily fragmented databases is a bit of a pain. I have created a simple database to import the file to get a better overview.

Start the import by clicking the Import action button, select the file you have created before and confirm your selection by clicking OK. Existing documents are not updated in this early release.

The code behind the action will now create one document for each database …

DOWNLOAD

Related posts:

  1. Folder has been damaged. Please close and reopen database to have it repaired
  2. Move database issue in ND85
  3. Database Defragmentation – Poor Man’s Solution
  4. Get the template name from a database
  5. Let User Filter Any View

  1. 6 Responses to “More On Database Defragmentation”

  2. Very cool Ulrich

    I’ll give this some testing tomorrow on my testserver!

    By Dennis van Remortel on Nov 30, 2008

  3. Thanks for sharing.

    Cris

    By Cristian D'Aloisio on Dec 1, 2008

  4. Ulrich, is the db for Notes 8 only?
    I’m getting “Invalid NSF version” when I use 7.02 client to access it.

    By Voytek Wicinski on Dec 1, 2008

  5. @Voytek: Sorry, my mistake. Pls. download again. File is now ODS43

    By Ulrich Krause on Dec 1, 2008

  6. Very smart! Thank you for sharing. The results are very interesting (databases are on a NAS-Box).

    Wolfgang

    By Wolfgang Haderlein on Dec 2, 2008

  7. thanks.

    By Voytek Wicinski on Dec 2, 2008

Post a Comment