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

Need to batch mongodb inserts #26

Open
jfischer opened this issue Jan 18, 2012 · 0 comments
Open

Need to batch mongodb inserts #26

jfischer opened this issue Jan 18, 2012 · 0 comments

Comments

@jfischer
Copy link
Contributor

The file-mongo block currently inserts records one at a time, which is very slow. We need to change it to insert batches of records. The best way to do that is to have the upstream log messages contain multiple entries (e.g. from Dir-Src). I will do that as a part of my refactoring of the Dir-Src block. See issue #22.

@ghost ghost assigned jfischer Jan 18, 2012
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

1 participant