ka0un / DiscordLeaderboards

Create Minecraft Leaderboards with PlaceholderAPI and Post it to Discord Via Webhooks or DiscordSRV

Home Page:https://dsc.gg/sundevs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minecraft Server Temporarily Unresponsive when Connecting to MySQL Database

ka0un opened this issue · comments

commented

The Minecraft server is experiencing temporary unresponsiveness when attempting to connect to the MySQL database. This issue has never occurred when using the H2 Database. The problem is likely caused by heavy usage of the remote database and connecting to the database within the same thread (MAIN) as the running game.

Additionally, our plugin may contribute to the issue as it utilizes different SQL statements for H2 and MySQL, due to unsupported syntax differences. For example, certain SQL statements that work with H2 may not be compatible with MySQL, such as the unsupported CLOB data type.

All Classes Related to Databases are stored in Database Package

commented

Async The Command Outputs