You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just for the sake of documentation / clarification:
This missing index causes extreme slowness (30kB/s) for calls to GET /boxes/data with parameters that select measurements older than the latest n uploaded measurements, where n is to be determined.
I think the index { sensor_id: 1, createdAt: 1 } could fix the slowness. Be aware though that adding an index without background: true will block the cluster.
InternalServerError: errmsg: "Sort operation used more than the maximum 33554432 bytes of RAM. Add an index, or specify a smaller limit."
Maybe { sensor_id: 1, createdAt: 1 }
The text was updated successfully, but these errors were encountered: