jaegertracing / jaeger-clickhouse

Jaeger ClickHouse storage plugin implementation
Apache License 2.0
247 stars 51 forks source link

Create "tutorial" with sharding and replication and HA setup #28

Closed pavolloffay closed 3 years ago

pavolloffay commented 3 years ago

Disclaimer I am just starting with Clickhouse.

As far as I can tell our scripts https://github.com/pavolloffay/jaeger-clickhouse/blob/main/sqlscripts/0002-jaeger-spans.sql create only local tables and not distributed ones so this tutorial will likely need different scripts.

EinKrebs commented 3 years ago

As far as I know, sharding and replication are implemented by database engine, settings of sharding and replication are server-sided, so it's not needed to do anything with SQL scripts.

More info here

pavolloffay commented 3 years ago

I think the engine on the tables has to be changed.

EinKrebs commented 3 years ago

Oh, I forgot that it's on our side, sorry for desinformation