QPR ProcessAnalyzer Native App in Snowflake: Difference between revisions

From QPR ProcessAnalyzer Wiki
Jump to navigation Jump to search
(Created page with " == Get started == == Load data == == Manage permissions == == Use virtual warehouses ==")
 
Line 7: Line 7:


== Use virtual warehouses ==
== Use virtual warehouses ==
When QPR ProcessAnalyzer Native App installed, an XS-size virtual warehouse is created and it's used by default. Different warehouse can be used by changing it with the following command:
<pre>
ALTER SERVICE <service_name> SET QUERY_WAREHOUSE = <warehouse_name>;
</pre>

Revision as of 07:41, 3 October 2024

Get started

Load data

Manage permissions

Use virtual warehouses

When QPR ProcessAnalyzer Native App installed, an XS-size virtual warehouse is created and it's used by default. Different warehouse can be used by changing it with the following command:

ALTER SERVICE <service_name> SET QUERY_WAREHOUSE = <warehouse_name>;