You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by Apache Wiki <wi...@apache.org> on 2011/06/29 20:58:16 UTC

[Cassandra Wiki] Update of "FileFormatDesignDoc" by AlanLiang

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for change notification.

The "FileFormatDesignDoc" page has been changed by AlanLiang:
http://wiki.apache.org/cassandra/FileFormatDesignDoc?action=diff&rev1=39&rev2=40

Comment:
add disk layout for chunk

  }
  }}}
  
+ == Disk Layout ==
+ 
+ === Chunk ===
+ 
+ || ''name1''  || ''bytes'' ||
+ || magic || 16 ||
+ || encoded_length || 4 ||
+ || encoded || variable ||
+ || hash || 4 ||
+ 
  == Roadmap ==
  
  Implementation has started on this design at https://github.com/stuhood/cassandra/tree/file-format