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

RFC: Bulk requests should support flushing on a schedule, as well as at a doc count. #19

Open
lextoumbourou opened this issue Jun 27, 2016 · 1 comment

Comments

@lextoumbourou
Copy link
Owner

lextoumbourou commented Jun 27, 2016

Currently, when passing bulk=True to index, we flush the bulk (ie send to ES) when we reach a certain count. Think it would be nice if we could do it on a schedule too eg: flush when the count reaches 1000 docs or 3 seconds elapses.

Interested to hear what other think, if anyone is actually reviewing these.

@bra-fsn
Copy link
Contributor

bra-fsn commented Sep 27, 2016

I have something similar here:
bra-fsn@0a101e9

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

No branches or pull requests

2 participants