Does flattening the XML (removing white spaces, tabs, and carriage returns)
have any impact on storage and/or usage?

From:

<root>

                <child>

                                <fname>malcolm</fname>

                                <lname>davis</lname>

                </child>

</root>

 

To:

<root><child><fname>malcolm</fname><lname>davis</lname></child></root>

 

It seems obvious that we would want to remove all unnecessary characters,
but I want to verify as we put together our development document.

 

Thanks,

Malcolm

 

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Sedna-discussion mailing list
Sedna-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sedna-discussion

Reply via email to