Hi,
I have a requirement to load 25M records in a single collection and I did that. When I access through my REST / Phalcon API Call, the server getting shutdown and it through the following error message from the cursor.
"Failed to connect to: localhost:27017: Remote server has closed the connection 500 Internal Server Error - MongoConnectionException"
Can you please suggest me, how to do I access large sets ? How do I split the database if incase.
Thanks, Raja K