Skip to content
This repository has been archived by the owner on Dec 20, 2022. It is now read-only.

Not all data are shown #38

Open
ShadabFaiz opened this issue Mar 18, 2019 · 2 comments
Open

Not all data are shown #38

ShadabFaiz opened this issue Mar 18, 2019 · 2 comments

Comments

@ShadabFaiz
Copy link

I have a collection user with 4M data. However, when I execute the command db.user.find({});, i'm only getting only 20 in the view. db.user.count({}); does show 4M data;

@gharriso
Copy link
Contributor

Hi. Thanks for trying dbKoda.

In the table preview, we only show the first 20 documents

Screen Shot 2019-03-12 at 5 28 07 pm

However if you switch to "raw" mode you can press the "more" button to see the next set:

Screen Shot 2019-03-12 at 5 28 07 pm

From there, right click and select "JSON table view/Mutli-document veiw" if you want to see those documents in the tabular format.
image
I hope that helps.

Regards,

Guy

@ShadabFaiz
Copy link
Author

ShadabFaiz commented Mar 19, 2019

When I double click the collection name, I can set the maximum number of documents in the view.

View

why such limitation is put on result when viewed from query search?
It would be great to let user decide the limit

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants