Examples with "pool InnoDB" and their translation in Spaans
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.
The size in bytes of a memory pool InnoDB uses to store data dictionary information and other internal data structures.
El tamaño del pool de memoria que InnoDB utiliza para almacenar información del diccionario de datos y otras estructuras de datos internas.
Andere resultaten
The number of latched pages in InnoDB buffer pool.
El número de páginas bloqueadas en el buffer InnoDB.
The number writes done to the InnoDB buffer pool.
El número de escrituras hechas al buffer de InnoDB.
Normally, writes to the InnoDB buffer pool happen in the background.
Normalmente, las escrituras al buffer de InnoDB se llevan acabo en segundo plano.
During the conversion of big tables, increase the size of the InnoDB buffer pool to reduce disk I/O.
Durante la conversión de tablas grandes, se puede reducir la cantidad de operaciones de E/S en disco incrementando el tamaño del pool de buffer de InnoDB.
When a record is inserted into a nonunique secondary index page that is not in the buffer pool, InnoDB inserts the record into a special B-tree: the insert buffer.
Si ese es el caso, InnoDB realizará la inserción directamente en la página de índice. Si dicha página no se encuentra en el pool de buffer, InnoDB insertará la entrada en una estructura de buffer de inserciones especial.
4 GB remains from the original total, so the calculation would be to allocate anywhere from 2 to 3 GB to the InnoDB buffer pool size setting.
Quedan 4 GB del total, de modo que el cálculo sería asignar entre 2 y 3 GB al ajuste de tamaño de área de buffer de InnoDB.
Use parallelization for InnoDB for better results, and remember to tune basic parameters like your transaction log size and buffer pool.
Usa la paralelización en InnoDB para mejorar los resultados, y recuerda ajustar parámetros básicos como el tamaño de archivo de transacciones y el buffer pool.
The size in bytes of the buffer pool, the memory area where InnoDB caches table and index data.
El tamaño del buffer de memoria que InnoDB emplea para el almacenamiento intermedio de los datos e índices de sus tablas.
When InnoDB has written the log files full, it must write the modified contents of the buffer pool to disk in a checkpoint.
Cuando InnoDB ha colmado la capacidad de los ficheros de log, debe escribir los contenidos modificados desde el pool de buffer al disco en un punto de verificación.
If InnoDB runs out of memory in this pool, it starts to allocate memory from the operating system and writes warning messages to the MySQL error log.
Si InnoDB se queda sin memoria en este pool, comenzará a tomar memoria del sistema operativo, y dejará mensajes de advertencia en el log de errores de MySQL.
To process a SELECT COUNT( ) FROM t statement, InnoDB must scan an index of the table, which takes some time if the index is not entirely in the buffer pool.
Para procesar una sentencia SELECT COUNT( ) FROM T, InnoDB debe examinar un índice de la tabla, lo cual lleva algún tiempo si el índice no está completamente dentro del pool de buffer.
The main thread in InnoDB tries to write pages from the buffer pool so that the percentage of dirty (not yet written) pages will not exceed this value.
El subproceso (thread) principal en InnoDB intenta volcar páginas desde el pool de buffer de modo que a lo sumo este porcentaje de las páginas aún sin volcar sea volcado en un momento determinado.