Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,13 @@

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

**DISCLAIMER:** When running Azure SQL on lower tiers and querying COLUMN STORE indexes, performance may significantly decrease.

Check warning on line 50 in 13/umbraco-engage/getting-started/for-developers/troubleshooting-installations.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐢 [UmbracoDocs.Editorializing] Consider removing 'significantly' as it can be considered opinionated. Raw Output: {"message": "[UmbracoDocs.Editorializing] Consider removing 'significantly' as it can be considered opinionated.", "location": {"path": "13/umbraco-engage/getting-started/for-developers/troubleshooting-installations.md", "range": {"start": {"line": 50, "column": 106}}}, "severity": "WARNING"}

Check failure on line 50 in 13/umbraco-engage/getting-started/for-developers/troubleshooting-installations.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐢 [UmbracoDocs.Acronyms] 'STORE' has no definition. Raw Output: {"message": "[UmbracoDocs.Acronyms] 'STORE' has no definition.", "location": {"path": "13/umbraco-engage/getting-started/for-developers/troubleshooting-installations.md", "range": {"start": {"line": 50, "column": 75}}}, "severity": "ERROR"}
Depending on the amount of data being processed, this can also lead to timeouts. Not reccommend for production level sites.

Azure SQL lower than S3 doesn't support creating COLUMN STORE indexes. To work around this follow these steps: 

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

The COLUMN STORE indexes are created and can be used in a lower tier.
The COLUMN STORE indexes are created and can be used in a lower tier.

Check failure on line 59 in 13/umbraco-engage/getting-started/for-developers/troubleshooting-installations.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐢 [UmbracoDocs.Acronyms] 'STORE' has no definition. Raw Output: {"message": "[UmbracoDocs.Acronyms] 'STORE' has no definition.", "location": {"path": "13/umbraco-engage/getting-started/for-developers/troubleshooting-installations.md", "range": {"start": {"line": 59, "column": 12}}}, "severity": "ERROR"}
Loading