Skip to Main Content

MongoByte MongoDB Logo

Welcome to the new MongoDB Feedback Portal!

{Improvement: "Your idea"}
We’ve upgraded our system to better capture and act on your feedback.
Your feedback is meaningful and helps us build better products.

Status Submitted
Categories Atlas
Created by Guest
Created on Jan 6, 2021

Compact collection from UI

Compacting of a collection directly from the MongoDB Atlas website UI. No need to run CLI commands and changing primary database. Making regular maintenance easier.
  • Attach files
  • Guest
    Nov 18, 2024
    Could we have an auto-compact option during the maintenance window, and that would be a lot better
  • Guest
    Jul 29, 2024
    Because of this, we have been facing 3 problems- 1. Cost (~$80-$100 extra) 2. Backup restore takes time because of weird comparison of disk space between source and target 3. Running compact command is not easy.
  • Guest
    Jul 22, 2024
    I would also recommend to implement this feature. It would be easier to compact a collection when we would be able to execute it via UI
  • Guest
    Apr 3, 2024
    this feature is definitely required! I vote for this feature to be implemented asap
  • Guest
    Nov 9, 2023
    Hi there MongoDB Atlas is a great service that offers out of the box a lot of cluster management command that will be otherwise tricky to perform without a great knowledge of mongodb. Something that lacks in my opinion is related to disk management and especially when it comes to reclaim free space. In my experience occured that for this scenarios: * Usage of online archive functionality to move huge amount of data * Changes in the behavior of the application that relies on the cluster * Or a bug in the application Some collections (or the oplog) are left with a huge amount of free storage size that will be never used in the future: in this scenario only by manually performing the compact command it is possible to reclaim the free space, that should be used carefully in a production cluster. __In conclusion, in my opinion, it will be great te be able to perform the compact command on a collection by directly using MongoDB atlas (from the UI or automated mechanism)__
  • Guest
    Dec 7, 2022
    Love the mongo managed service, but this has become a major pain point for us when trying to recover space. It's a bit tedious to run on every collection, then switch DB's, Change primary so that we can run the same thing again on the third node, etc. Making this simple via UI will save a lot of effort.