github brouznouf/fivem-mysql-async 3.2.2

latest releases: 3.3.2, 3.3.1, 3.3.0...
4 years ago

Changes

  • Fixed a possible timeout when resources were loading to slow.
  • Added a warning against using MySQL 8, since the performance can be abysmal.

Inserting 1M rows:

### MySQL 5.7 ###
Average: 15.81ms +- 5.81ms
[Min, Max]: [2ms, 119]ms  

### Mysql 8.0 ###
Average: 27.14ms +- 66.58ms
[Min, Max]: [3ms, 1323]ms

### MariaDB 10.4 ###
Average: 13.93ms +- 5.20ms
[Min, Max]: [3ms, 151]ms

### MariaDB 10.3 ###
Average: 16.38ms +- 7.85ms
[Min, Max]: [2ms, 200]ms

Don't miss a new fivem-mysql-async release

NewReleases is sending notifications on new releases.