class Cql::Client::Batch
Batches let you send multiple queries (‘INSERT`, `UPDATE` and `DELETE`) in one go. This can lead to better performance, and depending on the options you specify can also give you different consistency guarantees.
Batches can contain a mix of different queries and prepared statements.
@see Cql::Client::Client#batch