Paul Masurel

Results 327 comments of Paul Masurel

> I would expect so. I tried calling sync_all many times in a row, and the subsequent calls take the same time as the first... This feels counterintuitive since I...

Some work was done in c3cc934. It: the fixes the bug by adding some sync replaces all fsync by fdatasync removes some fsyncs. On linux on a in tiny commit,...

Hello! Apologies for the late answer. Tantivy does not have any notion of primary key but you can add such a field and enforce the unicity on the application side....

@fmassot I am not sure I understand how the shingle filter could help with the ngram dataset.

Thank you very much @kstaken. It's higher than what I thought. Maybe dictionary encoding is a bad idea after all.

@PSeitz I updated the RFC for IP address field. I think the data suggested we do not need to go for the more complicated code to handle high-freq / low-freq...

@PSeitz It will make the code considerably more complex. Running range query in particular will require running two ranges. Can we start with a simple codec and improve it later?

@kstaken can you explain the use case for IP fields with multiple cardinality? I've never seen one.