honganan

Results 8 issues of honganan

Do not copy the '$' symbol when copy the command

no changelog

**Is your feature request related to a problem? Please describe.** Loki can split a big query by interval, but if `split_by_interval` is low, like 1min, it processes many duplicate data...

component/querier
component/query-frontend

### Which OpenObserve functionalities are relevant/related to the feature request? ingestion ### Description When ingesting data, Protobuf serialization consumes significantly less CPU than JSON. Here is a comparision of two...

enhancement

```sql CREATE TABLE `g_platform_payway` ( `id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'id', `platform_code` varchar(45) NOT NULL, `pay_way` varchar(32) NOT NULL, PRIMARY KEY (`id`), UNIQUE `uniq_playform_payway` USING BTREE (`platform_code`, `pay_way`) COMMENT...

**Is your feature request related to a problem? Please describe.** I've noticed that the community is rolling out a new feature for accelerating queries with Bloom filters, which is a...

type/feature
feature/blooms

The `v1.ChunkRef.Cmp()` method is used in reverse, and this can lead to chunks in bloom filtered result be sorted in descending but not ascending **What this PR does / why...

size/XS

**Describe the bug** I have a query cause 'Invalid chunk checksum' error after upgrading write and read path to 3.0. ``` level=error ts=2024-07-24T01:53:18.385746393Z caller=batch.go:747 org_id=fake traceID=67f0762cd67062a2 msg="error fetching chunks" err="invalid...

type/bug

**Describe the bug** When `tsdb_precompute_chunks` is enabled, the Querier's `IndexShards` interface will marshal `logproto.ShardsResponse` into JSON format to return it to the frontend. However, the `Checksum` of `ChunkRef` in `logproto.ShardsResponse`...