formatting changes and addition text

This commit is contained in:
Bob Ward 2020-01-29 12:59:47 -06:00
Родитель e891f3f142
Коммит 1e4d49f1be
2 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -108,6 +108,8 @@ Substitute the password for the login for the Azure SQL Database Server created
This script will use 10 concurrent users running the workload query 1500 times.
>NOTE: If you are not seeing CPU usage behavior with this workload for your environment you can adjust the **-n parameter** for number of users and **-r parameter** for iterations.
From a powershell command prompt, change to the directory for this module activity:
<pre>
@ -353,6 +355,8 @@ Look at the Overview blade again for the Compute Utilization. Notice the signifi
<img src="../graphics/Azure_Portal_Compute_Query_Comparison.png" alt="Azure_Portal_Compute_Query_Comparison"/>
>**NOTE:** If you continue to increase vCores for this database you can improve performance up to a threshold where all queries have plenty of CPU resources. This does not mean you must match the number of vCores to the number of concurrent users from your workload. In addition, you can change the Pricing Tier to use **Serverless** *Compute Tier* instead of **Provisioned** to achieve a more "auto-scaled" approach to a workload. For example, for this workload if you chose a min vCore value of 2 and max VCore value of 8, this workload would immediately scale to 8vCores.
- Observe differences with XEvents.
TODO: Does this become part of the bonus activity.

Просмотреть файл

@ -1 +1 @@
ostress.exe -Sbobazuresqlserver.database.windows.net -itopcustomersales.sql -Uthewandog -dAdventureWorks0406 -P$cprsqlserver2019 -n10 -r1500 -q
ostress.exe -S<server>.database.windows.net -itopcustomersales.sql -U<login> -dAdventureWorks0406 -P<password> -n10 -r1500 -q