Skip to content

Commit f7965db

Browse files
Update troubleshooting-installations.md
This disclaimer is important as reports generated for AB tests can causes sites to crash due to highload on DTU
1 parent b414933 commit f7965db

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

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

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

50+
```
51+
DISCLAIMER: When running Azure SQL on lower tiers and querying columnstore indexes, performance may significantly decrease. Depending on the amount of data being processed, this can also lead to timeouts. We do not reccommend doing this on production level sites
52+
```
5053
Azure SQL lower than S3 doesn't support creating COLUMN STORE indexes. To work around this follow these steps: 
5154

5255
1. Scale your Azure SQL environment to S3.
5356
2. Restart the site.
5457
3. Scale back to your initial Azure SQL tier.
5558

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

0 commit comments

Comments
 (0)