Vertaling van "the SQL hint" in Frans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Number of statements sent to a slave because statement begins with the SQL hint to force use of slave.
Nombre de requêtes envoyées à un esclave par le fait que la requête commence par une astuce SQL pour forcer l'utilisation d'un esclave.
Number of statements sent to server which has run the previous statement, because statement begins with the SQL hint to force use of previously used server.
Nombre de requêtes envoyées au serveur qui a exécuté les précédentes requêtes, par le fait que la requête commence par une astuce SQL pour forcer l'utilisation du serveur précédemment utilisé.
A statement is considered eligible for caching if it either begins with the SQL hint enabling caching or it is a SELECT statement.
Une requête est considérée éligible à la mise en cache si elle commence par une astuce SQL activant la mise en cache, ou si c'est une requête de type SELECT.
The SELECT statement is cached for three seconds because it is prefixed with the SQL hint enabling caching.
La requête SELECT est mise en cache pour 3 secondes, car elle est préfixée d'une astuce SQL activant la mise en cache.
If an application running on top of an asynchronous MySQL replication cluster cannot accept stale data for certain reads, it is easier to tell the plugin to choose appropriate nodes than prefixing all read statements in question with the SQL hint to enforce the use of the master.
Si une application qui tourne avec une réplication MySQL asynchrone ne peut accepter de données non fraiches sur certaines lectures, il est plus simple de laisser le plugin choisir le noeud approprié que de préfixer toutes ses requêtes d'astuces SQL pour forcer l'utilisation du maitre.
Therefore it is recommended to use the SQL hint string constants instead of manually adding the default SQL hints to the query string.
Toutefois, il est recommandé d'utiliser les constantes relatives aux astuces SQL au lieu d'ajouter manuellement les astuces SQL dans la chaîne de la requête.
The SQL hint must be given at the very beginning of the statement string to enable caching.
L'astuce SQL doit être fournie au tout début de la chaîne de requête pour activer la mise en cache.
The SQL hint must be appear immediately after the SQL hint which enables caching.