Skip to content

mongodb 打开表时,增加limit参数,避免单表太大,导致数据库崩溃 #206

Description

@win-hi

例如:
db.xxxxt.find({})
.projection({})
.sort({_id:-1})
.limit(100)

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