Page 1 of 1

Oxygen and Berkeley XML DB performance

Posted: Tue May 27, 2008 11:47 am
by PaulHermans
I get very strange timings doing a Berkeley XML DB query from within Oxygen 9.2.
Using average timings having run the query several times.

a) Using Berkeley XML DB 2.4.13 from Oxygen 8.2: 68 seconds
b) Using Berkeley XML DB 2.4.13 from the command line: 3 seconds

c) Using Berkeley XML DB 2.3.10 from Oxygen 8.1: 27 seconds
d) Using Berkeley XML DB 2.3.10 from the command line : 10 seconds

Paul

Re: Oxygen and Berkeley XML DB performance

Posted: Tue May 27, 2008 3:57 pm
by Mircea
Hi Paul,

Please verify that the Verbosity level of your Berkeley connection is not set to the DEBUG level.
If this is the case, move the verbosity to ERROR and the execution times will be comparable with the command line.

Best regards,
Mircea

Re: Oxygen and Berkeley XML DB performance

Posted: Tue May 27, 2008 4:05 pm
by PaulHermans
Indeed,

Many thanks.


Paul