It would be helpful if you could try out the patch at
https://issues.apache.org/jira/browse/SOLR-276

-Yonik


On 6/26/07, Yonik Seeley <[EMAIL PROTECTED]> wrote:
On 6/26/07, Jérôme Etévé <[EMAIL PROTECTED]> wrote:
> I just tried the python writer and it's as fast as XML is.  I'm still
> looking at the code trying to point out the reason of that.
> Thanks for any help.

It's Java's braindead Reader/Writer implementations.  If you want
really good performance, one is forced to do their own buffering, even
for a BufferedWriter (I assume the PrintWriter obtained from
ServletResponse.getWriter() is buffered).

-Yonik

Reply via email to