Hello,
I have upgraded BaseX from 7.2 to 7.3 but I have a severe performance drop on my query.
My query is in 2 parts :
- The first part extracts values from an xpath and store them in a map (the map contains 40000 entries)
- The second part extracts values from an xpath and test if they are contains in the map (xpath return around 30000 entries).
On 7.2 a typical query run on 2s and on 7.3 I have no result after 10 minutes
Is there modification on BaseX 7.3 which can explain this performance drop ?
Thanks for your help,
Regards,
Nicolas