Json – MONGO::Error::MaxBSONSize : The document exceeds maximum allows BSONB object after serialization
when i run my ruby script which insert a multiple Json array inside a multiple documents, occur an issue: "MONGO::Error::MaxBSONSize : The document exceeds maximum allows BSONB object after serialization". How can i solve this problem please? i had no…