Hi,

I have a BaseX 9.0 instance running on Jetty 9.4.8 on RHEL 7.9.

I run many different types of queries on several thousand XML files, about 10gb total source files. These queries take several hours to complete.

While I have been able to rewrite queries here and there to optimize them, I am wondering what is the best way to increase BaseX query performance overall.

When I check the server CPU and memory neither of them have high utilization. The CPU use varies but mostly is at 12%. The memory use is similar.

I have allocated 8gb of memory to Jetty via the Java options settings:

-Xms8g -Xmx8g

 

Are there any other resources I can check or change to increase overall query speed?

 

Thanks,

 

Darryl