Subscribe to RSS feed

Jul
30

Setting Up an XMLDB Performance “Baseline” Environment (Part 02)

Hmmm, still busy to setup a baseline environment to do some serious XMLDB performance / architecture testing.  I am almost now on the point were I really can start, but until now I ran into a lot of issues… It also told me that the mediawiki dumpfile is good set of XML data to work [...]

Jul
11

HOWTO: Load Really Big XML Files

Sometimes you will want to load data from huge XML files into the database. So how do you achieve this? There are more then one ways to achieve this, but most of the time a “SAX parser” is used. The term on Wikipedia for SAX is: A Simple API for XML (SAX) is a serial [...]