Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -311,10 +311,10 @@
*
* <p>Note that the <a
* href="https://cloud.google.com/spanner/quotas#limits_for_creating_reading_updating_and_deleting_data">maximum
* size of a single transaction</a> is 20,000 mutated cells - including cells in indexes. If you
* have a large number of indexes and are getting exceptions with message: <tt>INVALID_ARGUMENT: The
* transaction contains too many mutations</tt> you will need to specify a smaller number of {@code
* MaxNumMutations}.
* number of mutations in a single transaction</a> is 80,000 mutations - including mutations in
* indexes. If you have a large number of indexes and are getting exceptions with message:
* <tt>INVALID_ARGUMENT: The transaction contains too many mutations</tt> you will need to specify a
* smaller number of {@code MaxNumMutations}.
*
* <p>The batches written are obtained from by grouping enough {@link Mutation Mutations} from the
* Bundle provided by Beam to form several batches. This group of {@link Mutation Mutations} is then
Expand Down
Loading