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

views: bulk support #176

Open
lnielsen opened this issue Nov 30, 2017 · 0 comments
Open

views: bulk support #176

lnielsen opened this issue Nov 30, 2017 · 0 comments
Milestone

Comments

@lnielsen
Copy link
Member

When the REST API is used to upload thousands of records it would be more efficient to do this in bulk to avoid the overhead of thousands of HTTP request. Using elasticsearch REST API as model, something like a POST <prefix>/_bulk endpoint would probably be the best way instead of overloading the POST <prefix>/ endpoint.

@lnielsen lnielsen added this to the someday milestone Nov 30, 2017
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

1 participant