I am using mlab for cloud database and I have like really long document. When I try to push those documents using mongoimport from mac terminal it goes in through perfectly, but when I check those documents in mlab portal after showing some portions of document it shows as "JSON Object truncated". I don't know why this happens? Does it has anything to do with the type of subscription? Becasue I am using sandbox free. Does mllab is having any fixed size of document?
Please refer this image and let me know if you know how to fix any such issues. Please make sure my data is really huge and also let me know if I should think about any other alternative of mlab then which is best.
Thanks in advance!
So, after few discussions and checking on mongodb GUI app like Compass I just found that mlab truncates only gor viewing purpose. But actually if you check there is no truncation of complete object or document. So, we can do any number of CRUD operation and it ust work fine.