There is a lot of redundancy in any result set. I'd think gzipping the
following XML would result in at least a 40% reduction in size :
<SelectResponse>
<SelectResult>
<Item>
<Name>robin</Name>
<Attribute>
<Name>role</Name>
<Value>author</Value>
</Attribute>
</Item>
<Item>
<Name>dustin</Name>
<Attribute>
<Name>role</Name>
<Value>editor</Value>
</Attribute>
</Item>
<SelectResult>
<SelectResponse>
On Feb 6, 7:59 pm, Robin Barooah <
robi...@gmail.com> wrote:
> Interesting. Do you have any idea at what size of result that becomes
> worth doing?
>
> On Feb 6, 2009, at 1:41 PM, Dustin Whitney <
dustin.whit...@gmail.com>