[ 
https://issues.apache.org/jira/browse/SOLR-377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pieter Berkel updated SOLR-377:
-------------------------------

    Attachment: SOLR-377-phpresponsewriter.patch

Sorry I've been a bit slow catching up with this issue.  Please find attached a 
trival patch to PHPResponseWriter.java that takes advantage of the new 
FastWriter code, it should provide speed improvements similar to the JSON 
writer (perhaps slightly less).

No fastwriter optimisation is necessary for PHPSerializedResponseWriter as 
there is no need to escape strings before they are written.


> speed increase for writers
> --------------------------
>
>                 Key: SOLR-377
>                 URL: https://issues.apache.org/jira/browse/SOLR-377
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Yonik Seeley
>         Attachments: fastwriter.patch, SOLR-377-phpresponsewriter.patch
>
>
> When solr is writing the response of large cached documents, the bottleneck 
> is string encoding.
> a buffered writer implementation that doesn't do any synchronization could 
> offer some good speedups.

-- 
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