Re: REST compression support (was Re: question about meta data query intensity)

2010-11-25 Thread Andrew Purtell
de from Jetty's GzipFilter to handle half of it. - Andy --- On Thu, 11/25/10, Jack Levin wrote: > From: Jack Levin > Subject: Re: REST compression support (was Re: question about meta data query > intensity) > To: user@hbase.apache.org, apurt...@apache.org > Date: Thursday, N

Re: REST compression support (was Re: question about meta data query intensity)

2010-11-25 Thread Jack Levin
arge amounts of compressible data? > >     - Andy > > --- On Wed, 11/24/10, Jack Levin wrote: > >> From: Jack Levin >> Subject: Re: REST compression support (was Re: question about meta data >> query intensity) >> To: user@hbase.apache.org, apurt...@apache.

Re: REST compression support (was Re: question about meta data query intensity)

2010-11-24 Thread Andrew Purtell
Error 415 Unsupported Media Type You going to be posting large amounts of compressible data?     - Andy --- On Wed, 11/24/10, Jack Levin wrote: > From: Jack Levin > Subject: Re: REST compression support (was Re: question about meta data query > intensity) > To: user@hbase.apache.org, apu

Re: REST compression support (was Re: question about meta data query intensity)

2010-11-24 Thread Jack Levin
Btw, does it mean, I can send in a compressed query? Or only receive compressed data from REST or both? -Jack On Wed, Nov 24, 2010 at 10:15 AM, Andrew Purtell wrote: > Regards compressing the HTTP transactions between the REST server and REST > client we punted on this back when Stargate had a

Re: REST compression support (was Re: question about meta data query intensity)

2010-11-24 Thread Jack Levin
Thats great! Thanks. this will help us reduce network context switching as we remove the need to pass a lot of uncompressed packets. -Jack On Wed, Nov 24, 2010 at 10:15 AM, Andrew Purtell wrote: > Regards compressing the HTTP transactions between the REST server and REST > client we punted on t

REST compression support (was Re: question about meta data query intensity)

2010-11-24 Thread Andrew Purtell
Regards compressing the HTTP transactions between the REST server and REST client we punted on this back when Stargate had a WAR target so we could push that off to the servlet container configuration. Thanks for the question, which reminded me... I have just committed HBASE-3275, which is a tri