Sometimes when loading large datasets, depending on the cloud flare timeouts you may not be able to load all the documents from the stream before the timeout occurs. The shell however does not have this limitation. A workaround for this is to simply copy the query as mongo shell syntax so the user can unblock themself by typing a query with easier syntax and then studio can convert it to the shell syntax for the user to take and query their large dataset and not worry about a timeout
Sometimes when loading large datasets, depending on the cloud flare timeouts you may not be able to load all the documents from the stream before the timeout occurs. The shell however does not have this limitation. A workaround for this is to simply copy the query as mongo shell syntax so the user can unblock themself by typing a query with easier syntax and then studio can convert it to the shell syntax for the user to take and query their large dataset and not worry about a timeout