Skip to content

Commit

Permalink
Update config.rst
Browse files Browse the repository at this point in the history
- remove pthread_scope_process parameter
  • Loading branch information
mhoh3963 authored Aug 4, 2023
1 parent 69a5960 commit c6486c8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions en/admin/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -349,8 +349,6 @@ On the below table, if "Applied" is "server parameter", that parameter affects t
| +-------------------------------------+-------------------------+---------+----------+--------------------------------+-----------------------+
| | use_stat_estimation | server parameter | | bool | no | |
| +-------------------------------------+-------------------------+---------+----------+--------------------------------+-----------------------+
| | pthread_scope_process | server parameter | | bool | yes | |
| +-------------------------------------+-------------------------+---------+----------+--------------------------------+-----------------------+
| | server | server parameter | | string | | |
| +-------------------------------------+-------------------------+---------+----------+--------------------------------+-----------------------+
| | service | server parameter | | string | | |
Expand Down Expand Up @@ -2063,8 +2061,6 @@ The following are other parameters. The type and value range for each parameter
+-------------------------------------+--------+----------------+----------------+----------------+
| use_stat_estimation | bool | no | | |
+-------------------------------------+--------+----------------+----------------+----------------+
| pthread_scope_process | bool | yes | | |
+-------------------------------------+--------+----------------+----------------+----------------+
| server | string | | | |
+-------------------------------------+--------+----------------+----------------+----------------+
| service | string | | | |
Expand Down Expand Up @@ -2201,10 +2197,6 @@ The following are other parameters. The type and value range for each parameter

**use_stat_estimation** is a parameter to specify whether to use the estimated information in calculating statistics or not. The default is no. The estimated information generated by the heap manager while processing DML is associated with the number of added objects. it is relatively accurate for the number of total objects, NOT for the number of distinct values.

**pthread_scope_process**

**pthread_scope_process** is a parameter to configure the contention scope of threads. It only applies to AIX systems. If the parameter is set to **no**, the contention scope becomes **PTHREAD_SCOPE_SYSTEM**; if it is set to **yes**, it becomes **PTHREAD_SCOPE_PROCESS**. The default value is **yes**.

**server**

**server** is a parameter used to register the name of database server process which will run automatically when CUBRID server starts.
Expand Down

0 comments on commit c6486c8

Please sign in to comment.