Translation

English
English Dutch
When performing joins, if they are below this size, they will be kept in memory and never written to a temporary file. As this is a per connection memory allocation, care must be taken not to increase it too high. The sum of the join_buffer_size + sort_buffer_size + read_buffer_size + read_rnd_buffer_size + thread_stack + binlog_cache_size + Core MySQL/MariaDB memory should be below 80%. If the recommendation is negative, you must decrease this and or the sort_buffer_size until the recommendation fits within the allowable memory.
When using InnoDB storage it is important to keep your table spaces separate. This makes managing the tables simpler for long time users of %s. If you are running with this currently off, you can migrate to the per file storage by enabling the feature, and then running an alter statement on all InnoDB tables. Wanneer de InnoDB storage engine wordt gebruikt is het belangrijk om de table spaces gescheiden te houden. Dit maakt het beheer van de tabellen simpeler voor langdurig gebruik van %s. Als op dit moment deze waarde niet actief is, kunt u migreren naar de per-bestand opslag door deze optie te activeren en een ALTER statement uit te voeren op iedere InnoDB tabel.
When using innodb_file_per_table, it is important to set the innodb_file_format to Barracuda. This setting will allow longer indexes important for certain Cacti tables. Bij het gebruik van innodb_file_per_table is het belangrijk om het innodb_file_format in te stellen op Barracuda. Deze instelling maakt langere indexen mogelijk die belangrijk zijn voor bepaalde Cactustabellen.
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. Als uw tabellen zeer grote indexen hebben, moet u werken met de Barracuda innodb_file_format en de innodb_large_prefix gelijk aan 1. Als u dit niet doet, kan dit leiden tot plug-ins die niet goed tabellen kunnen maken.
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 zal zoveel mogelijk tabellen en indexen in het systeemgeheugen opslaan. Daarom moet je de innodb_buffer_pool groot genoeg maken om zoveel mogelijk van de tabellen en index in het geheugen te houden. Het controleren van de grootte van de map /var/lib/mysql/cacti helpt bij het bepalen van deze waarde. Wij raden 25% van het totale geheugen van uw systemen aan, maar uw behoeften zullen variëren afhankelijk van de grootte van uw systemen.
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. Deze instellingen moeten AAN blijven tenzij uw Cacti-instanties op ZFS of FusionI / O draaien, die beide een interne logboek hebben om abrupte systeemcrashes op te vangen. Als u echter een zeer goede voeding heeft en uw systemen zelden uitvallen en u back-ups heeft, kunt u door deze instelling op UIT te zetten de databaseprestaties met bijna 50% verhogen.
This is where metadata is stored. If you had a lot of tables, it would be useful to increase this. Dit is waar metadata is opgeslagen. Als u een grote hoeveelheid tabellen heeft is het handig om deze waarde te verhogen.
Rogue queries should not for the database to go offline to others. Kill these queries before they kill your system. Rogue-queries zouden niet moeten omdat deze de server omlaag halen. Kill deze queries voordat ze uw systeem killen.
Maximum I/O performance happens when you use the O_DIRECT method to flush pages. Maximale I/O-prestaties worden bereikt wanneer u de O_DIRECT-methode gebruikt om pagina's door te spoelen.
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. Het instellen van deze waarde op 2 betekent dat je alle transacties elke seconde spoelt in plaats van bij het vastleggen. Hierdoor kan %s minder vaak schrijven.
With modern SSD type storage, having multiple io threads is advantageous for applications with high io characteristics. Met moderne SSD opslag is het hebben van meerdere IO threads voordelig voor applicaties met een hoog IO gebruik.
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 Vanaf %s %s %s, kunt u controleren hoe vaak %s transacties naar de schijf spoelt. De standaardwaarde is 1 seconde, maar in hoge I/O-systemen kan het instellen op een waarde groter dan 1 de I/O van de schijf meer sequentieel maken.
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. Met moderne SSD opslag is het hebben van meerdere lees IO threads voordelig voor applicaties met een hoog IO gebruik.
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. Met moderne SSD opslag is het hebben van meerdere schrijf IO threads voordelig voor applicaties met een hoog IO gebruik.
%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 zal de innodb_buffer_pool onderverdelen in geheugendelen om de snelheid te optimaliseren. De maximale waarde is 64. Wanneer uw innodb_buffer_pool minder is dan 1GB, moet u de pool grootte delen door 128MB. Ga hiermee door tot de maximale waarde van 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 zal de innodb_buffer_pool onderverdelen in geheugendelen om de snelheid te optimaliseren. De maximale waarde is 64. Wanneer uw innodb_buffer_pool minder is dan 1GB, moet u de pool grootte delen door 128MB. Ga hiermee door tot de maximale waarde van 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. Als u SSD-schijven hebt, gebruik dan deze suggestie. Als u fysieke harde schijven hebt, gebruik dan 200 * het aantal actieve schijven in de array. Bij gebruik van NVMe of PCIe Flash kunnen veel grotere aantallen tot 100000 worden gebruikt.
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. Als u SSD-schijven hebt, gebruik dan deze suggestie. Als u fysieke harde schijven hebt, gebruik dan 2000 * het aantal actieve schijven in de array. Bij gebruik van NVMe of PCIe Flash kunnen veel grotere aantallen tot 200000 worden gebruikt.
If you have SSD disks, use this suggestion. Otherwise, do not set this setting. Als u SSD-schijven hebt, gebruik dan deze suggestie. Stel deze instelling anders niet in.
With modern SSD type storage, having multiple read io threads is advantageous for applications with high io characteristics. Met moderne SSD opslag is het hebben van meerdere lees IO threads voordelig voor applicaties met een hoog IO gebruik.
With modern SSD type storage, having multiple write io threads is advantageous for applications with high io characteristics. Met moderne SSD opslag is het hebben van meerdere schrijf IO threads voordelig voor applicaties met een hoog IO gebruik.
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. Bij gebruik van MariaDB 10.2.4 en hoger moet deze instelling uitgeschakeld zijn als atomaire schrijfbewerkingen zijn ingeschakeld. Schakel daarom atomaire schrijfbewerkingen in in plaats van de dubbele schrijfbuffer, omdat dit de prestaties verbetert.
When using MariaDB 10.2.4 and above, you can use atomic writes over the doublewrite buffer to increase performance. Wanneer u MariaDB 10.2.4 en hoger gebruikt, kunt u atomaire schrijfbewerkingen over de dubbele schrijfbuffer gebruiken om de prestaties te verbeteren.
%s Tuning %s Tuning
Note: Many changes below require a database restart Let op: veel wijzigingen die hieronder worden vermeld vereisen een herstart van de database server
Variable Variabel
Current Value Huidige waarde
Recommended Value Aanbevolen waarde
Comments Opmerkingen
PHP %s is the minimum version PHP %s is de minimale versie
A minimum of %s memory limit Een minimum van %s MB geheugenlimiet
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 Dutch
No related strings found in the glossary.

String information

Flags
php-format
Source string location
lib/utility.php:1155
String age
a year ago
Source string age
a year ago
Translation file
locales/po/nl-NL.po, string 3728