stargate-rewritten / Stargate-Bukkit

The original, and still the best, survival-friendly portal plugin.
https://sgrewritten.org/paper
GNU Lesser General Public License v3.0
28 stars 13 forks source link

Database optimizations #332

Open Thorinwasher opened 3 months ago

Thorinwasher commented 3 months ago

Use Case

Reduce required memory

Proposed Solution

The fields network, world, ownerUUID, gateFileName are often not really unique values. It's more storage efficient to store these values in separate tables with an integer linked to them

Additional Context

No response