Rechercher dans le manuel MySQL
26.12.2.5 The setup_threads Table
The setup_threads
table lists
instrumented thread classes. It exposes thread class names and
attributes:
- *************************** 1. row ***************************
- NAME: thread/performance_schema/setup
- ENABLED: YES
- HISTORY: YES
- PROPERTIES: singleton
- VOLATILITY: 0
- DOCUMENTATION: NULL
- ...
- *************************** 4. row ***************************
- NAME: thread/sql/main
- ENABLED: YES
- HISTORY: YES
- PROPERTIES: singleton
- VOLATILITY: 0
- DOCUMENTATION: NULL
- *************************** 5. row ***************************
- NAME: thread/sql/one_connection
- ENABLED: YES
- HISTORY: YES
- PROPERTIES: user
- VOLATILITY: 0
- DOCUMENTATION: NULL
- ...
- *************************** 10. row ***************************
- NAME: thread/sql/event_scheduler
- ENABLED: YES
- HISTORY: YES
- PROPERTIES: singleton
- VOLATILITY: 0
- DOCUMENTATION: NULL
The setup_threads
table has these
columns:
NAME
The instrument name. Thread instruments begin with
thread
(for example,thread/sql/parser_service
orthread/performance_schema/setup
).ENABLED
Whether the instrument is enabled. The value is
YES
orNO
. This column can be modified, although settingENABLED
has no effect for threads that are already running.For background threads, setting the
ENABLED
value controls whetherINSTRUMENTED
is set toYES
orNO
for threads that are subsequently created for this instrument and listed in thethreads
table. For foreground threads, this column has no effect; thesetup_actors
table takes precedence.HISTORY
Whether to log historical events for the instrument. The value is
YES
orNO
. This column can be modified, although settingHISTORY
has no effect for threads that are already running.For background threads, setting the
HISTORY
value controls whetherHISTORY
is set toYES
orNO
for threads that are subsequently created for this instrument and listed in thethreads
table. For foreground threads, this column has no effect; thesetup_actors
table takes precedence.PROPERTIES
The instrument properties. This column uses the
SET
data type, so multiple flags from the following list can be set per instrument:singleton
: The instrument has a single instance. For example, there is only one thread for thethread/sql/main
instrument.user
: The instrument is directly related to user workload (as opposed to system workload). For example, threads such asthread/sql/one_connection
executing a user session have theuser
property to differentiate them from system threads.
VOLATILITY
The instrument volatility. This column has the same meaning as in the
setup_instruments
table. See Section 26.12.2.3, “The setup_instruments Table”.DOCUMENTATION
A string describing the instrument purpose. The value is
NULL
if no description is available.
The setup_threads
table has these
indexes:
Primary key on (
NAME
)
TRUNCATE TABLE
is not permitted
for the setup_threads
table.
Nederlandse vertaling
U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.
Bij voorbaat dank.
Document heeft de 26/06/2006 gemaakt, de laatste keer de 26/10/2018 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/mysql-rf-setup-threads-table.html
De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.
Referenties
Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur Deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.