Paul Masurel
Paul Masurel
I kind of prefer tantivy in lowercase. That's how we printed it on t-shirts :)
yes thank you
> How did you identify the main problem comes from records accumulating in the OS buffer? I thought the OS buffer would usually be quite small (few MBs). Just an...
@stuhood Can you have a look at the comments? I think this is more or less good to merge
we need a different handling of transient vs non-transient error. e.g. in the message parsing -> non-transient disconnection while streaming file -> transient... gzip corruption -> non-transient.
The number of published document is probably a limitation of the UI. I think we download a partial list of splits metadata and do the computation in javascript. @piereissyet Concretely...
My hunch is that heaving partitioning makes the load on merge heavier, especially if the merge policy is inappropriate and the number of partiiton is high. In that case the...
> Ingestion gets blocked, numbers go crazy on the UI then eventually the insertion keep going after a while. yes that is in line with what I thought. If you...
I think we want this to behave such as: `field IN [xxxx yyyy]` should behave exactly like `field:xxxx OR field:yyyy`