Re: Http2SolrClient response compression

2023-04-24 Thread Alex Deparvu
Thank you Ishan and Mark for chiming in. >From the feedback I received so far it looks like there is very little gain to be had enabling compression. I tried running some tests locally and this fits, I don't see any gains, whatever you might save on transfer time, you waste on compression. Togeth

Re: Http2SolrClient response compression

2023-04-21 Thread Mark Miller
If you are looking for performance, you probably want to do some tests to verify you will get it. Most of the binary protocols seem to avoid compression beyond what Solrs JavaBin does, which is very simple numerical compression, with the idea the cost should be small enough to maintain a performan

Re: Http2SolrClient response compression

2023-04-20 Thread Ishan Chattopadhyaya
My guess is that javabin is already fairly compact, hence doesn't benefit much from compression. But, would be good to test out the hypothesis, and would love to be proven wrong here. On Thu, 20 Apr, 2023, 10:12 pm Alex Deparvu, wrote: > Hi, > > I am trying to figure out how to enable compressio

Http2SolrClient response compression

2023-04-20 Thread Alex Deparvu
Hi, I am trying to figure out how to enable compression on the Http2SolrClient to understand if it can help or hurt our workflows. This question is more about the client support for it, or why it's missing so far. The server side seems to support compression, I tested with curl '--compressed' and