Paul Masurel

Results 413 comments of Paul Masurel

This is not a bug, so I removed the tag. Also this bench suggests the limit where HashMap overperforms FnvHashMap is at around 60bytes. https://cglab.ca/~abeinges/blah/hash-rs/ I'd rather stick to `FnvHashMap`...

Can we just reorder operations to make sure nothing happens if we don't have any delete operations to begin with?

so the merge are messing things up? Should we consider this a duplicate of #4470

Replied offline by @fmassot : no the problem is an unbalanced load on the different nodes.

Would it solve your problem if we supported streaming two ids instead of only one? You would have a to have two u64 fields instead of a single one, take...

`enable_cooperative_indexing: true` in the indexer config.

In #5248 I'm rewriting a tiny bit the code that parse dates. It will be possible to pass an utc offset which might simplify this issue. Getting the offset from...