AS_ResultsFiles.Files.bson file size
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello,
When running a backup of the server (I’m using this as a guide: https://community.alteryx.com/t5/Alteryx-Server-Knowledge-Base/Alteryx-Server-Backup-amp-Recovery-Pa...) I’m finding a specific file that is much larger compared to all others.
The file \\AlteryxService\AS_ResultsFiles.Files.bson is almost 14GB in size in our PROD environment. The same file in DEV has merely 2.4MB.
Both servers are hosted on Amazon AWS and before any upgrade we take snapshots so they can be recovered if the worst happens. But in addition to that I run the backup command and copy the resulting files to my local machine, just in case.
This is the issue resides. I cannot copy over any file larger that 2GB (https://support.microsoft.com/en-us/help/2258090/copying-files-larger-than-2-gb-over-a-remote-deskto...)
I've tried to split the file into smaller parts using 7-Zip, but some of the resulting files just refuse to be copied over.
My question is:
- Does anyone knows what information this file contains? How important is the information contained there?
- Is there anything I can do to make this file smaller?
Thanks,
Mauricio E
Solved! Go to Solution.
- Labels:
- Error Message
- MongoDB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @mestevez1
If I'm not mistaken, this collection contains results files generated by workflows run on the server. It feeds the results history you see for each of your workflows in the Gallery if the workflow generate a file as an output.
If you want to reduce the size of the file, you can choose to delete the job queue and results older than X days via System settings.
Hope that helps.
Michal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
If you change this setting and there was a workflow that was inputting and resulting in a lot of large files back to the MongoDB, how long should it take for the space to free up? is there a clean up cycle that happens each day?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @aehrenwo ,
I noticed a decrease in the file size the next day.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Ok, I changed my days to 3 so it might not all clear up until 3 days from now. (I assume)
