« January 2008 »
SunMonTueWedThuFriSat
  
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
26
27
28
29
30
31
  
       
Today

Blog::Navigation

Blog::Languages

English

简体中文

Blog::Editing

Bookmarks::Blogroll

Blog::Referrers

Today's Page Hits: 49

Site notes

This page validates as XHTML 1.0, and will look much better in a browser that supports web standards, but it is accessible to any browser or Internet device. It was created using techniques detailed at glish.com/css/.

Powered by Roller Weblogger.
« Previous month (Nov 2007) | Main | Next month (Jan 2008) »
Friday Jan 25, 2008

Development update: Journaling

We are forging ahead with development of the next SAM-QFS release. Although, I cannot make any promises about features (This is software development after all), I wanted to provide a peek at some of our feature development. I'll try to provide these updates on a regular basis. I hope you find these useful.


Journaling

One of the features we are working on is journaling. Some of the benefits of jounaling to QFS are reduced need for samfsck and increased metadata performance. While QFS has a consistency model that generally does not require an fsck, except to reclaim lost space and clean up orphan inodes, journaling will reduce the need for this type of clean up after a panic. The bigger benefit to QFS is the increase in metadata performance. Journaling can reduce the frequency of disk accesses required for metadata-intensive applications. This boosts the performance of QFS. In some preliminary tests, we have already seen a significant increase in performance on Shared QFS clients with journaling enabled on the metadata server. I'll try to report some real numbers as development progresses.

'til next time, Ted

Copyright (C) 2003, Ted Pogue