Vacuum

This project is abandoned and its default file will likely not work with the most recent version of Minecraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.

Vacuum - Clean Flat Files

Version: v0.1

Download:

Vacuum.jar

Milestone:

Vacuum v0.2

Information:

Vacuum Command

This plugin is based off of the SQLite3 Vacuum command. (See link above for detailed information). In short vacuum caches SQLite3 databases, rebuilds, and deletes the cache. Rebuilding allows for a clean slate as well as performance enhancements by cleaning up any unused data as well as clearing the database of any deleted tables and records.

Description:

Vacuum is a simple plugin that listens for plugin enable events and plugin disable events. Upon the event being called vacuum searches the respective plugin's data folder for any .db files and issues a vacuum command via bash/cmd using the included exe and dll files.

TODO:

Support for MySQL OPTIMIZE TABLE

Optimize by running onEnable and onDisable

Changelog:

Version 0.1:

Initial Release


Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

Categories

Members

Recent Files

Bukkit