[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides the configuration options for the `MutationBatcher` class in the Google Cloud Bigtable C++ client library, specifically for version 2.30.0."],["The `MutationBatcher` can be configured to limit the number of mutations per batch using the `SetMaxMutationsPerBatch` function, ensuring that no single RPC exceeds the specified number."],["You can manage the size of each batch using the `SetMaxSizePerBatch`, which will keep the sum of the mutations' sizes in a single RPC within a desired range."],["The `SetMaxBatches` function allows control over the maximum number of outstanding RPCs at any given time, excluding retries."],["There are additional configuration options to cap the total number of mutations admitted (`SetMaxOutstandingMutations`) and the total size of mutations admitted (`SetMaxOutstandingSize`) by the `MutationBatcher` at a time."]]],[]]