Adrien Guillo

Results 96 comments of Adrien Guillo

It seems like the [PR](https://github.com/quickwit-oss/tantivy/pull/2337) adding support for the cardinality aggregation in tantivy is in good shape, so we should be able to ship that feature in the next release...

Hi @xrl, What about using `extraEnvFrom` for secrets?

That's not necessarily a typo: `[` is for inclusive, `{` is for exclusive. It'd be better to leave the examples as is and enhance the description.

I wonder if we could avoid exposing users to one more knob by jittering by default. We would have to pick a value between [next evaluation..next evaluation+1], maybe biased towards...

Yes, `min(1h, time_between_2_schedules)` is perfect. I meant something along those lines with "biased".

The ephemeral vs persistent dimension is interesting. For instance, you could mount a local SSD on `qwdata/ephemeral` to serialize splits and cache them for merges, but mount `qw/persistent` on an...