Vishal Sharma
Vishal Sharma
Someone please merge this PR
@sergey-telpuk https://github.com/golang-migrate/migrate/pull/707 was not merged so can't say that it was fixed. Maybe you forgot to merge. Please merge the PR so that we can use it.
@sergey-telpuk Please merge https://github.com/golang-migrate/migrate/pull/707 so that I can use it.
Also the gaps in between them is too much. https://github.com/SigNoz/signoz/issues/404
Tested a new index on `signoz_index_v2` table to fetch trace. Without index: > 1.43B rows scanned - (all the rows) at speed of 36M rows/s and took 40s With index:...
@ankitnayan Can we introduce a new ID named sTraceID (short for signoz traceID) which will be based on timestamp(kuid) similar to ID in logs. We will replace traceID with sTraceID...
PRD issue: https://github.com/SigNoz/engineering-pod/issues/441
@dhui Can you please review this?
I think we should close this issue as it should only be a validation on FE. @srikanthccv @pranshuchittora
@ishan123456789 This is due to [bug in clickhouse](https://github.com/ClickHouse/ClickHouse/issues/37673) projections. It is caused by duplicate entries in a table. It was [fixed](https://github.com/ClickHouse/ClickHouse/pull/38725) by Clickhouse and released in 22.8 LTS version. Currently...