Server System Variables
499
Option Sets Variable
Yes,
table_lock_wait_timeout
[498]
Variable Name
table_lock_wait_timeout
Variable Scope
Global
Dynamic Variable
Yes
Permitted Values
Type
numeric
Default
50
Range
1 .. 1073741824
This variable is unused.
•
table_type
[499]
Variable Name
table_type
Variable Scope
Global, Session
Dynamic Variable
Yes
Deprecated
5.2.5, by
storage_engine
Permitted Values
Type
enumeration
This variable is a synonym for
storage_engine
[497]
. In MySQL 5.0,
storage_engine
[497]
is the preferred name;
table_type
[499]
is deprecated and is removed in MySQL 5.5.
•
thread_cache_size
[499]
Command-Line Format
--thread_cache_size=#
Option-File Format
thread_cache_size
Option Sets Variable
Yes,
thread_cache_size
[499]
Variable Name
thread_cache_size
Variable Scope
Global
Dynamic Variable
Yes
How many threads the server should cache for reuse. When a client disconnects, the client's threads
are put in the cache if there are fewer than
thread_cache_size
[499]
threads there. Requests
for threads are satisfied by reusing threads taken from the cache if possible, and only when the
cache is empty is a new thread created. This variable can be increased to improve performance
if you have a lot of new connections. Normally, this does not provide a notable performance
improvement if you have a good thread implementation. However, if your server sees hundreds
of connections per second you should normally set
thread_cache_size
[499]
high enough
so that most new connections use cached threads. By examining the difference between the
Connections
[524]
and
Threads_created
[534]
status variables, you can see how efficient
the thread cache is. For details, see
Section 5.1.6, “Server Status Variables”
.
•
thread_concurrency
[499]
Command-Line Format
--thread_concurrency=#
Option-File Format
thread_concurrency
Option Sets Variable
Yes,
thread_concurrency
[499]
Variable Name
thread_concurrency
Variable Scope
Global
Содержание 5.0
Страница 1: ...MySQL 5 0 Reference Manual ...
Страница 18: ...xviii ...
Страница 60: ...40 ...
Страница 396: ...376 ...
Страница 578: ...558 ...
Страница 636: ...616 ...
Страница 844: ...824 ...
Страница 1234: ...1214 ...
Страница 1426: ...MySQL Proxy Scripting 1406 The following diagram shows an overview of the classes exposed by MySQL Proxy ...
Страница 1427: ...MySQL Proxy Scripting 1407 ...
Страница 1734: ...1714 ...
Страница 1752: ...1732 ...
Страница 1783: ...Configuring Connector ODBC 1763 ...
Страница 1793: ...Connector ODBC Examples 1773 ...
Страница 1839: ...Connector Net Installation 1819 2 You must choose the type of installation to perform ...
Страница 1842: ...Connector Net Installation 1822 5 Once the installation has been completed click Finish to exit the installer ...
Страница 1864: ...Connector Net Visual Studio Integration 1844 Figure 20 24 Debug Stepping Figure 20 25 Function Stepping 1 of 2 ...
Страница 2850: ...2830 ...
Страница 2854: ...2834 ...
Страница 2928: ...2908 ...
Страница 3000: ...2980 ...
Страница 3122: ...3102 ...
Страница 3126: ...3106 ...
Страница 3174: ...3154 ...
Страница 3232: ...3212 ...