Skip to main content

Buffer Query Error

Buffer Query Error explained.

Praise Magidi avatar
Written by Praise Magidi
Updated over a week ago

Step

Buffer Query.

Message

PlanExecutor error during aggregation :: caused by :: Total size of documents in bufferXXXXXXXX matching pipeline's $lookup stage exceeds 104857600 bytes.

Cause

This error is most likely caused by using the incorrect casing and or spelling of a collection name when doing a `noql` join or aggregation pipeline, this causes the $lookup stage to instead join on all the documents in a collection.

Resolution

Review and correct the casing/spelling of any collections you are joining on.

Error Detail

json
{
"errorLabelSet": {},
"errorResponse": {
"ok": 0,
"errrmsg": "PlanExecutor error during aggregation :: caused by :: Total size of documents in bufferXXXXXXXX matching pipeline's $lookup stage exceeds 104857600 bytes",
"code": 4568,
"codeName": "Location4568"
},
"ok": 0,
"code": 4568,
"codeName": "Location4568"
}

Did this answer your question?