Skip to content

2.0.5

Choose a tag to compare

@thomaskrause thomaskrause released this 12 May 15:47
· 716 commits to main since this release

Fixed

  • Fix timeout handling for queries with a lot of intermediate results, but less
    than 1000 matches. The timeout was only checked after each 1000th match. This
    caused troubles for queries with complex temporary results that where
    discarded. The query execution could take too long time and consume system
    resources in a multi-user system even when the timeout was configured. The fix
    is to push down the timeout check to the node search iterators.