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

Reply via email to