|
|
|
|
|
Reiser4Reiser4 is a computer file system, a new "from scratch" version of the ReiserFS file system, developed by Namesys. It has the following advanced features: - efficient support of small files, in terms of disk space and speed
- fast handling of large and very large directories with hundreds of millions of files,
- flexible plugin infrastructure,
- atomic file system modification,
- efficient journaling through wandering logs,
- dynamically optimized disk-layout (through allocate-on-flush, and online repacker)
- Integration of metadata into the file system name-space.
Additionally, Reiser4 introduces dancing trees, a version of B*-trees with the key difference being that underpopulated nodes won't get merged until a flush to disk is forced by low memory or a completed transaction. Such a system also allows Reiser4 to create files and directories without having to waste time and space through fixed blocks. Compare this to Microsoft's FAT filesystem. Benchmarks performed by Namesys show that Reiser4 is 10 to 15 times faster than Ext3 working on files smaller than 1Kb. As of 2004, it is not supported on many Linux distributions, although its predecessor is. See also External link
|
 |
|
| Copyright 2005-2009 OnPedia.com. All Rights Reserved |
|
|