Skip to content

Add real bulk operations #149

@DrizzleMcFizzle

Description

@DrizzleMcFizzle

✒️ Description

Right now it takes around 50 seconds to remove 1000 documents in my collection. In the source code, its just spamming operations to remove one at a time, instead of a bulk operation.

remove mongo documents {_ToRemove::*} from {Mongo::Collections::PlacedItems}

Not sure if this was overlooked or intentional, but either way it be a nice touch :)

🤔 Why?

I want to make my requests efficient and fast as possible, and this would make a world of a difference

💬 Other

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions