All of lore.kernel.org
 help / color / mirror / Atom feed
* Some general questions about Reiser4
@ 2002-12-11  1:13 Jon Smirl
  2002-12-11  1:27 ` Hans Reiser
  0 siblings, 1 reply; 3+ messages in thread
From: Jon Smirl @ 2002-12-11  1:13 UTC (permalink / raw)
  To: reiserfs-list

After reading though all of the material on the web
site and looking at the source code for a while, I do
have to congratulate you on having one of the best
documented programming projects I have seen. Here are
still a few areas that I have questions about....

1) The doc talks about doing something like "ls
file/attrib" to see an attribute that is implemented
as a tiny file. Does this work on Reiser4? How do I
access it? I tried this on my Reiser4 system and
couldn't figure it out.

2) Looking at Reiser 4 as a database, would the path
to the file be considered a primary key? Or is the
primary key to the file system an unique ID and the
path looks up the unique ID? Could I create an
alternative index into the file system based on say
creation date or permissions?

3) Has special consideration been made for parallelism
on SMP systems? For example, common hot spots on
databases are disk allocation, logging, and unique id
generation. These can be implemented so that each
processor gets it own independent copy and never has
to lock against the other CPUs.

4) Since Reiser4 is already SMP capable, how far is it
from being clusterable over a SAN? Having GFS go
closed source has left an opening for a new
alternative.


=====
Jon Smirl
jonsmirl@yahoo.com

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

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

end of thread, other threads:[~2002-12-11  2:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-11  1:13 Some general questions about Reiser4 Jon Smirl
2002-12-11  1:27 ` Hans Reiser
2002-12-11  2:02   ` Jon Smirl

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.