quickwit icon indicating copy to clipboard operation
quickwit copied to clipboard

Cloud-native search engine for observability. An open-source alternative to Datadog, Elasticsearch, Loki, and Tempo.

Results 349 quickwit issues
Sort by recently updated
recently updated
newest added

This is a WIP. Flushing my brain here so it can be resumed later. Here is what is missing: With the rocksdb solution was based on the idea that position...

For caching mailboxes without undesired side effects. For instance: ```rust HashMap; ```

enhancement

Kubernetes has different health checks, we need to define them for quickwit.

enhancement

#1877 introduces the notion of readyness defined by checking the connectivity of the metastore. #1866 will introduce the `MetastoreGrpcClient` that should implement a relevant connectivity check. Typically, by checking if...

enhancement

`extract_typed_sort_value_opt` is in the collect hot loop and very performance sensitive. Delay conversion from u64 to actual type to harvest phase. The impact on the histogram query time seems a...

### Description fix #3416 this seemed a minor optimization, but it should also greatly improve partial request cache hit rate when using ES api (or quickwit api with bounds inside...

from a quick overfly of postgres metastore, I think we may consider splits unfit if any doc has my-field=my-value, but it should do that only if all docs match (which...

bug

### Description fix #4533 update the documentation on query parser to be more extensive. The page should be split in two, one introduction page, and one reference page. I'm not...