MYSQL 8 -Performance Optimization

Gps man 2 years 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-trace 2 years ago
Gps man 2 years 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 Tananaev 2 years ago

The last three would probably be a very bad idea.

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