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
When loading several k records per second, the 200 object internal buffer works well because it batches up inserts. When each document is much larger and takes longer to get, BMO takes a long time to feed it forward to the DB. A timeout governing the maximum age of the buffer items is needed. When the buffer items are too old, the buffer flushes. This timeout value will probably be hard-coded, say 200ms.
The text was updated successfully, but these errors were encountered:
When loading several k records per second, the 200 object internal buffer works well because it batches up inserts. When each document is much larger and takes longer to get, BMO takes a long time to feed it forward to the DB. A timeout governing the maximum age of the buffer items is needed. When the buffer items are too old, the buffer flushes. This timeout value will probably be hard-coded, say 200ms.
The text was updated successfully, but these errors were encountered: