Parameter Name | Default Value | Value Range | Description |
fill factor(%) | 0 | [0 - 100] | Used to fine-tune the storage and performance of index data |
max worker threads | 0 | [672 - 32767] | Configures the number of worker threads available across the entire SQL Server for processing query requests, logins, logouts, and similar application requests. |
cost threshold for parallelism | 5 | [0 - 32767] | Specifies the threshold at which SQL Server creates and runs parallel query plans. |
max degree of parallelism | 0 | [0 - 1024] | The number of processors used to run a single statement each time a parallel plan is executed. |
optimize for ad hoc workloads | 0 | [0 | 1] | Improves the plan cache efficiency for workloads containing a large number of single-use ad hoc batches. |
min server memory(MB) | 0 | [0 - 4096] | Changes the amount of memory that the SQL Server memory manager can allocate to the SQL Server process. |
blocked process threshold(s) | 0 | [0 - 86400] | Specifies the threshold (in seconds) for generating blocked process reports using the blocked process threshold option. |
slow log threshold (ms) | 1000 | [1000 - 60000] | The execution time threshold (in milliseconds) for logging a statement as a slow query. |
default language | 0 | [0 - 33] | Configures the default language and specifies the default language for all newly created login users. |
Value | Description |
0 | English (US) |
1 | German |
2 | French |
3 | Japanese |
4 | Danish |
5 | Spanish |
6 | Italian |
7 | Dutch |
8 | Norwegian |
9 | Portuguese |
10 | Finnish |
11 | Swedish |
12 | Czech |
13 | Hungarian |
14 | Polish |
15 | Romanian |
16 | Croatian |
17 | Slovak |
18 | Slovene |
19 | Greek |
20 | Bulgarian |
21 | Russian |
22 | Turkish |
23 | English (British) |
24 | Estonian |
25 | Latvian |
26 | Lithuanian |
27 | Brazilian Portuguese |
28 | Traditional Chinese |
29 | Korean |
30 | Simplified Chinese |
31 | Arabic |
32 | Thai |
33 | Bokmål |









API | Description |
The interface (DescribeInstanceParams) is used to query the parameter list of an instance. | |
The interface (ModifyInstanceParam) is used to modify the parameters of a cloud database instance. | |
The interface (DescribeInstanceParamRecords) is used to query the modification history of instance parameters. |
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback