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-14 UTC."],[[["This webpage provides documentation for the `PartitionsMaximumOption` in the Google Cloud Spanner C++ library, detailing its function in setting the maximum number of partitions for read or query operations."],["The latest release candidate (rc) for the `PartitionsMaximumOption` is version 2.37.0-rc, and the page includes links to documentation for multiple past versions, ranging from 2.11.0 up to 2.36.0."],["The `PartitionsMaximumOption` allows users to specify the preferred number of partitions when using `Client::PartitionRead()` or `PartitionQuery()`, with a default of 10,000 and a maximum limit of 200,000, and is tied to a `std::int64_t` type alias."],["The provided `PartitionsMaximumOption` is only a suggestion and the number of partitions returned can either be lower or higher than what was specified."]]],[]]