You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 20, 2022. It is now read-only.
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;
The text was updated successfully, but these errors were encountered:
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;The text was updated successfully, but these errors were encountered: