Class: Cql::Client::Batch

Inherits:
Object
  • Object
show all
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.

See Also:

  • Client#batch