Paul Masurel

Results 413 comments of Paul Masurel

I am not sure I understand your question. Files themselves are never overridden. A segment can only change in the sense that it will point to a different tombstone file....

I think we tend to use the following terminology: - concurrency limiting: process only n request at a time, and have the others wait in queue. - load shedding: returning...

thanks for the accurate description of your issue!

the split cache does not operate per index.

@esatterwhite can you check how quickwit behaves on this if it was a simple phrase query? @trinity-1686a can you investigate?

@trinity-1686a https://github.com/quickwit-oss/tantivy/pull/2425/files Here are two optimization. The removal of the allocation at each match is probably important for this specific query. The other one much less.

Next steps: - ask if regular phrase query are faster. - ask eric if the recent image are faster. (they included #2425) integrate the optim introduced in #2425. At the...

@guilload next time can you add a link to a failed CI run?

Can you put some context about the motivation?

No. It is just for specific new features.