All of lore.kernel.org
 help / color / mirror / Atom feed
* [Lustre-devel] Doubly indexed tree / changelogs
@ 2008-09-21 23:40 Peter Braam
  2008-09-22  5:52 ` Alex Zhuravlev
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Peter Braam @ 2008-09-21 23:40 UTC (permalink / raw)
  To: lustre-devel

Hi Nikita, Nathan -

After some pondering I have come to two conclusions.

To encode filesets, we need a tree that makes two iterations fast:

1. list all filesets that contain a certain object
2. list all objects in a certain fileset

Is there a doubly indexed tree for this?

Secondly, to make the changelogs useful and scalable for filesets we will
need to be able to list all changelog entries associated with a certain
inode efficiently.  I see two ways to do this ? one is an auxiliary
directory file mapping inodes to many changelog entries, the second is to
embed forward and backward pointers in the changelog entries to build a
linked list rooted at the inode (using an EA in the inode pointing to the
first and last element of the list).  Both have some overheads.  What are
your thoughts?

Peter
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lustre.org/pipermail/lustre-devel-lustre.org/attachments/20080922/8c54f19d/attachment.htm>

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

end of thread, other threads:[~2008-09-24  2:50 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-21 23:40 [Lustre-devel] Doubly indexed tree / changelogs Peter Braam
2008-09-22  5:52 ` Alex Zhuravlev
2008-09-22  6:58   ` Peter Braam
2008-09-22  7:05     ` Alex Zhuravlev
2008-09-22  7:13       ` Peter Braam
2008-09-22  7:26         ` Alex Zhuravlev
2008-09-23  3:49 ` Nathaniel Rutman
2008-09-23  9:20   ` Peter Braam
2008-09-23 21:46     ` Nathaniel Rutman
2008-09-23 22:48       ` Peter Braam
2008-09-23  7:38 ` Nikita Danilov
2008-09-24  2:50   ` Peter Braam

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.