spannerdataupdater

command
v0.0.0-...-eccc6d0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 3, 2024 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Overview

Provides a method for executing long-running Partitioned DML statements, as needed to perform data backfills after schema changes to Spanner tables.

Provided because the gcloud command:

gcloud spanner databases execute-sql --enable-partitioned-dml --sql="<SQL>"

does not support long running statements (beyond ~40 mins or so), regardless of the timeout paramater specified.

Example usage:

go run main.go \
 -sql='UPDATE TestResults SET <Something> WHERE <Something Else>' \
 -project=chops-weetbix-dev -instance=dev -database=chops-weetbix-dev

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL