You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 4, 2020. It is now read-only.
Got rid of the issue. In my opinion, 3000 files totalling 700mb isn't that much data and it feels like there is some kind of inefficiency in the code. Unfortunately, I haven't had the time to look closer to try to see what the problem could be or how it could be improved but I post this here in the meanwhile as a start for further investigation.
The text was updated successfully, but these errors were encountered:
What's missing is an index on the faxFile collection, for example, in the Mongo console, running: db.faxFile.createIndex({"faxObjectId":1 }, {"unique": true})
completely solves the performance issue.
I don't know much about MongoKitten but reading their docs would suggest that the following code:
Faxes started to fail due to timeouts. I have about 3000 sent faxes at a total of ~700mb
Removing all old files by running
Got rid of the issue. In my opinion, 3000 files totalling 700mb isn't that much data and it feels like there is some kind of inefficiency in the code. Unfortunately, I haven't had the time to look closer to try to see what the problem could be or how it could be improved but I post this here in the meanwhile as a start for further investigation.
The text was updated successfully, but these errors were encountered: