> 
> So my question is: If I properly flush every node after performing a larger 
> bulk insert, can Cassandra merge multiple writes on a single row & column 
> family when using the BMT interface? Or is using BMT only feasible for 
> loading data on rows that don't exist yet?
> 
Yes. When you flush from BMT, its like any other SSTable. Cassandra will merge 
them through compaction.

> Thanks in advance,
> Toby Jungen
> 
> 
> 

Reply via email to