CivClassic / JukeAlert

A plugin that creates a new block in Minecraft that records player entries and actions. Anti-grief tool. Built for Paper 1.16.5
BSD 3-Clause "New" or "Revised" License
0 stars 18 forks source link

DB needs batch love #46

Open Diet-Cola opened 3 years ago

Diet-Cola commented 3 years ago

Currently we don't run into massive issues with snitches since only roughly 500-1000 are culled on restart but as we've previously seen if that number increases, so will the time to delete them. JA needs to batch its update/insert/delete statements on shutdown similarly to Citadel/RB however while also respecting the persist functionality of the appenders a snitch can have.