what do you mean?
do you mean that it doesn't have actual rows/data?
a
Apoorva
01/14/2023, 11:51 AM
do you mean that it doesn't have actual rows/data? (edited)
Yes, look at the stats
a
Ankit Nayan
01/14/2023, 1:36 PM
@Apoorva distributed view in clickhouse does not retail data. The data is supposed to be in shards only. Distributed tables do the splitting of queries and aggregation of results
Ankit Nayan
01/14/2023, 1:36 PM
Tables with Distributed engine do not store any data of their own, but allow distributed query processing on multiple servers. Reading is automatically parallelized. During a read, the table indexes on remote servers are used, if there are any.
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.