Translation

English
English Spanish
If your tables have very large indexes, you must operate with the Barracuda innodb_file_format and the innodb_large_prefix equal to 1. Failure to do this may result in plugins that can not properly create tables. Si sus tablas tienen índices muy grandes, debe operar con Barracuda innodb_file_format y innodb_large_prefix igual a 1. Si no lo hace, es posible que los complementos no puedan crear tablas correctamente.
InnoDB will hold as much tables and indexes in system memory as is possible. Therefore, you should make the innodb_buffer_pool large enough to hold as much of the tables and index in memory. Checking the size of the /var/lib/mysql/cacti directory will help in determining this value. We are recommending 25%% of your systems total memory, but your requirements will vary depending on your systems size. InnoDB contendrá tantas tablas e índices en la memoria del sistema como sea posible. Para eso, debería incrementar el valor de innodb_buffer_pool lo suficiente como para contener las tablas e índices en memoria. Comprobando el tamaño del directorio /var/lib/mysql/cacti ayudará a determinar este valor. Recomendamos 25% del total de memoria de su sistema, pero los requerimientos pueden variar dependiendo del tamaño del sistema.
This settings should remain ON unless your Cacti instances is running on either ZFS or FusionI/O which both have internal journaling to accomodate abrupt system crashes. However, if you have very good power, and your systems rarely go down and you have backups, turning this setting to OFF can net you almost a 50% increase in database performance. Esta configuración debe permanecer ENCENDIDA a menos que sus instancias de Cacti se estén ejecutando en ZFS o FusionI / O, que tienen registros internos para adaptarse a fallas abruptas del sistema. Sin embargo, si tiene muy buena energía, y sus sistemas rara vez fallan y tiene copias de seguridad, desactivar esta configuración puede generar un aumento de casi un 50% en el rendimiento de la base de datos.
This is where metadata is stored. If you had a lot of tables, it would be useful to increase this. Esto es donde se almacenan los Metadatos. Si tuvieras un montón de tablas, sería útil incrementar este valor.
Rogue queries should not for the database to go offline to others. Kill these queries before they kill your system. La base de datos podría quedar inaccesible debido a consultas no autorizadas. Elimina estas consultas no autorizadas antes de que afecten su sistema.
Maximum I/O performance happens when you use the O_DIRECT method to flush pages. El máximo rendimiento de E/S se produce cuando se utiliza el método O_DIRECT para enjuagar las páginas.
Setting this value to 2 means that you will flush all transactions every second rather than at commit. This allows %s to perform writing less often. Especificando este valor a 2 significa que vaciarás toda las transacciones cada segundo en lugar de cada consolidación. Esto permite a %s realizar escritura no tan seguido.
With modern SSD type storage, having multiple io threads is advantageous for applications with high io characteristics. Con almacenamiento moderno SSD, teniendo multiples threads de entrada y salida es ventajoso para aplicaciones caracterizadas por gran uso de operaciones de entrada y salida.
As of %s %s, the you can control how often %s flushes transactions to disk. The default is 1 second, but in high I/O systems setting to a value greater than 1 can allow disk I/O to be more sequential A partir de %s %s, puede controlar cuan frecuente %s vuelca las transacciones a disco. Por defecto es 1 segundo, pero en sistemas de alto I/O, especificar un valor superior a 1 puede permitir que los I/O de disco sean más secuenciales
With modern SSD type storage, having multiple read io threads is advantageous for applications with high io characteristics. Depending on your MariaDB/MySQL versions, this value can go as high as 64. But try to keep the number less than your total SMT threads on the database server. Con tipos de almacenamiento moderno SSD, teniendo múltiples procesos I/O de lectura es ventajoso para aplicaciones caracterizadas por gran uso de operaciones de entrada y salida.
With modern SSD type storage, having multiple write io threads is advantageous for applications with high io characteristics. Depending on your MariaDB/MySQL versions, this value can go as high as 64. But try to keep the number less than your total SMT threads on the database server. Con tipos de almacenamiento moderno SSD, teniendo múltiples procesos I/O de escritura es ventajoso para aplicaciones caracterizadas por gran uso de operaciones de entrada y salida.
%s will divide the innodb_buffer_pool into memory regions to improve performance for versions of MariaDB less than 10.5. The max value is 64, but should not exceed more than the number of CPU cores/threads. When your innodb_buffer_pool is less than 1GB, you should use the pool size divided by 128MB. Continue to use this equation up to the max the number of CPU cores or 64. %s dividirá innodb_buffer_pool en regiones de memoria para mejorar el rendimiento. El valor máximo es 64. Cuando innodb_buffer_pool es inferior a 1GB, debería usar el tamaño del pool dividido por 128MB. Siga usando esta ecuación basándose en un máximo de 64.
%s will divide the innodb_buffer_pool into memory regions to improve performance for versions of MySQL upto and including MySQL 8.0. The max value is 64, but should not exceed more than the number of CPU cores/threads. When your innodb_buffer_pool is less than 1GB, you should use the pool size divided by 128MB. Continue to use this equation up to the max of the number of CPU cores or 64. %s dividirá innodb_buffer_pool en regiones de memoria para mejorar el rendimiento. El valor máximo es 64. Cuando innodb_buffer_pool es inferior a 1GB, debería usar el tamaño del pool dividido por 128MB. Siga usando esta ecuación basándose en un máximo de 64.
If you have SSD disks, use this suggestion. If you have physical hard drives, use 200 * the number of active drives in the array. If using NVMe or PCIe Flash, much larger numbers as high as 100000 can be used. Si tiene discos SSD, utilice esta sugerencia. Si tiene discos duros físicos, use 200 * el número de unidades activas en el arreglo. Si se utiliza NVMe o PCIe Flash, se pueden utilizar números mucho más grandes de hasta 100000.
If you have SSD disks, use this suggestion. If you have physical hard drives, use 2000 * the number of active drives in the array. If using NVMe or PCIe Flash, much larger numbers as high as 200000 can be used. Si tiene discos SSD, utilice esta sugerencia. Si tiene discos duros físicos, use 2000 * el número de discos activos en el arreglo. Si se utiliza NVMe o PCIe Flash, se pueden utilizar números mucho más grandes de hasta 200000.
If you have SSD disks, use this suggestion. Otherwise, do not set this setting. Si tiene discos SSD, utilice esta sugerencia. De lo contrario, no configure esta opción.
With modern SSD type storage, having multiple read io threads is advantageous for applications with high io characteristics. Con tipos de almacenamiento moderno SSD, teniendo múltiples procesos I/O de lectura es ventajoso para aplicaciones caracterizadas por gran uso de operaciones de entrada y salida.
With modern SSD type storage, having multiple write io threads is advantageous for applications with high io characteristics. Con tipos de almacenamiento moderno SSD, teniendo múltiples procesos I/O de escritura es ventajoso para aplicaciones caracterizadas por gran uso de operaciones de entrada y salida.
When using MariaDB 10.2.4 and above, this setting should be off if atomic writes are enabled. Therefore, please enable atomic writes instead of the double write buffer as it will increase performance. Al usar MariaDB 10.2.4 y superior, esta configuración debe estar desactivada si las escrituras atómicas están habilitadas. Por lo tanto, habilite las escrituras atómicas en lugar del búfer de escritura doble, ya que aumentará el rendimiento.
When using MariaDB 10.2.4 and above, you can use atomic writes over the doublewrite buffer to increase performance. Al usar MariaDB 10.2.4 y superior, puede usar escrituras atómicas sobre el búfer de escritura doble para aumentar el rendimiento.
%s Tuning %s Optimización
Note: Many changes below require a database restart Nota: muchos de los cambios a continuación requieren reiniciar la base de datos
Variable Variable
Current Value Valor actual
Recommended Value Valor recomendado
Comments Comentarios
PHP %s is the minimum version PHP %s es la versión mínima
A minimum of %s memory limit Mínimo límite de memoria %s
A minimum of %s m execution time Mínimo tiempo de ejecución %s
A valid timezone that matches MySQL and the system Una zona horaria válida que coincida con MySQL y el sistema
A useful name for this VDEF. Un nombre útil para este VDEF.
Component Translation Difference to current string
This translation Propagated Needs editing Cacti/core (v1.2.x)
The following string has the same context and source.
Propagated Needs editing Cacti/core

Loading…

No matching activity found.

Browse all component changes

Glossary

English Spanish
No related strings found in the glossary.

String information

Source string location
lib/utility.php:1173 lib/utility.php:1209
String age
2 years ago
Source string age
3 years ago
Translation file
locales/po/es-ES.po, string 3740