Actions
Task #3789
open[Crashreport] Optimize size of database
Start date:
Due date:
% Done:
0%
Tags:
Description
In crashreport we are storing the raw dump in the database. It is never used in queries so I propose to move out the raw to the filesystem in that case it will be easier to migrate the database.
Organize raw files in folders following the version number which can be easier to archive if needed in the future.
Also in the db there is a field `modules` which is a subset of raw that can also be optimized.
As part of the task:
save all new raw files to the fs
migrate the existing raw files to the fs
No data to display
Actions