Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BMO needs Timeout #1

Open
captainpete opened this issue Aug 11, 2015 · 1 comment
Open

BMO needs Timeout #1

captainpete opened this issue Aug 11, 2015 · 1 comment

Comments

@captainpete
Copy link
Owner

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.

@bcoles
Copy link

bcoles commented Aug 27, 2019

BMO needs Timeout

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants