Examples with "while 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.
MyISAM relies on the filesystem block cache for caching reads to the data rows and indexes, while InnoDB does this within the engine itself, combining the row caches with the index caches.
MyISAM deja al sistema operativo la tarea de hacer la caché de las lecturas y escrituras de los registros, mientras que InnoDB realiza él mismo la tarea, combinando cachés de registro y de índice.
Andere resultaten
The MyISAM engine only uses heap tables while the InnoDB engine always uses clustered indexes.
El motor MyISAM usa solamente el heap de las tablas a pesar de que el motor InnoDB emplea siempre los índices agrupados.
In this case, the solution is to extend the InnoDB tablespace.
En este caso, la solución es aumentar el espacio de tablas InnoDB.
InnoDB does not keep an internal count of rows in a table.
InnoDB no lleva una cuenta interna de las filas en una tabla.
After that, InnoDB starts to allocate whole extents to the segment.
Luego de ello, comienza a ubicar áreas enteras en el segmento.
However, do not create or change any InnoDB tables yet.
Sin embargo, aún no creará ni modificará ninguna tabla InnoDB.
Severely damaged and partial InnoDB files can be reconstructed in manual mode.
Se pueden reconstruir en modo manual los archivos InnoDB severamente dañados y parciales.
InnoDB supports transactions, which means you can commit and roll back.
InnoDB soporta transacciones, lo que significa que se puede guardar y deshacer.
InnoDB has shown to perform better and be more reliable.
InnoDB ha demostrado que funciona mejor y es más fiable.
If you use InnoDB with large tables, you should increase this value.
Si usa InnoDB con tablas grandes, debe incrementar este valor.
The following example shows possible configuration parameters in my.cnf for InnoDB.
El siguiente ejemplo muestra posibles parámetros de configuración InnoDB en my.cnf.
The paths to individual InnoDB data files and their sizes.
Las rutas a los ficheros individuales de datos y sus tamaños.
This happens when InnoDB does a sequential full table scan.
Esto pasa cuando InnoDB realiza un escaneo secuencial completo de una tabla.