What is the impact of disabling binlogs on MySQL 8.0?
We do not use any of the MySQL replication functions in our current installation. We use MySQL Enterprise Backup to do full and incremental backups. MySQL 8.0 has binary logging enabled by default. We've noticed a vast increase in performance if the binary logging is disabled. What will be the impact if we disable all binary logging?