MYSQL 8 -Performance Optimization

Gps mana year ago

How helpful it is to make below changes in mysql to increase the performance of traccar

max_heap_table_size -- 128MB
tmp_table_size -- 128MB
SET FOREIGN_KEY_CHECKS = 0;
SET UNIQUE_CHECKS = 0;
SET AUTOCOMMIT = 0;

Track-tracea year ago
Gps mana year ago

Thanks, but above parameters are not there. So was just wondering if we change implement above mysql suggestions will it improve traccar performance.

Anton Tananaeva year ago

The last three would probably be a very bad idea.

Not sure about the first two. Don't know what they do.