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

Open
opened 2026-02-28 00:38:43 +03:00 by kerem · 1 comment
Owner

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)

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)
Author
Owner

@team-ide commented on GitHub (Sep 26, 2025):

打开是由分页的 你是哪个页面没有分页?

Image
<!-- gh-comment-id:3336521580 --> @team-ide commented on GitHub (Sep 26, 2025): 打开是由分页的 你是哪个页面没有分页? <img width="1045" height="679" alt="Image" src="https://github.com/user-attachments/assets/917d450f-e1b0-4859-a8e4-ca3d7ed9d697" />
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/teamide-team-ide#111
No description provided.