1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-09 10:56:49 +00:00

gcloud: Wed Mar 19 10:42:21 UTC 2025

This commit is contained in:
Automated 2025-03-19 10:42:21 +00:00
parent a459a88a5f
commit e555fef0aa
170 changed files with 6428 additions and 659 deletions

View file

@ -78,8 +78,14 @@ OPTIONAL FLAGS
Returns only the query plan, without any result rows or execution
statistics information.
PROFILE
Returns both the query plan and the execution statistics along with
the result rows.
Returns the query plan, overall execution statistics,
operator-level execution statistics, along with the result rows.
WITH_PLAN_AND_STATS
Returns the query plan, overall (but not operator-level) execution
statistics, along with the results.
WITH_STATS
Returns the overall (but not operator-level) execution statistics
along with the results.
--timeout=TIMEOUT; default="10m"
Maximum time to wait for the SQL query to complete. See $ gcloud topic