Skip to content

Commit e6d1240

Browse files
Update troubleshooting-installations.md
Add changes to v16
1 parent fdd3229 commit e6d1240

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

16/umbraco-engage/getting-started/for-developers/troubleshooting-installations.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,15 @@ await app.BootUmbracoAsync();
4747

4848
#### When running on Azure SQL tier lower than S3
4949

50+
{% hint style="warning" %}
51+
When running Azure SQL on lower tiers and querying columnstore indexes, performance may decrease. Depending on the amount of data being processed, this can also lead to timeouts. This configuration is not recommended for production environments.
52+
{% endhint %}
53+
54+
5055
Azure SQL lower than S3 doesn't support creating COLUMNSTORE indexes. To work around this follow these steps: 
5156

5257
1. Scale your Azure SQL environment to S3.
5358
2. Restart the site.
5459
3. Scale back to your initial Azure SQL tier.
5560

56-
The COLUMNSTORE indexes are created and can be used in a lower tier.
61+
The columnstore indexes are created and can be used in a lower tier.

0 commit comments

Comments
 (0)