Re: Low untunable default FastWriter output buffer - possible reason for slow single threaded data receiving from Solr on 1Gigabit+ networks while scroll, search etc

2023-03-19 Thread David Smiley
On Sun, Mar 19, 2023 at 8:39 AM Fikavec F wrote: >I was able to create a collection with "solr.SimpleTextCodecFactory" > codecFactory and solr can proces (return) only 2x more documents per second > from it (214 410 documents per second vs 115 000 "solr.SchemaCodecFactory" > with compression)

Re: Low untunable default FastWriter output buffer - possible reason for slow single threaded data receiving from Solr on 1Gigabit+ networks while scroll, search etc

2023-03-19 Thread Fikavec F
   I was able to create a collection with "solr.SimpleTextCodecFactory" codecFactory and solr can proces (return) only 2x more documents per second from it (214 410 documents per second vs 115 000 "solr.SchemaCodecFactory" with compression). I expected much much more, because this is a simple itera