[ https://issues.apache.org/jira/browse/SOLR-973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Noble Paul updated SOLR-973: ---------------------------- Description: CommonsHttpSolrServer creates the whole xml in memory before it writes it to the server. It effectively consumes 3 times the string size in memory before writing it to the server It can be directly written to the server and we can get faster upload was: CommonsHttpSolrServer creates the whole xml in memory before it writes it to the server. It can be directly written to the server and we can get faster upload > CommonsHttpSolrServer must write the xml directly to the server > ---------------------------------------------------------------- > > Key: SOLR-973 > URL: https://issues.apache.org/jira/browse/SOLR-973 > Project: Solr > Issue Type: Improvement > Components: clients - java > Reporter: Noble Paul > Priority: Minor > > CommonsHttpSolrServer creates the whole xml in memory before it writes it to > the server. It effectively consumes 3 times the string size in memory before > writing it to the server > It can be directly written to the server and we can get faster upload -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.