Skip to content

Commit 35a278d

Browse files
authored
Merge pull request #7547 from JonathanHBokio/patch-1
Update troubleshooting-installations.md
2 parents 005a1db + e6d1240 commit 35a278d

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,14 @@ 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+
5054
Azure SQL lower than S3 doesn't support creating COLUMN STORE indexes. To work around this follow these steps: 
5155

5256
1. Scale your Azure SQL environment to S3.
5357
2. Restart the site.
5458
3. Scale back to your initial Azure SQL tier.
5559

56-
The COLUMN STORE indexes are created and can be used in a lower tier.
60+
The columnstore indexes are created and can be used in a lower tier.

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)