[ 
https://issues.apache.org/jira/browse/SOLR-462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12561189#action_12561189
 ] 

Sean Timm commented on SOLR-462:
--------------------------------

It's not a big deal to me either way.  It just seems that if you can save the 
bytes, you might as well.  In our case for one of our sites, we get ~25MM 
queries per day.  We don't use compression.  Sending the request header would 
result in an extra 725 MB of data (29 bytes * 25MM) over the course of a day 
(which would be ignored).  Compared to the GBs of actual data, it's not much, 
but a penny saved is a penny earned. :-)

> Performance related enhancements to Solrj
> -----------------------------------------
>
>                 Key: SOLR-462
>                 URL: https://issues.apache.org/jira/browse/SOLR-462
>             Project: Solr
>          Issue Type: New Feature
>          Components: clients - java
>            Reporter: Sean Timm
>            Assignee: Ryan McKinley
>             Fix For: 1.3
>
>         Attachments: solrj-SOLR-462.patch
>
>
> Changes to CommonsHttpSolrServer.java to add soTimeout (read timeout), 
> connection pool timeout, directive to not follow HTTP redirects, configurable 
> retries on NoHttpResponseException, compression, and not creating a new 
> HttpClient on each request.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to