You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ClickHouse
My customer has 100M/s data from Web. I need to insert these data into Clickhouse from Java servlet. What is an efficient way to implement this? Can I use JDBC or call some methods in Clickhouse from Java code?
David
Denis Zhuravlev
unread,
Apr 20, 2021, 7:57:31 PM4/20/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ClickHouse
Hi David!
I'm not sure if a direct insert through JDBC driver will do the job at your scale. If CH is down for maintenance (or the network is down) data can be lost.