sco85 Can you ask that elsewhere on this forum? Those questions are not unique to FreeFlarum.
[deleted] are you using any form of partitioning in the MySQL sense
No..
[deleted] if you can share the my.ini or my.conf file
Am running with standard (Ubuntu 18.04 LTS) settings, except for:
[mysqld]
open_files_limit = 65536
log_warnings = 3
innodb_buffer_pool_size = 1G
[deleted] Is there a specific time where bottlenecks are evident within the DB
Starting up takes ~ 10 minutes, presumably because of the large (223K rn) number of tables that are initialized.
Otherwise, I have not observed any resource bottlenecks (CPU, I/O, mem)
Thanks for the optimization pointer!