Hi,
Looking to compare the performance of BaseX on a number of machines I have been running the Xmark queries [1]. Query 11 seems to be one that causes the most stress. I then compared the performance executing query 11 against an xml file on the filesystem compared with importing it into a database and timing the query against the database:
* Running from a database 36sec
* Running from a file 9secs
The xml was generated using
xmlgen /f 0.1 /o test.xml
This does not seem right to me. I was expecting the database to be faster.
/Andy
[1] http://www.ins.cwi.nl/projects/xmark/Assets/xmlquery.txt