The BatchRequest is a protocol buffer message in the Go package "github.com.cockroachdb.cockroach.proto" within the CockroachDB project on GitHub. It represents a batch of requests to be sent to a CockroachDB server. By encapsulating multiple requests into a single batch, it allows for more efficient communication with the server and reduces network overhead. This message is used for communication between clients and servers in the CockroachDB database system, enabling clients to efficiently execute multiple database operations in a single round trip to the server.
Golang BatchRequest - 18 examples found. These are the top rated real world Golang examples of github.com/cockroachdb/cockroach/proto.BatchRequest extracted from open source projects. You can rate examples to help us improve the quality of examples.