I have an insertMany with around 300 documents of an average and it takes on average 4 seconds. Is this due to my tier I am at at loss as to how I can improve the speeds here. I have reduced the document size as much as possible and it looks similar to this:
{
"_id" : ObjectId("62a85e9017cfa90511b22c23"),
"field" : {
"field" : {
"field" : 208.5,
"field" : 208.5,
"field" : 0
},
"field" : {
"_id" : ObjectId("625fea09645b2228bcea11bc"),
"field" : "text"
},
"field" : null,
"field" : "text",
"field" : "A8",
"field" : "a8",
"fields" : [ ],
"field" : "text"
},
"field" : {
"field" : {
"key" : "text",
"field" : "text",
"field" : "text"
},
"_id" : ObjectId("61ba11a19d464624ae8f8a7d"),
"field" : "text",
"field" : "text",
"field" : "text"
},
"field" : {
"field" : {
"field" : {
"field" : 0,
"field" : 0
},
"field" : 0,
"fields" : [ ]
},
"fields" : 0
},
"field" : "text",
"field" : ObjectId("62a76ea90ea8c7770e542a9e"),
"field" : ObjectId("61ba0e5c63627829303591e0"),
"__v" : 0,
"field" : ISODate("2022-06-14T10:10:25.754Z"),
"field" : ISODate("2022-06-14T10:10:25.754Z")
}
I changed names and values but just wanted to give an idea of its size. Is this normal? what recourse is there, please jebus tell me its a symptom of my tier