[Feat] Investigate if possible to add support for mutations. #720
Labels
api: spanner
Issues related to the googleapis/python-spanner-django API.
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Spanner has support for mutations, investigate if it's possible to use that instead of batch inserts.
https://cloud.google.com/spanner/docs/modify-mutation-api
Mutations are much faster than batch inserts as shown in benchmarking results.
Benchmarking performance:
Action | django | python-spanner
insert_many_rows_with_mutations | 0.723594 | 0.019262
The text was updated successfully, but these errors were encountered: