PSeitz

Results 117 issues of PSeitz

Hi, I really like criterion for benchmarking. Although one issue I have are the long runtimes in cases where it's clear that it's faster or slower. Currently I just use...

Enhancement
Intermediate

By default the thoughpout generates line charts. In my use case bar charts would be more approriate, since there is no sequence of input size.

### Version pascal@pascal-G533QM ~/L/D/q/c/quickwit-proto (conf_sort)> cargo tree | grep tonic └── tonic v0.5.2 └── tonic-build v0.5.2 ### Platform Linux pascal-G533QM 5.12.0-051200-generic #202104252130 SMP Sun Apr 25 21:33:13 UTC 2021 x86_64...

- add ip field - add ip codec

allow negative slope for linear interpolation extend valid range range of blockwise linear interpol codec by using u64 instead of i64 for calculation. add gcd test for DateTime export `gcd()`...

Return error in start merge and `IndexMerger` constructor, when all segments to merge are empty fixes #1189

An issue occurred where merge after commit selected only empty segments. ``` thread 'merge_thread1' panicked at 'Unexpected error, empty readers in IndexMerger', src/indexer/merger.rs:330:16 note: run with `RUST_BACKTRACE=1` environment variable to...

bug
high priority

Follow up on `use separate thread to compress block store` #1389 The errors are not nicely forwarded to the main thread (Channel closed error, instead of the actual io error)

Currently the histogram pre-creates buckets in the segment collector for the whole data range in the fast field, adjusted by `hard_bounds` or `extended_bounds` if set. In a use case where...