dynmap/DynmapCore/src/main/java/org/dynmap/storage
mikeprimm b0e56d3e5a
Merge pull request #4030 from ChimneySwift/generic-s3
Allow generic S3 endpoints for alternative services
2023-12-12 22:02:03 -06:00
..
aws_s3 Allow for custom S3 endpoints 2023-11-16 21:56:35 +10:00
filetree Expand maximum zoom level from 16 to 32 2022-03-10 02:24:27 -06:00
mariadb Update DB schemas for bigger blobs - make MySQL/MariaDB more common 2022-01-16 13:38:06 -06:00
mssql Recycle JDBC connections idle for more than 60 seconds 2022-08-07 23:48:47 -05:00
mysql 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
postgresql Recycle JDBC connections idle for more than 60 seconds 2022-08-07 23:48:47 -05:00
sqllte PRAGMA auto_vacuum = FULL; 2023-10-03 18:31:51 +08:00
MapStorage.java Add more orderly storage shutdown 2022-07-24 13:09:52 -05:00
MapStorageBaseTileEnumCB.java Implemented functionality to resume full renders by typing "dynmap fullrender resume <world>" or "dynmap fullrender resume <world>:<map>". At the start of the render, existing map tiles are loaded from storage and their location info saved in a set. Before each tile is rendered, the set is checked if it contains the tile about to be rendered. If so, the tile is skipped. Information about skipped tiles is output in the periodic tile update message. 2019-10-21 21:32:49 +02:00
MapStorageTile.java Set timestamps when rendering starts 2021-07-20 22:50:01 +02:00
MapStorageTileEnumCB.java Merge DynmapCoreAPI into common gradle build 2018-08-12 00:53:55 -05:00
MapStorageTileSearchEndCB.java General warning cleanup in DynmapCore 2022-02-05 15:16:08 -06:00