googleapis / googleapis/google-cloud-python
[Feat] Investigate if possible to add support for mutations.
Abierto
api: spanner
priority: p3
type: feature request
- Lenguaje dominante
- Python
- Estrellas
- 5.4k
- Forks
- 1.8k
- Merge medio
- 3 d 4 h
- PR fusionados (30 d)
- 122
Descripción
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
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.