That's FB's workaround for cassandra dealing poorly with mass insert /
data import.  The idea is you pre-serialize columnfamilies, and then
attach them to keys w/ binarymemtable which then stores them to
sstables w/o having to do any of the normal CF serialization work.
AFAIK nobody outside of FB has any sample code tho.

On Thu, Apr 2, 2009 at 11:07 PM, Jun Rao <[email protected]> wrote:
>
> Could anyone explain the purpose of BinaryMemtable? From the code, it seems
> that it's used to store some binary data per key. However, it's not clear
> who is using it and for what purpose. Thanks,
>
> Jun
> IBM Almaden Research Center
> K55/B1, 650 Harry Road, San Jose, CA  95120-6099
>
> [email protected]

Reply via email to