Paul Masurel

Results 356 comments of Paul Masurel
trafficstars

Assigned to @trinity-1686a for the moment, but we don't even know if we want this.

@PSeitz can you review?

Yes. You can reload the index manually though. @PSeitz You added the good first issue label? Do you think we should do something here?

You just need to add `--release` to you `cargo run` or `cargo test` command

@rw So this is not well documented but lz4 is not the only option actually. Snappy is also available. The choice between snappy and lz4 is controlled by a compilation...

@rw So is it something you need / want to work on?

@PingXia-at can you confirm this is needed for tantivy and not quickwit? (We have plans on how to handle schema changes in quickwit.)

@PSeitz Can you take care of this? We can also discuss long term plans to ditch the JSON representation of aggregations in tantivy, and just have agregation definition "objects" in...

Yes you are correct. Having a bunch of fst blocks would solve the IO problem too. Another reason we picked `sstable` is because iterating through them is much faster and...