Rechercher dans le manuel MySQL
22.5.10.26 The ndbinfo memoryusage Table
Querying this table provides information similar to that
provided by the ALL REPORT
MemoryUsage
command in the ndb_mgm
client, or logged by ALL DUMP
1000
.
The following table provides information about the columns in
the memoryusage
table. For each column, the
table shows the name, data type, and a brief description.
Additional information can be found in the notes following the
table.
Table 22.400 Columns of the memoryusage table
Column Name | Type | Description |
---|---|---|
node_id |
integer | The node ID of this data node. |
memory_type |
string | One of Data memory , Index memory ,
or Long message buffer . |
used |
integer | Number of bytes currently used for data memory or index memory by this data node. |
used_pages |
integer | Number of pages currently used for data memory or index memory by this data node; see text. |
total |
integer | Total number of bytes of data memory or index memory available for this data node; see text. |
total_pages |
integer | Total number of memory pages available for data memory or index memory on this data node; see text. |
The total
column represents the total amount
of memory in bytes available for the given resource (data memory
or index memory) on a particular data node. This number should
be approximately equal to the setting of the corresponding
configuration parameter in the config.ini
file.
Suppose that the cluster has 2 data nodes having node IDs
5
and 6
, and the
config.ini
file contains the following:
[ndbd default]
DataMemory = 1G
IndexMemory = 1G
Suppose also that the value of the
LongMessageBuffer
configuration parameter is allowed to assume its default (64
MB).
The following query shows approximately the same values:
- +---------+---------------------+------------+
- | node_id | memory_type | total |
- +---------+---------------------+------------+
- +---------+---------------------+------------+
In this case, the total
column values for
index memory are slightly higher than the value set of
IndexMemory
due to
internal rounding.
For the used_pages
and
total_pages
columns, resources are measured
in pages, which are 32K in size for
DataMemory
and 8K for
IndexMemory
. For long
message buffer memory, the page size is 256 bytes.
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-mysql-cluster-ndbinfo-memoryusage.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.