Re: [xml] How many entrys a xml file could support?



i'm use xml to storage this information, and show it in a GtkTreeView,
so, if i have 5000 entries, is this will be slow to show? i think so,
but my boss wanna know exactly how many (she is so badly)

On 8/26/05, Daniel Veillard <veillard redhat com> wrote:
On Thu, Aug 25, 2005 at 11:46:07PM -0200, Arx Henrique wrote:
Hi all

I wonder know how many entrys a xml file could support in a struct like this:

<root>
  <user>
    <name>some</name>
    <addres>some</addres>
    <email>some</email>
    <phone>phone</phone>
  </user>
    ...
</root>

  no limit.

when libxml performance become slow ?

  completely depends what you are doing with it, the parser can operate
in constant memory independantly of the size of the input if you use one
of the streaming interfaces.

Daniel

--
Daniel Veillard      | Red Hat Desktop team http://redhat.com/
veillard redhat com  | libxml GNOME XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/



-- 
"A fé remove montanas, mas eu prefiro a dinamite"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]