jaegertracing / jaeger-clickhouse

Jaeger ClickHouse storage plugin implementation
Apache License 2.0
236 stars 50 forks source link

Document multitenancy #45

Closed pavolloffay closed 2 years ago

pavolloffay commented 3 years ago

Resolves #29

Using separate tables per tenant should help with data removal/TTL per tenant.

The question is if there is any limit on the number of databases or if the databases allocate some system resources which would make a database per tenant inefficient.

pavolloffay commented 2 years ago

@EinKrebs could you please have a look or somebody from CH team?

pavolloffay commented 2 years ago

feel free to comment I will address comments in a follow-up PR.