This endpoint refreshes a materialized view, triggering a new execution to update its data.
By default, the refresh runs on the medium engine. To boost performance, pass in a JSON body with {{"performance": "large"}}. Credits are consumed based on actual compute resources used for the refresh operation.
If you prefer medium performance, you can omit the performance parameter.
Refreshing a materialized view triggers a query execution to update the view with the latest data
Use the returned execution_id to check the status of the refresh operation
Credits are consumed based on actual compute resources used, the performance tier selected, and the amount of data written (e.g., table creation and data insertion)