Class: Cql::Client::Batch
- Inherits:
-
Object
- Object
- Cql::Client::Batch
- Defined in:
- lib/cql/client/batch.rb
Overview
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.