Hello Erik, I tried i++ and the performance is similar.
Maybe the problem is linked to the sorting of the results, because the required time increases with the number of hits: Query: DE:Taste => Hits 2k => retrieve first 2000: 3.9sec Query: needle => Hits 9.5k => retrieve first 2000: 15sec Query: connection => Hits 78k => retrieve first 2000: 10.1sec Query: product => Hits 81k => retrieve first 2000: 18.3sec Wolfgang
