Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Large XML Input Files
rwinters
I'm having no problems reading in an XML file with ~ 265 tags. However when I attempt to run a run on a much larger file (~10,000 tags) the processing starts, the CPU goes up to 100% I ultimately have to kill the process.
Is there any limitation on the number of input XML elements ?
Thanks....
Find more posts tagged with
Comments
rogertu
No limit for the number of XML elements.<br />
What BIRT version are you using? XML data source performance has been improved greatly in BIRT2.3.0 and got another improvement both in BIRT2.3.2 and BIRT2.5.0 recently.<br />
<br />
see: <a class='bbc_url' href='
https://bugs.eclipse.org/bugs/show_bug.cgi?id=260505'>https://bugs.eclipse.org/bugs/show_bug.cgi?id=260505</a>
;
rwinters
I updated to BIRT3.2.1. The import of the file is taking about 11 minutes which is quite long given that the file is equivalent to about 10,000 documents. Previewing 10 rows of the file also takes an excrutiating long time, it seems like it is reading through the whole document.
When I get a chance, I will upgrade the 3.5 version.
Thanks for your help...