...
- This approach required a lot of changes, for example: creating a table in DB, change code to save the file there;
- Need to upgrade the periodic cleaning job mechanism to remove old objects from DB;If the cleaning job, for some reason, will be stuck, the table will full of useless data. Apart from that, we will save temporary and . In the feature, we are planning to provide a rerun mechanism for jobs, so this step will be removed;
- We will save possibly large files to the DB, which can negatively affect the overall performance of the database instance a little bit.
Solve the issue at the infrastructure layer.
...