reports need to be extracted from the database and moved to better storage #23
wchristian
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
A significant issue with the reports currently is that their full text is stored in the database, which bloats the database and makes managing and backing up and sharding the data very hard.
https://github.com/orgs/cpan-testers/discussions/21 discusses possible ways to do the final hosting.
Meanwhile @preaction is currently writing a solution for extracting these reports, since there are several different ways for the reports to be stored in the db and they need to be normalized without data loss.
All reactions