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/04/20 20:24:33 UTC

[Cassandra Wiki] Trivial Update of "FileFormatDesignDoc" by StuHood

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 StuHood.
http://wiki.apache.org/cassandra/FileFormatDesignDoc?action=diff&rev1=33&rev2=34

--------------------------------------------------

   * Will ''not'' implement metadata packing (group varint or bitmapped types/nulls)
   * Will ''not'' implement field reordering
   * Will ''not'' modify the SSTable index (meaning we will only be able to store 1 row per span)
+    * https://issues.apache.org/jira/browse/CASSANDRA-2319 implements most of the index changes necessary
   * Will be based on Avro
  
  == References ==