dynmap/DynmapCore
stormboomer 247e81bc61 Drasticly improve zoom tile calculation for larger maps when using MySQL storage engine. For Larger Tables doing Limit and Offset can have a big Impact on Statement execution because it is an IO heavy task.
This fixes the issue by not doing any limit / offset on the SQL statement but instead query for all the data at once, and let the JDBC handler do the resultset handling.
This can probably be adapted for MSSQL, PostgreSQL and SQLLite.
2023-08-28 08:03:43 +02:00
..
src Drasticly improve zoom tile calculation for larger maps when using MySQL storage engine. For Larger Tables doing Limit and Offset can have a big Impact on Statement execution because it is an IO heavy task. 2023-08-28 08:03:43 +02:00
.gitignore Clean up init of coord widget 2020-05-02 18:19:17 -05:00
build.gradle Shift old spigot/paper support to dynamic load to handle pedantic Paper 2023-08-20 14:38:38 -05:00