Navigation Menu

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

Bulk API: Allow to control if its compressed or not using action.bulk.compress (defaults to true which is current behavior) #1850

Closed
kimchy opened this issue Apr 5, 2012 · 0 comments

Comments

@kimchy
Copy link
Member

kimchy commented Apr 5, 2012

Allow to control if the bulk request (or the shard level bulk requests that spawn from a single bulk request) are compressed or not. Currently, it is compressed, but with the changes done on better slicing and dicing the network buffer, it actually might behave better when its not compressed (at the expense of more data transfered over the wire). We will keep the default true as the existing behavior, and open a different issue if it makes sense to change the default to false.

@kimchy kimchy closed this as completed in 5348c41 Apr 5, 2012
Kami pushed a commit to racker/elasticsearch that referenced this issue May 7, 2012
…k.compress` (defaults to true which is current behavior), closes elastic#1850.
mute pushed a commit to mute/elasticsearch that referenced this issue Jul 29, 2015
…k.compress` (defaults to true which is current behavior), closes elastic#1850.
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