Skip to content

Importing multiple documents is very slow, need bulk-import support #2582

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

Open
sevoku opened this issue Feb 27, 2025 · 2 comments
Open

Importing multiple documents is very slow, need bulk-import support #2582

sevoku opened this issue Feb 27, 2025 · 2 comments
Labels
enhancement Small changes that can slightly improve user experiences. MongoDB Clusters NoSQL P1 performance
Milestone

Comments

@sevoku
Copy link
Member

sevoku commented Feb 27, 2025

When importing multiple documents from file, we upload only one document at a time. This should be improved by uploading multiple documents with one single API call. For example Data Explorer uploads 100 documents with a single API call which is much faster.

Also the progress should have a cancel button:

Image

Version: 0.25.0
OS: darwin
OS Release: 24.3.0
Product: Visual Studio Code
Product Version: 1.97.2
Language: en

@sevoku sevoku added enhancement Small changes that can slightly improve user experiences. MongoDB Clusters NoSQL P1 performance labels Feb 27, 2025
@sevoku sevoku added this to the 0.26.0 milestone Feb 27, 2025
@tnaum-ms
Copy link
Collaborator

I noticed this yesterday as well and was surprised, it must be a regression. It used to upload 100 docs per call. I remember using it many times while working on import/export integration to vCore.

@tnaum-ms tnaum-ms self-assigned this Feb 27, 2025
@tnaum-ms tnaum-ms removed their assignment Feb 27, 2025
@tnaum-ms
Copy link
Collaborator

I noticed this yesterday as well and was surprised, it must be a regression. It used to upload 100 docs per call. I remember using it many times while working on import/export integration to vCore.

I was wrong, it was the export that downloads documents in bulk.

@tnaum-ms tnaum-ms moved this from In review to Planned in Azure Databases for VSCode: Release Plan Feb 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Small changes that can slightly improve user experiences. MongoDB Clusters NoSQL P1 performance
Projects
Development

No branches or pull requests

2 participants