in Snowflake, Does resize of an existing warehouse helps in improving the performance of a running query ?
Asked
Active
Viewed 158 times
2 Answers
1
Resizing a running warehouse does not impact queries that are already being processed by the warehouse; the additional servers are only used for queued and new queries.

demircioglu
- 3,069
- 1
- 15
- 22
0
If your warehouse was severely undersized for the running query, you would be better off aborting that query, and rerunning it after the warehouse has been resized appropriately.

HIlda Davies
- 141
- 2