-
Type: Improvement
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: 2.2.0
-
Component/s: Tools
-
None
Creating this JIRA as a follow up to SERVER-1083:
I tried mongoimport to import a jsonArray file but the file is > 16 MB (its about ~200MB) and hence the import fails:
mongoimport -d mydatabase -c mycollection --jsonArray myfile
Is there already a workaround for importing such huge json arrays so that the imported data can be queried as well later, as opposed to simply storing huge chunks of data via GridFS?
Thank You.
- duplicates
-
SERVER-5923 Increase max document size to at least 64mb
- Closed