Paul Masurel
Paul Masurel
@trinity-1686a Do we retry on S3 internal errors?
@trinity-1686a is this somethign we want to keep? Can you take care of it?
ok closing then
Yes. Maybe we can even use the delta encoding to compute the hashes a little bit faster.
We could do something like: - have a global semaphore measure the searcher "working memory" RAM. - reserve 100mb to start search on a split. - tap on that reserved...
@rdettai can you take over this issue / PR I tried to describe what this is doing in a the commit message. ``` Limit search memory usage associated with warmup....
@rdettai can you have a look? I suspect we changed the default settings of dynamic mode. Maybe we do not tokenize text fields in dynamic mode by default or we...
@caibirdme Thank you for the great report. It is currently impossible. Our trace endpoint only support a single clause. (so `{foo.bar="1" && duration > 20ms}` is supported for instance) Let's...
Yes that's pretty terrible. The query in itself is difficult not simple with our data model, but doing it on quickwit side should be much lighter. It will require work...
`calendar_interval` are required for opendashboard, so raising the priority. Obviously we want the fixed interval optimization whenever possible (1w, 1d, etc.) and I think we can ignore leap seconds for...