Option for google::cloud::Options to set the amount of latency this request is willing to incur in order to improve throughput.
If this field is not set, Spanner assumes requests are relatively latency sensitive and automatically determines an appropriate delay time. Value must be between 0ms and 500ms.
[[["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-04-09 UTC."],[[["The page provides a version history and documentation for the `MaxCommitDelayOption` in the Google Cloud Spanner C++ library, with versions ranging from 2.11.0 to the latest release candidate 2.37.0-rc."],["`MaxCommitDelayOption` is used to control the acceptable latency for a request in order to potentially improve the overall throughput, allowing for a balance between speed and efficiency."],["When setting `MaxCommitDelayOption`, the user specifies the allowed delay, and if no delay is specified, Spanner will automatically set an appropriate delay time under the assumption that the requests are relatively latency sensitive."],["The allowed `Value` range for the delay time when using `MaxCommitDelayOption` is between 0 milliseconds and 500 milliseconds, as specified within the documentation."],["The `MaxCommitDelayOption` type alias is `std::chrono::milliseconds`, specifying the type in which the delay is measured and set."]]],[]]