![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveRe: How to search HUGE XML with DOM?
From: Diez B. Roggisch <deets@nospam.web.de>
Date: Fri Mar 31 2006 - 13:51:01 CEST
> the xml.dom.minidom object is too slow when parsing such a big XML file
I've told you that before, and I tell you again: RDBMS is the way to go.
So all searches are linear in the number of nodes. Of course you might be
Maybe there are frameworks out there that support you in this, but the very
Now having said that: I'm not a SQL-bigot. Just use the right tool for the
Regards,
Diez
|