Disable: QUERY RESULTS 2-2 OF MANY

Hello,

I tried to learn MongoDB and I don’t understand why on Atlas website, on a collection I have:
QUERY RESULTS 1-1 OF MANY
QUERY RESULTS 2-2 OF MANY(next page)
QUERY RESULTS 3-3 OF MANY(next page)

I put here screenshots


I want to have, for each collection, all data on one page, not on 20 pages, like is now.
Like this:

Plese someone tell me, how to fix this?

1 Like

Hi @Ionel_Antohe,

This definitely looks likes a possible bug in the data explorer.

Please contact support or atlas chat to report this.

Best
Pavel

Thank you very much @Pavel_Duchovny for answer. I will contact them.

Hi @Ionel_Antohe ,
Unfortunately, this is a known and intended behaviour of Data Explorer for collections with very large documents. We limit the maximum number of bytes we send down to the client to below a safe limit for browsers by reducing down to 1 document when 20 documents would exceed the limit. If the sum of all of the documents being returned by the server is greater than 800000 bytes, then we will only display 1 document per page.

I can see that you have an image object that might increase each document’s size. As a workaround, if you use MongoDB Compass you should be able to view all documents.

I hope this helps! :slight_smile: