jaegertracing / jaeger-clickhouse

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

Document how database works #63

Closed pavolloffay closed 2 years ago

pavolloffay commented 2 years ago

Signed-off-by: Pavol Loffay p.loffay@gmail.com

cc) @EinKrebs

pavolloffay commented 2 years ago

There is no easy way how we could create the database. We would have to connect using the default DB then create DB if it is not default, close driver and create new with the user-specified database.