eXtremBigTable


Master : Edward yoon (udanax7912 at users.sourceforge.net)

A Distributed Structured Storage System like Google's BigTable.
For each table, there's one META0 table for the lots of all META1 "tablets"
and the META1s contain the lots of the actual "tablets" (with data in them, even)
Tablets are based on HDFS files/chunks
And makes heavy use of prefetching/caching for performance.



Subversion Access

This project's SourceForge.net Subversion repository can be checked out through SVN with the following instruction set:

svn co https://svn.sourceforge.net/svnroot/extremebigtable extremebigtable

(Warning: This is a generic Subversion checkout command which will pull all modules, tags and/or branches of the project. Please refer to project home page for specific SVN instructions, or use "Browse Repository" link; in most cases, you will want to add '/trunk' to the HTTPS URL above to check out only trunk (main development line)).

Information about accessing this Subversion repository may be found in our document titled "Subversion (Version Control for Source Code)".

Updates from within the module's directory do not need the URL string.

NOTE: UNIX file and directory names are case sensitive.




Copyright(c)2006 Udanax.org