bartervg / barter.vg

Track and hold discussion on Barter.vg bugs, enhancements, and other issues
https://barter.vg
MIT License
20 stars 4 forks source link

Improved database disk usage #71

Open bartervg opened 4 years ago

bartervg commented 4 years ago

Describe the problem that this feature would improve The database has large tables that could be reduced or moved to a different server since they are not needed in detail.

Describe the solution you'd like For the large tables that are needed for regular usage, such as the feed, develop a pruning policy that will lower the growth rate of the tables. For archival tables like achievement data, only the most recent data is needed, the rest can be stored on another server.

Examples of similar solutions Log files are regularly pruned

bartervg commented 3 years ago

Log files are regularly pruned

😟 in theory