XML.orgXML.org
FOCUS AREAS |XML-DEV |XML.org DAILY NEWSLINK |REGISTRY |RESOURCES |ABOUT
OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]
Re: [xml-dev] Do long element names impact performance?

On 15 October 2015 at 14:43, Costello, Roger L. <costello@mitre.org> wrote:
> Hi Folks,
>
> Is the following true or false?
>
>         XML developers who fail to grasp the distinction between reading and evaluating
>         an XML instance document may have a good model of the structure of XML,
>         but they usually have a terrible model of the efficiency of processing XML. One
>         XML developer used only one-letter element names, because he felt that it would
>         be faster for the computer to look up one-letter elements than a multi-letter name.
>         While it may be true that shorter names can save a microsecond at read time, this
>         makes no difference at all at evaluation time. Every element, regardless of its name,
>         is just a memory location, and the time to access the location does not depend on the
>         name of the element.
>
> /Roger
>


True of false, depending on the processing being done.

If you have a record of a terabyte of of values stored as
<log>
<n>123</n>
<n>456</n>
...

then changing that to
<Looooooooooooooooooooooog>
<nnnnnnnnnnnnnnnnnnnnnnnnnnn>123</nnnnnnnnnnnnnnnnnnnnnnnnnnn>
<nnnnnnnnnnnnnnnnnnnnnnnnnnn>456</nnnnnnnnnnnnnnnnnnnnnnnnnnn>
...

Is going to increase the filesize by a factor of 6 which might change
download time from 1 hour to 6 hours which isn't "microseconds" but
then again download might use zip compression, or might not or .,...

Even ignoring download, there is no single in memory model for xml so
no general statements can b emade about storage requirements for
element names.

David


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]


News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 1993-2007 XML.org. This site is hosted by OASIS