Version sans cache

Mise en cache désactivé. Réglage défaut pour cette page : actif (code DEF204)
Si l'affichage est trop lent, vous pouvez désactiver le mode utilisateur pour visualiser la version en cache.

Rechercher dans le manuel MySQL

22.3.2.4 Other NDB Cluster Configuration Parameters

The listings in this section provide information about parameters used in the [computer], [tcp], [shm], and [sci] sections of a config.ini file for configuring NDB Cluster. For detailed descriptions and additional information about individual parameters, see Section 22.3.3.10, “NDB Cluster TCP/IP Connections”, Section 22.3.3.12, “NDB Cluster Shared-Memory Connections”, or Section 22.3.3.13, “SCI Transport Connections in NDB Cluster”, as appropriate.

The following parameters apply to the config.ini file's [computer] section:

  • HostName: Host name or IP address of this computer.

  • Id: A unique identifier for this computer.

The following parameters apply to the config.ini file's [tcp] section:

  • Checksum: If checksum is enabled, all signals between nodes are checked for errors

  • Group: Used for group proximity; smaller value is interpreted as being closer

  • NodeId1: ID of node (data node, API node, or management node) on one side of the connection

  • NodeId2: ID of node (data node, API node, or management node) on one side of the connection

  • NodeIdServer: Set server side of TCP connection

  • OverloadLimit: When more than this many unsent bytes are in the send buffer, the connection is considered overloaded.

  • PreSendChecksum: If this parameter and Checksum are both enabled, perform pre-send checksum checks, and check all TCP signals between nodes for errors

  • Proxy:

  • ReceiveBufferMemory: Bytes of buffer for signals received by this node

  • SendBufferMemory: Bytes of TCP buffer for signals sent from this node

  • SendSignalId: Sends ID in each signal. Used in trace files. Defaults to true in debug builds.

  • TCP_MAXSEG_SIZE: Value used for TCP_MAXSEG

  • TCP_RCV_BUF_SIZE: Value used for SO_RCVBUF

  • TCP_SND_BUF_SIZE: Value used for SO_SNDBUF

  • TcpBind_INADDR_ANY: Bind InAddrAny instead of host name for server part of connection

The following parameters apply to the config.ini file's [shm] section:

  • Checksum: If checksum is enabled, all signals between nodes are checked for errors

  • Group:

  • NodeId1: ID of node (data node, API node, or management node) on one side of the connection

  • NodeId2: ID of node (data node, API node, or management node) on one side of the connection

  • NodeIdServer: Set server side of SHM connection

  • OverloadLimit: When more than this many unsent bytes are in the send buffer, the connection is considered overloaded.

  • PreSendChecksum: If this parameter and Checksum are both enabled, perform pre-send checksum checks, and check all SHM signals between nodes for errors

  • SendBufferMemory: Bytes in shared memory buffer for signals sent from this node

  • SendSignalId: Sends ID in each signal. Used in trace files.

  • ShmKey: A shared memory key; when set to 1, this is calculated by NDB

  • ShmSpinTime: When receiving, number of microseconds to spin before sleeping

  • ShmSize: Size of shared memory segment

  • Signum: Signal number to be used for signalling

The following parameters apply to the config.ini file's [sci] section:

  • Checksum: If checksum is enabled, all signals between nodes are checked for errors

  • Group:

  • Host1SciId0: SCI-node ID for adapter 0 on Host1 (a computer can have two adapters)

  • Host1SciId1: SCI-node ID for adapter 1 on Host1 (a computer can have two adapters)

  • Host2SciId0: SCI-node ID for adapter 0 on Host2 (a computer can have two adapters)

  • Host2SciId1: SCI-node ID for adapter 1 on Host2 (a computer can have two adapters)

  • NodeId1: ID of node (data node, API node, or management node) on one side of the connection

  • NodeId2: ID of node (data node, API node, or management node) on one side of the connection

  • NodeIdServer:

  • OverloadLimit: When more than this many unsent bytes are in the send buffer, the connection is considered overloaded.

  • SendLimit: Transporter send buffer contents are sent when this number of bytes is buffered

  • SendSignalId: Sends ID in each signal. Used in trace files.

  • SharedBufferSize: Size of shared memory segment


Rechercher dans le manuel MySQL

Traduction non disponible

Le manuel MySQL n'est pas encore traduit en français sur l'infobrol. Seule la version anglaise est disponible pour l'instant.

Document créé le 26/06/2006, dernière modification le 26/10/2018
Source du document imprimé : https://www.gaudry.be/mysql-rf-mysql-cluster-params-other.html

L'infobrol est un site personnel dont le contenu n'engage que moi. Le texte est mis à disposition sous licence CreativeCommons(BY-NC-SA). Plus d'info sur les conditions d'utilisation et sur l'auteur.

Références

  1. Consulter le document html Langue du document :en Manuel MySQL : https://dev.mysql.com/

Ces références et liens indiquent des documents consultés lors de la rédaction de cette page, ou qui peuvent apporter un complément d'information, mais les auteurs de ces sources ne peuvent être tenus responsables du contenu de cette page.
L'auteur de ce site est seul responsable de la manière dont sont présentés ici les différents concepts, et des libertés qui sont prises avec les ouvrages de référence. N'oubliez pas que vous devez croiser les informations de sources multiples afin de diminuer les risques d'erreurs.

Table des matières Haut