We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Add links to Saxon-HE and the S9 example docs.
Add timings while varying number of processors. How much of the speed of Java/Saxon compared to libxml2 is dependent on having multiple processors available?
Drop unnecessary quoting. The function name has to be quoted to disambiguate it from the built-in function syntax, but using it as a column name requires no special treatment.
Typos caught late.
Add discussion.
Add methodology description.
Regenerate the Hotspot numbers The pljava.vmoptions had -Djava.home pointing into the /var/tmp ramfs, but the compiled-in pljava.libjvm_location still pointed to the shared object on disk. Also, PL/Java-loaded 'saxon' jar need not be on the PL/Java classpath during the Hotspot tests, when the Saxon jar is on the system classpath.
Installing PL/Java, etc., affects catalog size.
I can learn this syntax, no?
Which of course broke the table
Correct table header
Markdown formatting corrections
Beginnings of a Performance-tuning page.