PSeitz

Results 319 comments of PSeitz

Looks good so far, I left some comments. I don't think `hyperloglog` is really big on its own, but all aggregations together may cost quite a bit if you don't...

Thanks @raphaelcoeffic !

I don't see an impact on indexing performance

sort by is only supported on numerical fields. Why do you want to sort by text field?

> For keeping the order, I would like to sort by the id field with text type. Why do you want to keep order in the tantivy index? > I...

There's the `content_size` flag in the frame format header, but it's existence is optional. Also there may be multiple frames. So it would be the sum of the `content_size`. >...

`current_frame_info` in `FrameDecoder` is private and depends on the current frame

It's not accessible currently. It's existence is optional, so not sure what it can be used for externally

Can you retry using `std::io::copy` like in the examples instead of a single read call? https://docs.rs/lz4_flex/latest/lz4_flex/#example-decompress-data-on-stdin-with-frame-format