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

- Renaming `LocalSplitStore` -> `IndexingSplitCache`. - Removing of the useless BinaryHeap, HashMap, using instead a single BTreeMap - Isolating quota and BTreeMap to ensure their transactionality. - Logging eventual io...

**Is your feature request related to a problem? Please describe.** https://github.com/quickwit-oss/quickwit/pull/3400 allow extracting timestamp ranges from the QueryAst, which yields a nice optimization when it allows more pruning. However the...

enhancement

**Is your feature request related to a problem? Please describe.** We use quickwit to ingest unfiltered logs and traces from our clusters. We exclusively use the opentelemetry to do both,...

enhancement

We could have a small platform specific solution for unix, mem::transmute Instant to a u128 on unix, and store it in two `AtomicU64`.

enhancement

For instance: ```yaml name: timestamp type: datetime description: Time at which the event was emitted input_formats: - rfc3339 - unix_timestamp - "%Y %m %d %H:%M:%S.%f %z" - strptime: format: "%Y...

enhancement

- [x] simplify proto messages that don't require multi-source support (`AcquireShardsRequest`, `TruncateShardsRequest`) - [x] implement `sqlx::Encode` for `IndexUid`, `Position`, `ShardId`, `ShardState` - [ ] batch queries instead of using for-loops...

enhancement