Insert large record into mongodb using mongo shell
问题 I'm trying to insert large polygon array into my collection. I'm using following command to insert the data... db.geoPolygonData.insert({"polygonName":"location1", "polygons":{"type":"Polygon", coordinates:[[[ 17.60083012593064, 78.18557739257812], [ 17.16834652544664, 78.19381713867188], [ 17.17490690610013, 78.739013671875], [ 17.613919673106714, 78.73489379882812],[ 17.60083012593064, 78.18557739257812]]]}}); WriteResult({ "nInserted" : 1 }) Problem: when the polygon array size is too