1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-09 19:06:53 +00:00

gcloud: Wed Feb 7 10:26:58 UTC 2024

This commit is contained in:
Automated 2024-02-07 10:26:58 +00:00
parent 40bc27506b
commit 3efce28165
109 changed files with 4100 additions and 399 deletions

View file

@ -4,7 +4,8 @@ NAME
SYNOPSIS
gcloud alpha sql import sql INSTANCE URI [--async]
[--database=DATABASE, -d DATABASE] [--user=USER] [GCLOUD_WIDE_FLAG ...]
[--database=DATABASE, -d DATABASE] [--parallel] [--threads=THREADS]
[--user=USER] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) gcloud alpha sql import sql imports data into a Cloud SQL instance
@ -45,6 +46,15 @@ FLAGS
specified in the file to be imported. If your SQL dump file includes a
database statement, it will override the database set in this flag.
--parallel
Perform a parallel import. This flag is only applicable to MySQL and
Postgres.
--threads=THREADS
Specifies the number of threads to use for the parallel import. If
--parallel is specified and this flag is not provided, Cloud SQL uses a
default thread count to optimize performance.
--user=USER
PostgreSQL user for this import operation.