For example, this may be set to the number of workers available. The default for this option is currently 10,000. The maximum value is currently 200,000. This is only a hint. The actual number of partitions returned may be smaller or larger than this request.
[[["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 webpage provides documentation for the `PartitionsMaximumOption` within the Google Cloud Spanner C++ client library, detailing its usage across multiple versions."],["The `PartitionsMaximumOption` allows users to set the desired maximum number of partitions returned by `Client::PartitionRead()` or `PartitionQuery()`, which can optimize resource usage."],["The latest version available is `2.37.0-rc`, and the content contains the ability to view documentation for versions back to `2.11.0`."],["The default number of partitions is set to 10,000, and the current maximum value that can be set is 200,000, although this acts only as a hint, it is not guaranteed."],["The type alias for the maximum partitions is `std::int64_t`."]]],[]]