tCassandraOutputBulkExec
Improves performance during Insert operations to a column family of a Cassandra keyspace.
The tCassandraOutputBulk and tCassandraBulkExec components are generally used together to output data to an SSTable and then to write the SSTable into Cassandra, in a two step process. These two steps are fused together in the tCassandraOutputBulkExec component.
tCassandraOutputBulkExec receives data from the preceding component, creates an SSTable and then writes the SSTable into Cassandra.