Questions tagged [dry-run]

Features related to running a command in a manner that merely previews its intended operation.

A dry-run allows a user to preview the outcome of a command or set of commands. This is usually done to test an actual command that may be difficult/impossible to be rolled back later, like file & directory deletions.

For instance, use this tag for questions related to PowerShell's -WhatIf common parameter.

16 questions
0
votes
0 answers

Is there a dry-run option in Impala?

Is there any way to test run a query and gain insight into possible query performance?
Simón Ramírez Amaya
  • 2,436
  • 2
  • 14
  • 31
1
2