Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature suggestion: Ability to read compressed exports #23

Open
hexahigh opened this issue May 13, 2023 · 2 comments
Open

Feature suggestion: Ability to read compressed exports #23

hexahigh opened this issue May 13, 2023 · 2 comments
Labels
backlog Planned enhancement New feature or request

Comments

@hexahigh
Copy link

hexahigh commented May 13, 2023

It would be very useful if the program could read compressed exports. It would save storage space and the user wont have to decompress compressed exports in order to use them.

@slatinsky slatinsky added the enhancement New feature or request label May 21, 2023
@jonnyawsom3
Copy link

Slightly related, but adding a mongod config file with this would help reduce the size after preprocessing json exports
It would also allow more technical users to change other DB settings later without having to recompile (I'm on Windows and can't edit the command used to launch mongod so it ignores a config file)

storage:
   wiredTiger:
      engineConfig:
         journalCompressor: zstd
      collectionConfig:
         blockCompressor: zstd

@slatinsky
Copy link
Owner

Hello, I won't be adding a feature to read compressed exports to keep it simple. DCE exports are uncompressed too.

But custom mongodb configuration file looks good - keeping this issue open till I add it

@slatinsky slatinsky added the backlog Planned label Aug 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Planned enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants