从 Schema 查看 MongoDB Compass 中的 20 多个最新文档 [英] View more than 20 most recent documents in MongoDB Compass from Schema

查看:24
本文介绍了从 Schema 查看 MongoDB Compass 中的 20 多个最新文档的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我希望能够通过指南针编辑 Mongo DB 中的一些文档,但查询仅显示 20 个最近的结果.我怎样才能查看超过 20 个?或者至少查看接下来的 20 个?

解决方案

来自

因此,如果您点击Options,您可以:

  • 通过将 Limit 的值从默认值 (20) 更改为您选择的值,可以获得 20 多个文档
  • 通过改变Skip
  • 的值来获取下一个N个文档

I want to be able to edit some documents in my Mongo DB from compass, but a query only shows 20 of the most recent results. How can I view more than that 20? Or at least view the next 20?

解决方案

From the docs ...

You can specify a query filter in the query bar. If you click Options to expand the query bar, you also have access to the project, sort, skip, and limit options of the query.

So, if you click on Options you can:

  • Get more than 20 docs by changing the value of Limit from the default (20) to a value of your choosing
  • Get the next N documents by changing the value of Skip

这篇关于从 Schema 查看 MongoDB Compass 中的 20 多个最新文档的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆