jaegertracing / jaeger-clickhouse

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

[Feature]: change insert #130

Closed easayliu closed 11 months ago

easayliu commented 11 months ago

Requirement

can we change insert sql

insert into mytable select col1, col2 from input('col1 String, col2 DateTime64(3), col3 Int32')

with this sql, it is best perfomance . https://clickhouse.com/docs/en/integrations/java#with-input-table-function

Problem

change sql can get no more drop spans..

Proposal

No response

Open questions

No response

easayliu commented 11 months ago

i try it,it not work on clickhouse-go. close