i want to save documents but it gives me size too large error.
I can not break data into multiple collection as it will not help me while searching and joining,
Is there a way that i can save array using gridFs and it is still searchable or increase the document size limit.
I store data into .txt files and am shifting to MongoDb.Txt files are not searchable and hence need to be parsed and then i have to search. Please Help.