Binary Memtable is the name of Cassandra's bulk-load interface. It avoids several kinds of overhead associated with the normal Thrift API:

The tradeoff you make is that it is considerably less convenient to use than Thrift:

There is an example of using Hadoop to load data through the Binary Memtable interface at https://svn.apache.org/repos/asf/cassandra/trunk/contrib/bmt_example/. .

BinaryMemtable (last edited 2010-06-02 09:41:58 by AllanKing)