I need to know how we can transfer the data or records from one collection to another collection in MongoDB and same time whether we can use "find()" condition while transferring the data from one to another collection.
If knows, share the details for our references.
Note:
Following error we are getting if fetching the records by using PHP from Large collection(number of rows having in this collection).
Error : "too much data for sort() with no index error"
That why we have discussed and transfer the data from one collection to another collection by using mongodb console.
- Kumaran