mirror of
https://github.com/team-ide/teamide.git
synced 2026-04-27 03:25:49 +03:00
[GH-ISSUE #206] mongodb 打开表时,增加limit参数,避免单表太大,导致数据库崩溃 #111
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/teamide-team-ide#111
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @win-hi on GitHub (Aug 29, 2025).
Original GitHub issue: https://github.com/team-ide/teamide/issues/206
例如:
db.xxxxt.find({})
.projection({})
.sort({_id:-1})
.limit(100)
@team-ide commented on GitHub (Sep 26, 2025):
打开是由分页的 你是哪个页面没有分页?