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
It seems very slow updating existing fields, as long as this is a common case for the condition where we have a large document, which has many fields that needs to be individually reachable.
One solution to this is: Pre-populate a document with the needed fields, since they are in continuous time-series, do it with rounding in steps of seconds. (e.g. 5 or 10)
The text was updated successfully, but these errors were encountered:
Previously the behavior and the plan were correct but the performance was lower than might be expected. In particular there was a problem:
* The internal handling of Mixed type in MongoDB ain't good for the case when it is a time-series data, causing more document access.
Previously the behavior and the plan were correct but the performance was lower than might be expected. In particular there was a problem:
* The internal handling of Mixed type in MongoDB ain't good for the case when it is a time-series data, causing more document access.
It seems very slow updating existing fields, as long as this is a common case for the condition where we have a large document, which has many fields that needs to be individually reachable.
One solution to this is: Pre-populate a document with the needed fields, since they are in continuous time-series, do it with rounding in steps of seconds. (e.g. 5 or 10)
The text was updated successfully, but these errors were encountered: